2024-09-10T18:35:10.936 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T18:35:10.957 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T18:35:11.039 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252 branch: wip-guits-quincy-2024-09-09-1810-quincy description: orch:cephadm/upgrade/{1-start-distro/1-start-centos_9.stream_container-tools 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/connectivity} email: gabrioux@ibm.com first_in_suite: false job_id: '7900252' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-guits-quincy-2024-09-09-1810-quincy ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 workunit: branch: quincy-orch-centos-9-teuth sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/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: 4625 sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: quincy-orch-centos-9-teuth suite_path: /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa suite_relpath: qa suite_repo: https://github.com/adk3798/ceph.git suite_sha1: fad5356a94e6044ce1062d748daa5a0f2ed53a7d targets: smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI9bi0JU+lFtpotgyMKmq2HqejaZDpgebOzKs09Y6SHEBQi/80ZJqWh4QFzpCHenx/xoxJaeNq3c7Veyd03eVfQ= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFyqrcFbxHEufmnS+0tmAG7g8sAlLLyBCZ9W9SsymeNbzzsQreHXX+ljeFRoItWlfBKAkY4fgo9ufZ47mbYHAk= tasks: - 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: mon.a: - ceph config set mgr mgr/cephadm/use_repo_digest false --force - 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 180 - 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 config set global log_to_journald false --force - ceph orch ps - ceph versions - ceph -s - ceph orch ls - ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph versions | jq -e '.mgr | length == 2' - ceph mgr fail - sleep 180 - ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1 - ceph orch ps --refresh - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph -s - ceph versions | jq -e '.mgr | length == 1' - ceph mgr fail - sleep 180 - ceph orch ps - ceph versions - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr - 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 versions | jq -e '.mgr | length == 1' - ceph versions | jq -e '.mgr | keys' | grep $sha1 - ceph versions | jq -e '.overall | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 2' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '{print $2}') - 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 | jq -e '.mon | length == 2' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.y | awk '{print $2}') - 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 | jq -e '.mon | length == 1' - ceph versions | jq -e '.mon | keys' | grep $sha1 - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 5' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types osd --limit 2 - 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 | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 7' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd --limit 1 - 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 | jq -e '.osd | length == 2' - ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '.up_to_date | length == 8' - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types crash,osd - 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 | jq -e '.osd | length == 1' - ceph versions | jq -e '.osd | keys' | grep $sha1 - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --services rgw.r.z - 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 | jq -e '.rgw | length == 1' - ceph versions | jq -e '.rgw | keys' | grep $sha1 - 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 --show-all-versions | 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_17:53:37 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T18:35:11.040 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa; will attempt to use it 2024-09-10T18:35:11.040 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks 2024-09-10T18:35:11.040 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T18:35:11.042 INFO:teuthology.task.internal:Checking packages... 2024-09-10T18:35:11.062 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5be57395ea235535910512ae73ba8e7ff25fe588' 2024-09-10T18:35:11.062 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T18:35:11.062 INFO:teuthology.packaging:ref: None 2024-09-10T18:35:11.062 INFO:teuthology.packaging:tag: None 2024-09-10T18:35:11.062 INFO:teuthology.packaging:branch: wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:35:11.062 INFO:teuthology.packaging:sha1: 5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:35:11.062 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-guits-quincy-2024-09-09-1810-quincy 2024-09-10T18:35:11.204 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-1606.g5be57395 2024-09-10T18:35:11.206 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T18:35:11.214 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T18:35:11.214 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T18:35:11.244 INFO:teuthology.task.internal:Saving configuration 2024-09-10T18:35:11.261 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T18:35:11.282 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T18:35:11.303 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 18:30:07.240050', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI9bi0JU+lFtpotgyMKmq2HqejaZDpgebOzKs09Y6SHEBQi/80ZJqWh4QFzpCHenx/xoxJaeNq3c7Veyd03eVfQ='} 2024-09-10T18:35:11.325 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 18:30:07.241804', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAFyqrcFbxHEufmnS+0tmAG7g8sAlLLyBCZ9W9SsymeNbzzsQreHXX+ljeFRoItWlfBKAkY4fgo9ufZ47mbYHAk='} 2024-09-10T18:35:11.325 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T18:35:11.334 INFO:teuthology.task.internal:roles: ubuntu@smithi071.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-09-10T18:35:11.334 INFO:teuthology.task.internal:roles: ubuntu@smithi145.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-09-10T18:35:11.334 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T18:35:11.408 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4bdf33bac0>, signals=[15]) 2024-09-10T18:35:11.409 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T18:35:11.417 INFO:teuthology.task.internal:Opening connections... 2024-09-10T18:35:11.417 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2024-09-10T18:35:11.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:35:11.492 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2024-09-10T18:35:11.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:35:11.564 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T18:35:11.572 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2024-09-10T18:35:11.590 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2024-09-10T18:35:11.590 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="9" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="9" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:35:11.649 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:35:11.652 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:35:11.653 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2024-09-10T18:35:11.671 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2024-09-10T18:35:11.690 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2024-09-10T18:35:11.690 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2024-09-10T18:35:11.748 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="CentOS Stream" 2024-09-10T18:35:11.748 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="9" 2024-09-10T18:35:11.748 INFO:teuthology.orchestra.run.smithi145.stdout:ID="centos" 2024-09-10T18:35:11.748 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="rhel fedora" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="9" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el9" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:LOGO="fedora-logo-icon" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://centos.org/" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T18:35:11.749 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T18:35:11.750 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2024-09-10T18:35:11.770 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T18:35:11.780 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T18:35:11.819 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T18:35:11.820 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:35:11.822 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2024-09-10T18:35:11.839 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T18:35:11.846 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T18:35:11.847 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:35:11.880 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2024-09-10T18:35:11.980 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T18:35:12.033 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T18:35:12.051 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T18:35:12.051 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': 1, 'sha1': 'distro'}, 'mon.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T18:35:12.051 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:35:12.052 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T18:35:12.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:35:12.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:35:12.070 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-09-10T18:35:12.070 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-10T18:35:12.128 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:35:12.128 INFO:teuthology.task.kernel:Running kernel on smithi145: 5.14.0-503.el9.x86_64 2024-09-10T18:35:12.129 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2024-09-10T18:35:12.130 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-503.el9.x86_64 2024-09-10T18:35:12.130 INFO:teuthology.task.kernel:Running kernel on smithi071: 5.14.0-503.el9.x86_64 2024-09-10T18:35:12.130 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2024-09-10T18:35:14.488 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - BaseOS 14 MB/s | 8.2 MB 00:00 2024-09-10T18:35:14.619 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.2 MB 00:00 2024-09-10T18:35:16.646 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - AppStream 23 MB/s | 20 MB 00:00 2024-09-10T18:35:20.130 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - AppStream 4.5 MB/s | 20 MB 00:04 2024-09-10T18:35:21.013 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-10T18:35:23.479 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 19 kB 00:01 2024-09-10T18:35:24.309 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 32 MB/s | 23 MB 00:00 2024-09-10T18:35:24.689 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - CRB 8.4 MB/s | 6.5 MB 00:00 2024-09-10T18:35:26.365 INFO:teuthology.orchestra.run.smithi145.stdout:CentOS Stream 9 - Extras packages 42 kB/s | 19 kB 00:00 2024-09-10T18:35:27.269 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-10T18:35:29.714 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 26 kB/s | 1.7 kB 00:00 2024-09-10T18:35:31.688 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:35:31.688 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:35:31.788 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2024-09-10T18:35:31.791 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2024-09-10T18:35:31.792 INFO:teuthology.orchestra.run.smithi071.stdout:Install 4 Packages 2024-09-10T18:35:31.793 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:35:31.793 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 79 M 2024-09-10T18:35:31.793 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 126 M 2024-09-10T18:35:31.793 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2024-09-10T18:35:31.950 INFO:teuthology.orchestra.run.smithi071.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 216 kB/s | 23 kB 00:00 2024-09-10T18:35:32.292 INFO:teuthology.orchestra.run.smithi071.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 35 MB/s | 16 MB 00:00 2024-09-10T18:35:32.658 INFO:teuthology.orchestra.run.smithi071.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 40 MB/s | 29 MB 00:00 2024-09-10T18:35:32.707 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T18:35:32.959 INFO:teuthology.orchestra.run.smithi071.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 31 MB/s | 35 MB 00:01 2024-09-10T18:35:32.959 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:35:32.959 INFO:teuthology.orchestra.run.smithi071.stdout:Total 68 MB/s | 79 MB 00:01 2024-09-10T18:35:33.649 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2024-09-10T18:35:34.013 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2024-09-10T18:35:34.013 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2024-09-10T18:35:34.730 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T18:35:34.731 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T18:35:34.822 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2024-09-10T18:35:34.828 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-10T18:35:34.828 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2024-09-10T18:35:34.828 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-10T18:35:34.828 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout:Install 4 Packages 2024-09-10T18:35:34.829 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:35:34.830 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 79 M 2024-09-10T18:35:34.830 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 126 M 2024-09-10T18:35:34.830 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2024-09-10T18:35:34.951 INFO:teuthology.orchestra.run.smithi145.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 339 kB/s | 23 kB 00:00 2024-09-10T18:35:34.980 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2024-09-10T18:35:34.980 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2024-09-10T18:35:36.759 INFO:teuthology.orchestra.run.smithi145.stdout:(2/4): kernel-modules-core-5.14.0-505.el9.x86_6 16 MB/s | 29 MB 00:01 2024-09-10T18:35:37.427 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2024-09-10T18:35:38.052 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:35:38.144 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:35:39.694 INFO:teuthology.orchestra.run.smithi145.stdout:(3/4): kernel-core-5.14.0-505.el9.x86_64.rpm 3.3 MB/s | 16 MB 00:04 2024-09-10T18:35:40.961 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:35:41.082 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:35:44.892 INFO:teuthology.orchestra.run.smithi145.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 3.5 MB/s | 35 MB 00:10 2024-09-10T18:35:44.892 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2024-09-10T18:35:44.892 INFO:teuthology.orchestra.run.smithi145.stdout:Total 7.8 MB/s | 79 MB 00:10 2024-09-10T18:35:45.574 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2024-09-10T18:35:45.926 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:35:45.957 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2024-09-10T18:35:45.958 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2024-09-10T18:35:46.023 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:35:46.905 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2024-09-10T18:35:46.905 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2024-09-10T18:35:49.377 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2024-09-10T18:35:50.081 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:35:50.183 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:35:50.874 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:35:52.976 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:35:53.146 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:35:57.962 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:35:58.004 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:02.838 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:29.199 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:29.239 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:29.569 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:29.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:36:29.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:36:29.569 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:36:30.376 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:36:30.377 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2024-09-10T18:36:30.744 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:36:30.827 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.828 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:36:30.828 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:36:30.829 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:36:30.829 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:36:30.829 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-09-10T18:36:30.829 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:36:30.829 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:36:30.887 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:30.887 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:36:30.887 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2024-09-10T18:36:30.926 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2024-09-10T18:36:30.926 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2024-09-10T18:36:30.926 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.06 2024-09-10T18:36:30.926 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 82.el9 2024-09-10T18:36:30.926 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Group : Unspecified 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 8274670 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : builder@centos.org 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2024-09-10T18:36:30.927 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:36:30.928 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:36:30.929 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:36:30.929 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:36:30.929 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:36:31.620 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2024-09-10T18:36:32.975 INFO:teuthology.orchestra.run.smithi071.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:36:32.993 INFO:teuthology.orchestra.run.smithi071.stderr:done 2024-09-10T18:36:32.999 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2024-09-10T18:36:33.014 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.WuMkdtUuSt 2024-09-10T18:36:33.015 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.WuMkdtUuSt 2024-09-10T18:36:33.081 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.WuMkdtUuSt 2024-09-10T18:36:33.220 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.WuMkdtUuSt is 6KB 2024-09-10T18:36:33.241 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.WuMkdtUuSt 2024-09-10T18:36:33.256 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:36:33.327 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:36:33.327 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:36:33.327 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:36:33.327 INFO:teuthology.orchestra.run.smithi071.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:36:33.329 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:36:33.479 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2024-09-10T18:36:40.733 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:40.774 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:41.180 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:41.180 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T18:36:41.180 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T18:36:41.180 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T18:36:41.997 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:36:41.998 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2024-09-10T18:36:42.363 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:36:42.457 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:42.457 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:36:42.457 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T18:36:42.457 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T18:36:42.457 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T18:36:42.458 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-09-10T18:36:42.458 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T18:36:42.458 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T18:36:42.517 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T18:36:42.517 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T18:36:42.518 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.06 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 82.el9 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Group : Unspecified 2024-09-10T18:36:42.555 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 8274670 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : builder@centos.org 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : CentOS 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T18:36:42.556 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:36:42.557 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T18:36:42.558 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T18:36:42.558 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 5.14.0-505.el9.x86_64 2024-09-10T18:36:42.558 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T18:36:43.210 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2024-09-10T18:36:44.498 INFO:teuthology.orchestra.run.smithi145.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T18:36:44.519 INFO:teuthology.orchestra.run.smithi145.stderr:done 2024-09-10T18:36:44.521 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2024-09-10T18:36:44.537 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.erZXgJFXQc 2024-09-10T18:36:44.537 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.erZXgJFXQc 2024-09-10T18:36:44.607 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.erZXgJFXQc 2024-09-10T18:36:44.746 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.erZXgJFXQc is 6KB 2024-09-10T18:36:44.794 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.erZXgJFXQc 2024-09-10T18:36:44.809 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T18:36:44.872 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T18:36:44.872 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T18:36:44.872 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T18:36:44.872 INFO:teuthology.orchestra.run.smithi145.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T18:36:44.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T18:36:45.030 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2024-09-10T18:37:03.490 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-09-10T18:37:03.491 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:37:03.492 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:37:15.043 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-09-10T18:37:15.043 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:37:15.044 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:37:21.853 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-10T18:37:30.859 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:37:30.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:37:33.373 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-09-10T18:37:33.917 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-10T18:37:42.381 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:37:42.382 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:37:45.441 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2024-09-10T18:37:45.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:37:45.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:37:57.448 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:37:57.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:38:04.352 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.71 2024-09-10T18:38:19.365 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:38:19.366 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:38:19.698 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-10T18:38:20.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:38:20.089 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:38:20.089 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2024-09-10T18:38:20.104 INFO:teuthology.orchestra.run.smithi071.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:38:20.104 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:38:20.104 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:38:20.105 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:38:21.105 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-09-10T18:38:21.106 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:38:21.192 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2024-09-10T18:38:21.226 DEBUG:teuthology.parallel:result is None 2024-09-10T18:38:29.238 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-09-10T18:38:29.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:38:29.634 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T18:38:29.634 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2024-09-10T18:38:29.648 INFO:teuthology.orchestra.run.smithi145.stdout:5.14.0-505.el9.x86_64 2024-09-10T18:38:29.648 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T18:38:29.648 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T18:38:29.648 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T18:38:30.649 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-09-10T18:38:30.649 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T18:38:30.777 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2024-09-10T18:38:30.803 DEBUG:teuthology.parallel:result is None 2024-09-10T18:38:30.803 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T18:38:30.811 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T18:38:30.812 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:38:30.815 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T18:38:30.832 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T18:38:30.838 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T18:38:30.867 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T18:38:30.867 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:38:30.875 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T18:38:30.930 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T18:38:30.937 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T18:38:30.937 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T18:38:30.940 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T18:38:30.966 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:38:30.978 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:38:31.151 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:38:31.161 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T18:38:31.163 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T18:38:31.170 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T18:38:31.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:38:31.173 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T18:38:31.198 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T18:38:31.208 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T18:38:31.209 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:38:31.241 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T18:38:31.257 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:38:31.342 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:38:31.383 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:38:31.461 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:38:31.507 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:38:31.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:38:31.572 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:38:31.646 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T18:38:31.712 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:38:31.785 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T18:38:31.854 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:38:31.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T18:38:31.914 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2024-09-10T18:38:31.917 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2024-09-10T18:38:31.970 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:38:32.056 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T18:38:32.382 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T18:38:32.390 INFO:teuthology.task.internal:Starting timer... 2024-09-10T18:38:32.390 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T18:38:32.439 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T18:38:32.471 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2024-09-10T18:38:32.544 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2024-09-10T18:38:32.548 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2024-09-10T18:38:32.595 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2024-09-10T18:38:32.597 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T18:38:32.597 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2024-09-10T18:38:32.631 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2024-09-10T18:38:32.632 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2024-09-10T18:38:32.842 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2024-09-10T18:38:32.842 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi071.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive'} 2024-09-10T18:38:32.843 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-10T18:38:32.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:38:32.873 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-10T18:38:32.902 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T18:38:32.903 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T18:38:32.903 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:38:32.952 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2024-09-10T18:38:33.026 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T18:38:33.036 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T18:38:33.048 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-09-10T18:38:33.049 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi071.front.sepia.ceph.com,smithi145.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T18:42:13.040 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi071.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com')] 2024-09-10T18:42:13.041 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:42:13.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:13.119 DEBUG:teuthology.orchestra.run.smithi071:> true 2024-09-10T18:42:13.201 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2024-09-10T18:42:13.202 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:42:13.202 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T18:42:13.277 DEBUG:teuthology.orchestra.run.smithi145:> true 2024-09-10T18:42:13.358 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2024-09-10T18:42:13.358 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T18:42:13.368 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T18:42:13.369 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:42:13.369 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T18:42:13.372 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T18:42:13.372 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T18:42:13.401 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:42:13.416 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:42:13.431 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T18:42:13.442 INFO:teuthology.orchestra.run.smithi071.stderr:sudo: ntpd: command not found 2024-09-10T18:42:13.447 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T18:42:13.453 INFO:teuthology.orchestra.run.smithi071.stdout:506 Cannot talk to daemon 2024-09-10T18:42:13.468 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:42:13.474 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2024-09-10T18:42:13.482 INFO:teuthology.orchestra.run.smithi071.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:42:13.485 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2024-09-10T18:42:13.500 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T18:42:13.514 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T18:42:13.545 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.549 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.571 INFO:teuthology.orchestra.run.smithi145.stderr:bash: line 1: ntpq: command not found 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.576 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T18:42:13.577 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T18:42:13.695 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': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '5be57395ea235535910512ae73ba8e7ff25fe588'} 2024-09-10T18:42:13.695 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-09-10T18:42:13.696 INFO:tasks.cephadm:Cluster fsid is 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:13.696 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T18:42:13.696 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.71', 'mon.c': '[v2:172.21.15.71:3301,v1:172.21.15.71:6790]', 'mon.b': '172.21.15.145'} 2024-09-10T18:42:13.697 INFO:tasks.cephadm:First mon is mon.a on smithi071 2024-09-10T18:42:13.697 INFO:tasks.cephadm:First mgr is y 2024-09-10T18:42:13.697 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T18:42:13.697 DEBUG:teuthology.orchestra.run.smithi071:> sudo hostname $(hostname -s) 2024-09-10T18:42:13.724 DEBUG:teuthology.orchestra.run.smithi145:> sudo hostname $(hostname -s) 2024-09-10T18:42:13.751 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-09-10T18:42:13.751 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T18:42:13.951 INFO:teuthology.orchestra.run.smithi071.stdout:-rw-r--r--. 1 ubuntu ubuntu 151122 Sep 10 18:42 /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:13.952 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T18:42:14.064 INFO:teuthology.orchestra.run.smithi145.stdout:-rw-r--r--. 1 ubuntu ubuntu 151122 Sep 10 18:42 /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:14.065 DEBUG:teuthology.orchestra.run.smithi071:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:14.081 DEBUG:teuthology.orchestra.run.smithi145:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T18:42:14.108 INFO:tasks.cephadm:Pulling image docker.io/ceph/ceph:v15.2.0 on all hosts... 2024-09-10T18:42:14.108 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-10T18:42:14.124 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 pull 2024-09-10T18:42:14.221 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-10T18:42:14.239 INFO:teuthology.orchestra.run.smithi145.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0... 2024-09-10T18:42:32.004 INFO:teuthology.orchestra.run.smithi145.stdout:{ 2024-09-10T18:42:32.005 INFO:teuthology.orchestra.run.smithi145.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-10T18:42:32.005 INFO:teuthology.orchestra.run.smithi145.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-10T18:42:32.005 INFO:teuthology.orchestra.run.smithi145.stdout:} 2024-09-10T18:42:32.606 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:42:32.606 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph_version": "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)", 2024-09-10T18:42:32.606 INFO:teuthology.orchestra.run.smithi071.stdout: "image_id": "204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1" 2024-09-10T18:42:32.606 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:42:32.618 DEBUG:teuthology.orchestra.run.smithi071:> sudo mkdir -p /etc/ceph 2024-09-10T18:42:32.679 DEBUG:teuthology.orchestra.run.smithi145:> sudo mkdir -p /etc/ceph 2024-09-10T18:42:32.709 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 777 /etc/ceph 2024-09-10T18:42:32.733 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 777 /etc/ceph 2024-09-10T18:42:32.775 INFO:tasks.cephadm:Writing seed config... 2024-09-10T18:42:32.776 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-10T18:42:32.776 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T18:42:32.777 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T18:42:32.778 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:42:32.778 DEBUG:teuthology.orchestra.run.smithi071:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T18:42:32.793 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 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 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 = 6551eb3a-6fa4-11ef-bcea-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-10T18:42:32.794 DEBUG:teuthology.orchestra.run.smithi071:mon.a> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T18:42:32.836 DEBUG:teuthology.orchestra.run.smithi071:mgr.y> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service 2024-09-10T18:42:32.879 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T18:42:32.880 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --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.71 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:42:33.021 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-09-10T18:42:33.021 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-09-10T18:42:33.021 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-09-10T18:42:33.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-10T18:42:33.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:42:33.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-10T18:42:33.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T18:42:33.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:42:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-10T18:42:33.039 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-10T18:42:33.044 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Repeating the final host check... 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:systemctl is present 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:lvcreate is present 2024-09-10T18:42:33.045 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-09-10T18:42:33.049 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T18:42:33.049 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-09-10T18:42:33.055 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T18:42:33.055 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-09-10T18:42:33.060 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-09-10T18:42:33.060 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout active 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Host looks OK 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:root:Cluster fsid: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Acquiring lock 139695366847744 on /run/cephadm/6551eb3a-6fa4-11ef-bcea-c7b262605968.lock 2024-09-10T18:42:33.066 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Lock 139695366847744 acquired on /run/cephadm/6551eb3a-6fa4-11ef-bcea-c7b262605968.lock 2024-09-10T18:42:33.067 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying IP 172.21.15.71 port 3300 ... 2024-09-10T18:42:33.067 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Verifying IP 172.21.15.71 port 6789 ... 2024-09-10T18:42:33.067 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.71, final addrv is [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-09-10T18:42:33.067 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-09-10T18:42:33.069 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.71 metric 100 2024-09-10T18:42:33.069 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.71 metric 100 2024-09-10T18:42:33.069 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Mon IP 172.21.15.71 is in CIDR network 172.21.0.0/20 2024-09-10T18:42:33.070 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-09-10T18:42:33.070 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-09-10T18:42:33.169 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-09-10T18:42:39.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-09-10T18:42:39.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-09-10T18:42:39.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-09-10T18:42:39.642 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-09-10T18:42:39.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-09-10T18:42:39.979 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-09-10T18:42:39.982 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-09-10T18:42:39.982 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-09-10T18:42:39.982 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-09-10T18:42:40.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-09-10T18:42:40.903 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial keys... 2024-09-10T18:42:40.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T18:42:40.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T18:42:41.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAhk+BmLDAsDhAAwy/xvYx8O90iHCQoU8TPxg== 2024-09-10T18:42:41.974 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T18:42:41.974 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T18:42:42.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAik+BmOlqcEBAAWs2RjTVz6aCAgytQjd60hg== 2024-09-10T18:42:42.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-09-10T18:42:42.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-09-10T18:42:43.171 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQAjk+BmkAaJBRAAbG3LGUnSk2x2li3O8wCe5Q== 2024-09-10T18:42:43.660 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial monmap... 2024-09-10T18:42:43.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/tmp/ceph-tmpzujr8dt8:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '6551eb3a-6fa4-11ef-bcea-c7b262605968', '--addv', 'a', '[v2:172.21.15.71:3300,v1:172.21.15.71:6789]', '/tmp/monmap'] 2024-09-10T18:42:43.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /tmp/ceph-tmpzujr8dt8:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --addv a [v2:172.21.15.71:3300,v1:172.21.15.71:6789] /tmp/monmap 2024-09-10T18:42:44.052 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T18:42:44.052 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:44.052 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T18:42:44.573 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating mon... 2024-09-10T18:42:44.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpybkixs4w:/tmp/keyring:z', '-v', '/tmp/ceph-tmpzujr8dt8:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '6551eb3a-6fa4-11ef-bcea-c7b262605968', '-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-09-10T18:42:44.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpybkixs4w:/tmp/keyring:z -v /tmp/ceph-tmpzujr8dt8:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -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-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.910+0000 7fc2ec0b96c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.910+0000 7fc2ec0b96c0 1 imported monmap: 2024-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-09-10T18:42:43.969424+0000 2024-09-10T18:42:45.015 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-09-10T18:42:43.969424+0000 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon.a 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.910+0000 7fc2ec0b96c0 0 /usr/bin/ceph-mon: set fsid to 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:42:45.016 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: DB SUMMARY 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.create_if_missing: 1 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.env: 0x5652694801a0 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.info_log: 0x565269e17aa0 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:42:45.017 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.db_log_dir: 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:42:45.018 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.write_buffer_manager: 0x56526a9b6120 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:42:45.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.row_cache: None 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.wal_filter: None 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:42:45.020 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:42:45.021 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Compression algorithms supported: 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kZSTD supported: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.911+0000 7fc2ec0b96c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-09-10T18:42:45.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.merge_operator: 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565269d3c118) 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:42:45.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x565269d76510 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-09-10T18:42:45.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-09-10T18:42:45.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.num_levels: 7 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:42:45.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:42:45.027 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:42:45.028 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:42:45.029 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: Options.ttl: 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 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-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.912+0000 7fc2ec0b96c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-09-10T18:42:45.030 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.913+0000 7fc2ec0b96c0 4 rocksdb: DB pointer 0x565269e12400 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.913+0000 7fc2d527a700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.913+0000 7fc2d527a700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T18:42:45.031 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:42:45.032 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.033 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.914+0000 7fc2ec0b96c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-09-10T18:42:45.034 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.914+0000 7fc2ec0b96c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-09-10T18:42:45.035 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-09-10T18:42:44.914+0000 7fc2ec0b96c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-10T18:42:45.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:45.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-09-10T18:42:45.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-09-10T18:42:45.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T18:42:45.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-09-10T18:42:45.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target 2024-09-10T18:42:45.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target. 2024-09-10T18:42:45.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target. 2024-09-10T18:42:46.051 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target 2024-09-10T18:42:46.066 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-10T18:42:46.200 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:42:46.214 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:42:46.219 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T18:42:46.219 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:42:46.226 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target.wants/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@.service. 2024-09-10T18:42:46.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:42:46.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:42:46.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-09-10T18:42:46.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-09-10T18:42:46.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T18:42:46.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-09-10T18:42:46.425 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mon to start... 2024-09-10T18:42:46.428 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mon... 2024-09-10T18:42:46.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-09-10T18:42:46.531 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:46 smithi071 systemd[1]: Started Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:42:46.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:46 smithi071 podman[23065]: 2024-09-10 18:42:46.433364692 +0000 UTC m=+0.016759847 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:42:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:47 smithi071 podman[23065]: 2024-09-10 18:42:47.504420154 +0000 UTC m=+1.087815293 container create e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True) 2024-09-10T18:42:49.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:49 smithi071 podman[23065]: 2024-09-10 18:42:49.309493592 +0000 UTC m=+2.892888739 container init e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:42:49.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:49 smithi071 podman[23065]: 2024-09-10 18:42:49.313643196 +0000 UTC m=+2.897038336 container start e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:42:49.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.353260+0000 mon.a (mon.0) 0 : [INF] mkfs 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:49.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.348058+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 podman[23065]: 2024-09-10 18:42:50.358418741 +0000 UTC m=+3.941813882 container attach e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, GIT_CLEAN=True, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau ) 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.353260+0000 mon.a (mon.0) 0 : [INF] mkfs 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.348058+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.351615+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.352146+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-09-10T18:42:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.351615+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.352146+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.354445+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.357796+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 bash[23065]: cluster 2024-09-10T18:42:49.358181+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.354445+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.357796+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:42:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: cluster 2024-09-10T18:42:49.358181+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:42:53.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: audit 2024-09-10T18:42:53.384094+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/4083796047' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:42:53.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:53 smithi071 bash[23065]: audit 2024-09-10T18:42:53.384094+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.71:0/4083796047' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 4s) 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-09-10T18:42:54.245 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-09-10T18:42:54.246 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:57.318 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-09-10T18:42:57.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/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-09-10T18:42:57.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/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-09-10T18:42:57.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:57.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-09-10T18:42:57.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 3 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.71:3300,v1:172.21.15.71:6789] 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/cephadm/use_agent = False 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-09-10T18:42:57.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_mclock_profile = high_recovery_ops 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-09-10T18:42:57.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-09-10T18:42:58.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: audit 2024-09-10T18:42:57.795966+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3636974268' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:42:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: audit 2024-09-10T18:42:57.798543+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3636974268' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:42:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:57 smithi071 bash[23065]: audit 2024-09-10T18:42:57.795966+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.71:0/3636974268' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-10T18:42:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:57 smithi071 bash[23065]: audit 2024-09-10T18:42:57.798543+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.71:0/3636974268' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T18:42:58.416 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-09-10T18:42:58.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/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-09-10T18:42:58.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/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-09-10T18:42:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: audit 2024-09-10T18:42:58.930471+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/48821746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:58 smithi071 bash[23065]: audit 2024-09-10T18:42:58.930471+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/48821746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:42:59.430 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Restarting the monitor... 2024-09-10T18:42:59.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T18:42:59.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 systemd[1]: Stopping Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:42:59.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: debug 2024-09-10T18:42:59.571+0000 7f05f3404700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:42:59.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23092]: debug 2024-09-10T18:42:59.571+0000 7f05f3404700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:42:59.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 bash[23065]: debug 2024-09-10T18:42:59.571+0000 7f05f3404700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:42:59.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 bash[23065]: debug 2024-09-10T18:42:59.571+0000 7f05f3404700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T18:42:59.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:42:59 smithi071 podman[23065]: 2024-09-10 18:42:59.633110705 +0000 UTC m=+13.216505844 container died e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:43:00.264 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23310]: 2024-09-10 18:43:00.029272684 +0000 UTC m=+0.572091349 container cleanup e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, ceph=True, org.label-schema.license=GPLv2) 2024-09-10T18:43:00.265 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23310]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a 2024-09-10T18:43:00.323 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Setting mon public_network... 2024-09-10T18:43:00.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/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-09-10T18:43:00.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/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-09-10T18:43:00.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23325]: 2024-09-10 18:43:00.263494308 +0000 UTC m=+0.624683123 container remove e6d51a51771e607325e78101b890bdfd7fa36a628cd0b679758415fd6f41be94 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T18:43:00.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T18:43:00.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 systemd[1]: Stopped Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:43:00.573 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 systemd[1]: Starting Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:43:00.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23340]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a" found: no such container 2024-09-10T18:43:00.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 systemd[1]: Started Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:43:00.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23353]: 2024-09-10 18:43:00.349084271 +0000 UTC m=+0.019079914 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:43:00.574 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:00 smithi071 podman[23353]: 2024-09-10 18:43:00.456121936 +0000 UTC m=+0.126117583 container create 3279a1429f386eac4f0b0ef7c0c2a0e9526ee3e7fb0b3c049a05f2a866176ab5 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True) 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 podman[23353]: 2024-09-10 18:43:01.010783861 +0000 UTC m=+0.680779503 container init 3279a1429f386eac4f0b0ef7c0c2a0e9526ee3e7fb0b3c049a05f2a866176ab5 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 podman[23353]: 2024-09-10 18:43:01.014592734 +0000 UTC m=+0.684588387 container start 3279a1429f386eac4f0b0ef7c0c2a0e9526ee3e7fb0b3c049a05f2a866176ab5 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau ) 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:43:01.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 load: jerasure load: lrc load: isa 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 1 rocksdb: do_open column families: [default] 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: DB SUMMARY 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 72891 ; 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.env: 0x5620638801a0 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.info_log: 0x5620642e49c0 2024-09-10T18:43:01.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:43:01.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:43:01.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:43:01.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:43:01.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:43:01.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:43:01.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:43:01.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:43:01.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:43:01.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.db_log_dir: 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:43:01.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_buffer_manager: 0x562064e7cae0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:43:01.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.row_cache: None 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_filter: None 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:43:01.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Compression algorithms supported: 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZSTD supported: 0 2024-09-10T18:43:01.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.merge_operator: 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:43:01.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562064200130) 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cache_index_and_filter_blocks: 1 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: pin_top_level_index_and_filter: 1 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: index_type: 0 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: data_block_index_type: 0 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: hash_index_allow_collision: 1 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: checksum: 1 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: no_block_cache: 0 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_cache: 0x56206423a610 2024-09-10T18:43:01.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_cache_name: BinnedLRUCache 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_cache_options: 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: capacity : 536870912 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: num_shard_bits : 4 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: strict_capacity_limit : 0 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: high_pri_pool_ratio: 0.000 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_cache_compressed: (nil) 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: persistent_cache: (nil) 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_size: 4096 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_size_deviation: 10 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_restart_interval: 16 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: index_block_restart_interval: 1 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: metadata_block_size: 4096 2024-09-10T18:43:01.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: partition_filters: 0 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: use_delta_encoding: 1 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: whole_key_filtering: 1 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: verify_compression: 0 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: read_amp_bytes_per_bit: 0 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: format_version: 2 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: enable_index_compression: 1 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: block_align: 0 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:43:01.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.num_levels: 7 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:43:01.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:43:01.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:43:01.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:43:01.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.ttl: 0 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 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-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781039566, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T18:43:01.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781040403, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 69380, "table_properties": {"data_size": 67647, "index_size": 338, "filter_size": 581, "raw_key_size": 8711, "raw_average_key_size": 45, "raw_value_size": 62577, "raw_average_value_size": 329, "num_data_blocks": 11, "num_entries": 190, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781040719, "job": 1, "event": "recovery_finished"} 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.040+0000 7f7ad21ca6c0 4 rocksdb: DB pointer 0x5620642d5200 2024-09-10T18:43:01.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.040+0000 7f7ab9317700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.040+0000 7f7ab9317700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** DB Stats ** 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: L0 2/0 69.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Sum 2/0 69.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:43:01.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Cumulative compaction: 0.00 GB write, 24.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Interval compaction: 0.00 GB write, 24.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: L0 2/0 69.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Sum 2/0 69.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Cumulative compaction: 0.00 GB write, 24.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.217 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.041+0000 7f7ad21ca6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 1 mon.a@-1(???) e1 preinit fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).mds e1 new map 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).mds e1 print_map 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: e1 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 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-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: legacy client fscid: -1 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: No filesystems configured 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:42:58.930471+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/48821746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:43:01.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 podman[23353]: 2024-09-10 18:43:01.08565875 +0000 UTC m=+0.755654406 container attach 3279a1429f386eac4f0b0ef7c0c2a0e9526ee3e7fb0b3c049a05f2a866176ab5 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , ceph=True) 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.032+0000 7f7ad21ca6c0 0 pidfile_write: ignore empty --pid-file 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 load: jerasure load: lrc load: isa 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option compression = kNoCompression 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-09-10T18:43:01.220 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 0 set rocksdb option write_buffer_size = 33554432 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 1 rocksdb: do_open column families: [default] 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: RocksDB version: 6.1.2 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Compile date Mar 23 2020 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: DB SUMMARY 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: CURRENT file: CURRENT 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 72891 ; 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.error_if_exists: 0 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.create_if_missing: 0 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.paranoid_checks: 1 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.env: 0x5620638801a0 2024-09-10T18:43:01.221 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.info_log: 0x5620642e49c0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.statistics: (nil) 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_fsync: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_log_file_size: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_fallocate: 1 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_direct_reads: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T18:43:01.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.db_log_dir: 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_subcompactions: 1 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_flushes: -1 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_buffer_manager: 0x562064e7cae0 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T18:43:01.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.row_cache: None 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_filter: None 2024-09-10T18:43:01.224 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.preserve_deletes: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.two_write_queues: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.atomic_flush: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_jobs: 2 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_background_compactions: -1 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T18:43:01.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.max_open_files: -1 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Compression algorithms supported: 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZSTD supported: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kXpressCompression supported: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kLZ4Compression supported: 1 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kBZip2Compression supported: 0 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kZlibCompression supported: 1 2024-09-10T18:43:01.226 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: kSnappyCompression supported: 1 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.037+0000 7f7ad21ca6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.merge_operator: 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_filter: None 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562064200130) 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cache_index_and_filter_blocks: 1 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cache_index_and_filter_blocks_with_high_priority: 1 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T18:43:01.227 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: pin_top_level_index_and_filter: 1 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: index_type: 0 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: data_block_index_type: 0 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: data_block_hash_table_util_ratio: 0.750000 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: hash_index_allow_collision: 1 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: checksum: 1 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: no_block_cache: 0 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_cache: 0x56206423a610 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_cache_name: BinnedLRUCache 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_cache_options: 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: capacity : 536870912 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: num_shard_bits : 4 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: strict_capacity_limit : 0 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: high_pri_pool_ratio: 0.000 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_cache_compressed: (nil) 2024-09-10T18:43:01.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: persistent_cache: (nil) 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_size: 4096 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_size_deviation: 10 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_restart_interval: 16 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: index_block_restart_interval: 1 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: metadata_block_size: 4096 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: partition_filters: 0 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: use_delta_encoding: 1 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: filter_policy: rocksdb.BuiltinBloomFilter 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: whole_key_filtering: 1 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: verify_compression: 0 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: read_amp_bytes_per_bit: 0 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: format_version: 2 2024-09-10T18:43:01.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: enable_index_compression: 1 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: block_align: 0 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression: NoCompression 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.num_levels: 7 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:43:01.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T18:43:01.231 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-09-10T18:43:01.232 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T18:43:01.233 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.table_properties_collectors: 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.inplace_update_support: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.bloom_locality: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.max_successive_merges: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: Options.ttl: 0 2024-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 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-09-10T18:43:01.234 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781039566, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.038+0000 7f7ad21ca6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781040403, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 69380, "table_properties": {"data_size": 67647, "index_size": 338, "filter_size": 581, "raw_key_size": 8711, "raw_average_key_size": 45, "raw_value_size": 62577, "raw_average_value_size": 329, "num_data_blocks": 11, "num_entries": 190, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.039+0000 7f7ad21ca6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1725993781040719, "job": 1, "event": "recovery_finished"} 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.040+0000 7f7ad21ca6c0 4 rocksdb: DB pointer 0x5620642d5200 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.040+0000 7f7ab9317700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.040+0000 7f7ab9317700 4 rocksdb: [db/db_impl.cc:778] 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** DB Stats ** 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:43:01.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: L0 2/0 69.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Sum 2/0 69.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Cumulative compaction: 0.00 GB write, 24.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Interval compaction: 0.00 GB write, 24.62 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: L0 2/0 69.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Sum 2/0 69.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** Compaction Stats [default] ** 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 119.0 0.00 0.00 1 0.001 0 0 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: AddFile(Keys): cumulative 0, interval 0 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Cumulative compaction: 0.00 GB write, 24.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: ** File Read Latency Histogram By Level [default] ** 2024-09-10T18:43:01.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.041+0000 7f7ad21ca6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] at bind addrs [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 1 mon.a@-1(???) e1 preinit fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).mds e1 new map 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).mds e1 print_map 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: e1 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: enable_multiple, ever_enabled_multiple: 0,0 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 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-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: legacy client fscid: -1 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: No filesystems configured 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T18:43:01.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: audit 2024-09-10T18:42:58.930471+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.71:0/48821746' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.042+0000 7f7ad21ca6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=false} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'false' to 'false' 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=false} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=info} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'info' to 'info' 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=info} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=daemon} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expand map: {default=debug} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: debug 2024-09-10T18:43:01.043+0000 7f7ad21ca6c0 20 expand_channel_meta expanded map: {default=debug} 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cluster 2024-09-10T18:43:01.047869+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:43:01.240 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cluster 2024-09-10T18:43:01.047914+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:01.047869+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cluster 2024-09-10T18:43:01.047946+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cluster 2024-09-10T18:43:01.047966+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 bash[23353]: cluster 2024-09-10T18:43:01.049939+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:01.047914+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0]} 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:01.047946+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:01.047966+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-10T18:43:01.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:01.049939+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-09-10T18:43:01.851 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating mgr... 2024-09-10T18:43:01.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-09-10T18:43:01.999 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:43:02.013 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:43:02.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service: Unit ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service not loaded. 2024-09-10T18:43:02.019 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:43:02.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968.target.wants/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service → /etc/systemd/system/ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@.service. 2024-09-10T18:43:02.160 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl start ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y 2024-09-10T18:43:02.212 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-09-10T18:43:02.220 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-09-10T18:43:02.220 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mgr to start... 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for mgr... 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T18:43:02.227 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T18:43:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:01.177219+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/903636653' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-10T18:43:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:01.181813+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.71:0/903636653' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-10T18:43:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:02 smithi071 bash[23353]: audit 2024-09-10T18:43:01.177219+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.71:0/903636653' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-09-10T18:43:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:02 smithi071 bash[23353]: audit 2024-09-10T18:43:01.181813+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.71:0/903636653' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-09-10T18:43:02.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:02 smithi071 systemd[1]: Started Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:43:02.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:02 smithi071 podman[23548]: 2024-09-10 18:43:02.337678586 +0000 UTC m=+0.118055339 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:43:03.578 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:03 smithi071 podman[23548]: 2024-09-10 18:43:03.366461534 +0000 UTC m=+1.146838332 container create eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:43:03.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6551eb3a-6fa4-11ef-bcea-c7b262605968", 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T18:43:03.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T18:43:03.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T18:43:03.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:03.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T18:42:49.353609+0000", 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T18:43:03.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:03.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:03.747758+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/921461668' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:03.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:03 smithi071 bash[23353]: audit 2024-09-10T18:43:03.747758+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.71:0/921461668' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:03.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:03 smithi071 podman[23548]: 2024-09-10 18:43:03.769769688 +0000 UTC m=+1.550146440 container init eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_CLEAN=True) 2024-09-10T18:43:03.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:03 smithi071 podman[23548]: 2024-09-10 18:43:03.773692721 +0000 UTC m=+1.554069475 container start eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, ceph=True, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:43:04.215 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:03 smithi071 podman[23548]: 2024-09-10 18:43:03.886816941 +0000 UTC m=+1.667193711 container attach eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True, maintainer=Dimitri Savineau ) 2024-09-10T18:43:04.467 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-09-10T18:43:05.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T18:43:05.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6551eb3a-6fa4-11ef-bcea-c7b262605968", 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T18:43:06.022 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T18:43:06.023 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T18:43:06.024 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:06.025 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T18:42:49.353609+0000", 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T18:43:06.026 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:06.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:06.015127+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.71:0/970466306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:06.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:06 smithi071 bash[23353]: audit 2024-09-10T18:43:06.015127+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.71:0/970466306' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:06.615 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-09-10T18:43:07.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T18:43:07.615 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: cluster 2024-09-10T18:43:07.397127+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:07.397127+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: cluster 2024-09-10T18:43:07.399602+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00254255s) 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.400171+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.400322+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.400483+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.400874+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.401068+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: cluster 2024-09-10T18:43:07.402812+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 bash[23353]: audit 2024-09-10T18:43:07.411886+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:07.399602+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00254255s) 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.400171+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.400322+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.400483+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.400874+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.401068+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:07.402812+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:07.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.411886+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-09-10T18:43:08.136 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6551eb3a-6fa4-11ef-bcea-c7b262605968", 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T18:43:08.137 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 2, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T18:43:08.138 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:08.139 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T18:43:08.140 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T18:42:49.353609+0000", 2024-09-10T18:43:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T18:43:08.141 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:08.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.645137+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:43:08.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:07.645174+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:43:08.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.645137+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-09-10T18:43:08.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: cluster 2024-09-10T18:43:07.645174+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.648183+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.652871+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"6cff75f7-8ee9-4c23-8d95-1fe6d4443857"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.655258+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"6cff75f7-8ee9-4c23-8d95-1fe6d4443857"}]': finished 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.655793+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"c48677c3-5df4-430f-af22-c0167139abea"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:07.657961+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"c48677c3-5df4-430f-af22-c0167139abea"}]': finished 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: audit 2024-09-10T18:43:08.129464+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.71:0/1214262052' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 bash[23353]: cluster 2024-09-10T18:43:08.401704+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00465s) 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.648183+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.652871+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"6cff75f7-8ee9-4c23-8d95-1fe6d4443857"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.655258+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"6cff75f7-8ee9-4c23-8d95-1fe6d4443857"}]': finished 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.655793+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"c48677c3-5df4-430f-af22-c0167139abea"}]: dispatch 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:07.657961+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"c48677c3-5df4-430f-af22-c0167139abea"}]': finished 2024-09-10T18:43:08.930 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:08.129464+0000 mon.a (mon.0) 26 : audit [DBG] from='client.? 172.21.15.71:0/1214262052' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:08.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:08.401704+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.00465s) 2024-09-10T18:43:08.931 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2024-09-10T18:43:09.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-09-10T18:43:09.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:08.649875+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:08.649914+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 bash[23353]: audit 2024-09-10T18:43:08.649875+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14102 172.21.15.71:0/1105173018' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 bash[23353]: cluster 2024-09-10T18:43:08.649914+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 bash[23353]: audit 2024-09-10T18:43:08.653094+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 bash[23353]: audit 2024-09-10T18:43:09.150297+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:08.653094+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:10.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:09.150297+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "6551eb3a-6fa4-11ef-bcea-c7b262605968", 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-09-10T18:43:10.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 9, 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-09-10T18:43:10.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-09-10T18:43:10.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T18:43:10.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-09-10T18:42:49.353609+0000", 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-09-10T18:43:10.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:11.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:09.654107+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-10T18:43:11.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:10.542262+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.71:0/3355815773' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:11.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:10 smithi071 bash[23353]: cluster 2024-09-10T18:43:09.654107+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-09-10T18:43:11.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:10 smithi071 bash[23353]: audit 2024-09-10T18:43:10.542262+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.71:0/3355815773' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-10T18:43:11.088 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Enabling cephadm module... 2024-09-10T18:43:11.088 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-09-10T18:43:11.088 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-09-10T18:43:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:11.692670+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.71:0/3224134022' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:43:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:12 smithi071 bash[23353]: audit 2024-09-10T18:43:11.692670+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.71:0/3224134022' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-10T18:43:12.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: ignoring --setuser ceph since I am not root 2024-09-10T18:43:12.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: ignoring --setgroup ceph since I am not root 2024-09-10T18:43:12.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:12 smithi071 bash[23548]: ignoring --setuser ceph since I am not root 2024-09-10T18:43:12.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:12 smithi071 bash[23548]: ignoring --setgroup ceph since I am not root 2024-09-10T18:43:12.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-10T18:43:12.625 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-10T18:43:13.266 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:12.052747+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.71:0/3224134022' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:43:13.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:12.052786+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-09-10T18:43:13.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:13 smithi071 bash[23353]: audit 2024-09-10T18:43:12.052747+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.71:0/3224134022' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T18:43:13.267 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:13 smithi071 bash[23353]: cluster 2024-09-10T18:43:12.052786+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-09-10T18:43:13.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-09-10T18:43:13.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14102, 2024-09-10T18:43:13.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6800", 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4154625692 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6801", 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4154625692 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.71:6801/4154625692", 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-10T18:43:07.397050+0000", 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-10T18:43:13.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.644 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.645 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.646 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.647 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.648 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.649 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.650 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.651 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.652 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.653 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.654 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.655 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.656 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.657 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.658 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.659 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-10T18:43:13.660 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.661 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.662 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.663 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.664 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.665 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.666 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.667 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.668 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.669 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.670 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.671 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:13.672 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.673 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.674 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.675 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.676 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.677 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.678 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.679 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.680 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.681 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.682 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:13.683 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.684 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.685 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.686 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.687 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.688 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.689 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.690 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.691 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.692 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.693 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.694 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.695 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.696 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.697 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.698 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.699 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-10T18:43:13.700 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.701 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.702 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.703 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.704 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.705 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.706 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.707 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.708 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.709 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.712 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.713 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:43:13.714 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:43:13.715 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:43:13.716 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.717 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.718 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.719 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.720 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.721 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.722 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.723 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.724 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.725 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.726 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.727 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.728 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.729 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.730 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.731 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.732 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.733 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:43:13.734 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.735 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.736 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.737 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-10T18:43:13.738 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-10T18:43:13.739 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:43:13.740 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:43:13.741 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-10T18:43:13.742 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:43:13.743 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:43:13.744 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:43:13.745 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-10T18:43:13.746 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.747 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.748 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T18:43:13.749 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.750 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.751 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.752 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.753 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.754 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.755 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:13.756 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:13.757 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T18:43:13.758 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-10T18:43:13.759 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-10T18:43:13.760 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.761 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.762 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.763 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.764 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.765 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.766 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.767 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.768 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.769 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.770 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.771 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.772 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.773 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.774 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.775 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:43:13.776 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.777 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.778 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.779 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.780 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.781 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.782 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.783 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.784 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:13.785 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-10T18:43:13.786 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-10T18:43:13.787 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.788 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.789 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.790 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.791 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.792 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.793 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.794 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T18:43:13.795 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-10T18:43:13.796 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T18:43:13.797 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-10T18:43:13.798 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.799 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.800 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.801 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.802 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.803 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.804 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.805 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.806 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.807 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.808 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.809 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.810 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.811 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.812 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.813 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-10T18:43:13.814 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.815 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.816 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.817 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.818 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.819 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.820 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.821 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.822 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.823 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.824 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.825 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.826 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.827 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.828 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.829 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.830 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.831 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.832 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.833 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.834 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.835 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.836 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.837 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.838 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.839 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.840 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.841 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.842 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.843 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.844 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.845 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.846 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.847 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.848 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.849 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:13.850 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.851 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.852 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.853 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.854 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.855 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-10T18:43:13.856 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-10T18:43:13.857 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.858 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.859 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.860 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.861 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.862 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.865 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.866 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.867 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.868 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.869 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.870 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.871 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.872 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.873 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.874 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.875 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.876 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.877 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.878 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.879 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.880 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.881 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.882 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:13.883 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:13.884 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.885 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.886 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.889 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.890 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.891 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.892 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.893 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.894 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.895 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-10T18:43:13.896 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-10T18:43:13.897 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-10T18:43:13.898 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-10T18:43:13.899 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-10T18:43:13.900 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.901 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.902 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-10T18:43:13.904 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.905 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-10T18:43:13.906 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.907 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.908 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.909 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.910 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.911 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.912 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.913 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.914 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.915 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.916 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.917 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.918 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.919 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.920 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.921 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.926 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.927 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.928 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.929 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:43:13.930 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.931 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.932 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.933 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.934 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.935 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.936 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.937 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.938 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.939 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.940 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.941 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.942 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.943 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.944 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.945 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.946 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.947 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.948 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.949 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.950 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.953 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.954 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.955 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.956 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:13.957 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.958 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.959 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.960 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.961 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.962 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.963 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.964 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.965 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.966 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T18:43:13.967 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:13.968 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2355951648 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.969 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 497331929 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2299742887 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:13.970 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.971 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:13.971 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:13.971 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:14.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:13.263573+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.71:0/975880861' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:43:14.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:14 smithi071 bash[23353]: audit 2024-09-10T18:43:13.263573+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.71:0/975880861' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:43:14.378 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-10T18:43:14.378 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-09-10T18:43:14.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-10T18:43:14.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-10T18:43:16.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:15.816878+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:43:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 bash[23353]: cluster 2024-09-10T18:43:15.816878+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:43:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 bash[23353]: cluster 2024-09-10T18:43:15.817292+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 bash[23353]: cluster 2024-09-10T18:43:15.819534+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:43:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:15.817292+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:15.819534+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-10T18:43:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-09-10T18:43:16.887 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-10T18:43:16.888 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:17.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:15.870355+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0531305s) 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.872772+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: cluster 2024-09-10T18:43:15.870355+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0531305s) 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.872772+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.872965+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.873078+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.873195+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.873447+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.873897+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.874075+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: cluster 2024-09-10T18:43:15.875620+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:15.892258+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:17.183 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 bash[23353]: audit 2024-09-10T18:43:16.383093+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.872965+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.873078+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.873195+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.873447+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.873897+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.874075+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:15.875620+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:15.892258+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:17.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:16.383093+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:17.468 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-09-10T18:43:17.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-09-10T18:43:17.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-09-10T18:43:18.069 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:16.878339+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06111s) 2024-09-10T18:43:18.069 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:17 smithi071 bash[23353]: cluster 2024-09-10T18:43:16.878339+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06111s) 2024-09-10T18:43:18.582 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating ssh key... 2024-09-10T18:43:18.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-09-10T18:43:18.583 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-09-10T18:43:18.958 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:17.891522+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:18.053039+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 bash[23353]: cluster 2024-09-10T18:43:17.891522+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 bash[23353]: audit 2024-09-10T18:43:18.053039+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 bash[23353]: audit 2024-09-10T18:43:18.054150+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 bash[23353]: audit 2024-09-10T18:43:18.056681+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:18.054150+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-09-10T18:43:18.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:18.056681+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-09-10T18:43:19.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Generating public/private rsa key pair. 2024-09-10T18:43:19.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Your identification has been saved in /tmp/tmp_pl9h58p/key. 2024-09-10T18:43:19.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: Generating public/private rsa key pair. 2024-09-10T18:43:19.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: Your identification has been saved in /tmp/tmp_pl9h58p/key. 2024-09-10T18:43:19.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: Your public key has been saved in /tmp/tmp_pl9h58p/key.pub. 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: The key fingerprint is: 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: SHA256:ukaJ0rEGAQn0kDhcsDIKhUXyKRmErqulxB1qqLU1RwI ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: The key's randomart image is: 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: +---[RSA 3072]----+ 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |%@B. | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |*O=. | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |BoEo | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |++... | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |o +.+..S | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |+ + *oo. | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |.*o+o.o | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |=+ o o.. | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: |= . .. | 2024-09-10T18:43:19.343 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23548]: +----[SHA256]-----+ 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Your public key has been saved in /tmp/tmp_pl9h58p/key.pub. 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: The key fingerprint is: 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: SHA256:ukaJ0rEGAQn0kDhcsDIKhUXyKRmErqulxB1qqLU1RwI ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: The key's randomart image is: 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: +---[RSA 3072]----+ 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |%@B. | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |*O=. | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |BoEo | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |++... | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |o +.+..S | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |+ + *oo. | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |.*o+o.o | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |=+ o o.. | 2024-09-10T18:43:19.344 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: |= . .. | 2024-09-10T18:43:19.345 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: +----[SHA256]-----+ 2024-09-10T18:43:19.863 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-09-10T18:43:19.864 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-09-10T18:43:20.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:19.189008+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA5M17n4mcHD2khFhiEvuFdT5NzoDfmNuZihHLh9wc1CYaSTZb2oqC\n5qadWElGAx3vZUztalakdzVnRCuu6RG329MmIWePcu/HZ/+XimdARzWohW3UHxUL+AGDV9\nlniOBGqkeWc3zeqFsAZLJvHw15X9c0Og1m4cmM9orntCUaWDQccpH+ro7Ynw0MU2AcILnv\nFUDfNM4hgQaCalRa/0EHKilewqrSCRWNEvihsIAJXU/OR1mNazbUz38a9/PQFfi8937J0E\nAd2mCu6ZGT4sOw0Ldz1a7erHj353QNXILzPvVaSdd5cDrm5SwJOzadjJHerR2TZ4cEq16+\n9jtZj4wO+g2uS5VTVuRqWOfCZuZKs7fz+fKK4mXI9KeeXqATFKgVCf9Yi06SkinPK19jah\nGwIM+EchRW6RzXCOFCBs8/91qpApT+CFoIxYHcGvToSAqzbbDOwrg/yzppo974jvQ4UThM\n3d0hGw9ONPx3RUOtRE7ODi//RI4oqluNHRyDUb5rAAAFoD37OwE9+zsBAAAAB3NzaC1yc2\nEAAAGBAOTNe5+JnBw9pIRYYhL7hXU+Tc6A35jbmYoRy4fcHNQmGkk2W9qKguamnVhJRgMd\n72VM7WpWpHc1Z0QrrukRt9vTJiFnj3Lvx2f/l4pnQEc1qIVt1B8VC/gBg1fZZ4jgRqpHln\nN83qhbAGSybx8NeV/XNDoNZuHJjPaK57QlGlg0HHKR/q6O2J8NDFNgHCC57xVA3zTOIYEG\ngmpUWv9BByopXsKq0gkVjRL4obCACV1PzkdZjWs21M9/Gvfz0BX4vPd+ydBAHdpgrumRk+\nLDsNC3c9Wu3qx49+d0DVyC8z71WknXeXA65uUsCTs2nYyR3q0dk2eHBKtevvY7WY+MDvoN\nrkuVU1bkaljnwmbmSrO38/nyiuJlyPSnnl6gExSoFQn/WItOkpIpzytfY2oRsCDPhHIUVu\nkc1wjhQgbPP/daqQKU/ghaCMWB3Br06EgKs22wzsK4P8s6aaPe+I70OFE4TN3dIRsPTjT8\nd0VDrUROzg4v/0SOKKpbjR0cg1G+awAAAAMBAAEAAAGAMgWamW6EasgvR5/rEStcKh3M9P\nDH8atRDhaF4NYGl3sdFBSGUGkn5TVYAQ1D+Tp6NDN1VGJM4qMSSJ0kSGBPSggHthXmDsLN\nXbdLcj7QlsDsbv9r+L+pNjded75YHFysFl5ATk9mfngmxd0c3jUb7BAoouh7LbHa16vWrF\nPQRqhd785rV85zHZLEtxW0EJOV6ZedNPY77PF3Ybe/jT6ySk1xIi4mbUYA6bzh3KyhX30r\nI/44JNCABj1LsBnlzGfsvnjId8uGBU7vbBrCzNPxaL9vOjm7GnEQXwdtR9o+HZONFedhGB\n0ZB3ffzXaZcJnzNfrzBq88GHFMGNdTZ6XeaD77VZmYCDyhivA3VgxCMLW4oGgl9U5m/lZ/\nQwEpbjzMluvhqEVuSknHSyoabcKlAssHcUAQSItu0UvK8WWyPsFAT8LeFiWQKnEQ2zLQTx\nbPybxxRx+CdSbn+ZVl7vTPy48uL+KXjLOARx7F7nBKjrXy1jQhq18bcyLpgrTcKyQBAAAA\nwF2d2ZtjPKLxwXZiq0ublnbwe8QSviVyd2sUjT88UBVGpcaY9aSv9KIqgf+iQQOrd3A8Cr\ny/z/BAk6kQiFrhGgvUxjm6mj/DZdCtgH/llCo2qNjCcMw12niFnvnbtvRB+SN0dGHaNqpk\n4c+7J439P2iaHXL/ZfGayUGukPDtf6xV0fag50xMVlQxe3CCiP0b7CVdg/J5AiIVMz0ps/\niQdD5WAz3f7sKsIXDfhwbxdXw5QFbACXIom8t8eJTpLA/wqgAAAMEA9eM6PJvgvdziynCX\n56kclgMfb4Qou8icpiT/6eW+STXqXE0RrnW2SXbKi+44LXwtHwkfeFJjBasl6RQl0G4Kco\nTxT+S5f0YXo6U/ukQPC3fhX/izPOKAm9JhU0tru1zHrTU4N3ryerrKnreJIALjsmTLEQfI\n4XKjskTCL8VvzFqWsiagz7c1LWOc9n3U5Nl25dY0oZ4B4uspjCJb+GZKcn3A/uc97u4gdw\nUfJAwQ79SRkS/ZZSjTbMKTDXfSOAwrAAAAwQDuNmFl1JclkwHPwoXHhqu651vNWaRIzndE\n4sW0zWm097Twv5iB6OdXy/wfqOXiz99LykApe8OsCZCUdAa9YRcAgWJsF9f8st/LYjOpSC\n20HZnabTi/BUdDAindJ4yhXbDHsqyeBvclJ4Vj5Mls2AET7+bBrudayah2S/M9gz6UI630\nUqw/SfMu5QNRkVA+nb7hHSglFzY/nqG1up6C7EozXZsuj/vFKRgcm30OqszNrc8RPp0XRT\nF3X5N5lrQ+tsEAAAApY2VwaC02NTUxZWIzYS02ZmE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:43:20.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23353]: audit 2024-09-10T18:43:19.189008+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA5M17n4mcHD2khFhiEvuFdT5NzoDfmNuZihHLh9wc1CYaSTZb2oqC\n5qadWElGAx3vZUztalakdzVnRCuu6RG329MmIWePcu/HZ/+XimdARzWohW3UHxUL+AGDV9\nlniOBGqkeWc3zeqFsAZLJvHw15X9c0Og1m4cmM9orntCUaWDQccpH+ro7Ynw0MU2AcILnv\nFUDfNM4hgQaCalRa/0EHKilewqrSCRWNEvihsIAJXU/OR1mNazbUz38a9/PQFfi8937J0E\nAd2mCu6ZGT4sOw0Ldz1a7erHj353QNXILzPvVaSdd5cDrm5SwJOzadjJHerR2TZ4cEq16+\n9jtZj4wO+g2uS5VTVuRqWOfCZuZKs7fz+fKK4mXI9KeeXqATFKgVCf9Yi06SkinPK19jah\nGwIM+EchRW6RzXCOFCBs8/91qpApT+CFoIxYHcGvToSAqzbbDOwrg/yzppo974jvQ4UThM\n3d0hGw9ONPx3RUOtRE7ODi//RI4oqluNHRyDUb5rAAAFoD37OwE9+zsBAAAAB3NzaC1yc2\nEAAAGBAOTNe5+JnBw9pIRYYhL7hXU+Tc6A35jbmYoRy4fcHNQmGkk2W9qKguamnVhJRgMd\n72VM7WpWpHc1Z0QrrukRt9vTJiFnj3Lvx2f/l4pnQEc1qIVt1B8VC/gBg1fZZ4jgRqpHln\nN83qhbAGSybx8NeV/XNDoNZuHJjPaK57QlGlg0HHKR/q6O2J8NDFNgHCC57xVA3zTOIYEG\ngmpUWv9BByopXsKq0gkVjRL4obCACV1PzkdZjWs21M9/Gvfz0BX4vPd+ydBAHdpgrumRk+\nLDsNC3c9Wu3qx49+d0DVyC8z71WknXeXA65uUsCTs2nYyR3q0dk2eHBKtevvY7WY+MDvoN\nrkuVU1bkaljnwmbmSrO38/nyiuJlyPSnnl6gExSoFQn/WItOkpIpzytfY2oRsCDPhHIUVu\nkc1wjhQgbPP/daqQKU/ghaCMWB3Br06EgKs22wzsK4P8s6aaPe+I70OFE4TN3dIRsPTjT8\nd0VDrUROzg4v/0SOKKpbjR0cg1G+awAAAAMBAAEAAAGAMgWamW6EasgvR5/rEStcKh3M9P\nDH8atRDhaF4NYGl3sdFBSGUGkn5TVYAQ1D+Tp6NDN1VGJM4qMSSJ0kSGBPSggHthXmDsLN\nXbdLcj7QlsDsbv9r+L+pNjded75YHFysFl5ATk9mfngmxd0c3jUb7BAoouh7LbHa16vWrF\nPQRqhd785rV85zHZLEtxW0EJOV6ZedNPY77PF3Ybe/jT6ySk1xIi4mbUYA6bzh3KyhX30r\nI/44JNCABj1LsBnlzGfsvnjId8uGBU7vbBrCzNPxaL9vOjm7GnEQXwdtR9o+HZONFedhGB\n0ZB3ffzXaZcJnzNfrzBq88GHFMGNdTZ6XeaD77VZmYCDyhivA3VgxCMLW4oGgl9U5m/lZ/\nQwEpbjzMluvhqEVuSknHSyoabcKlAssHcUAQSItu0UvK8WWyPsFAT8LeFiWQKnEQ2zLQTx\nbPybxxRx+CdSbn+ZVl7vTPy48uL+KXjLOARx7F7nBKjrXy1jQhq18bcyLpgrTcKyQBAAAA\nwF2d2ZtjPKLxwXZiq0ublnbwe8QSviVyd2sUjT88UBVGpcaY9aSv9KIqgf+iQQOrd3A8Cr\ny/z/BAk6kQiFrhGgvUxjm6mj/DZdCtgH/llCo2qNjCcMw12niFnvnbtvRB+SN0dGHaNqpk\n4c+7J439P2iaHXL/ZfGayUGukPDtf6xV0fag50xMVlQxe3CCiP0b7CVdg/J5AiIVMz0ps/\niQdD5WAz3f7sKsIXDfhwbxdXw5QFbACXIom8t8eJTpLA/wqgAAAMEA9eM6PJvgvdziynCX\n56kclgMfb4Qou8icpiT/6eW+STXqXE0RrnW2SXbKi+44LXwtHwkfeFJjBasl6RQl0G4Kco\nTxT+S5f0YXo6U/ukQPC3fhX/izPOKAm9JhU0tru1zHrTU4N3ryerrKnreJIALjsmTLEQfI\n4XKjskTCL8VvzFqWsiagz7c1LWOc9n3U5Nl25dY0oZ4B4uspjCJb+GZKcn3A/uc97u4gdw\nUfJAwQ79SRkS/ZZSjTbMKTDXfSOAwrAAAAwQDuNmFl1JclkwHPwoXHhqu651vNWaRIzndE\n4sW0zWm097Twv5iB6OdXy/wfqOXiz99LykApe8OsCZCUdAa9YRcAgWJsF9f8st/LYjOpSC\n20HZnabTi/BUdDAindJ4yhXbDHsqyeBvclJ4Vj5Mls2AET7+bBrudayah2S/M9gz6UI630\nUqw/SfMu5QNRkVA+nb7hHSglFzY/nqG1up6C7EozXZsuj/vFKRgcm30OqszNrc8RPp0XRT\nF3X5N5lrQ+tsEAAAApY2VwaC02NTUxZWIzYS02ZmE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:43:20.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23353]: audit 2024-09-10T18:43:19.190772+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA5M17n4mcHD2khFhiEvuFdT5NzoDfmNuZihHLh9wc1CYaSTZb2oqC\n5qadWElGAx3vZUztalakdzVnRCuu6RG329MmIWePcu/HZ/+XimdARzWohW3UHxUL+AGDV9\nlniOBGqkeWc3zeqFsAZLJvHw15X9c0Og1m4cmM9orntCUaWDQccpH+ro7Ynw0MU2AcILnv\nFUDfNM4hgQaCalRa/0EHKilewqrSCRWNEvihsIAJXU/OR1mNazbUz38a9/PQFfi8937J0E\nAd2mCu6ZGT4sOw0Ldz1a7erHj353QNXILzPvVaSdd5cDrm5SwJOzadjJHerR2TZ4cEq16+\n9jtZj4wO+g2uS5VTVuRqWOfCZuZKs7fz+fKK4mXI9KeeXqATFKgVCf9Yi06SkinPK19jah\nGwIM+EchRW6RzXCOFCBs8/91qpApT+CFoIxYHcGvToSAqzbbDOwrg/yzppo974jvQ4UThM\n3d0hGw9ONPx3RUOtRE7ODi//RI4oqluNHRyDUb5rAAAFoD37OwE9+zsBAAAAB3NzaC1yc2\nEAAAGBAOTNe5+JnBw9pIRYYhL7hXU+Tc6A35jbmYoRy4fcHNQmGkk2W9qKguamnVhJRgMd\n72VM7WpWpHc1Z0QrrukRt9vTJiFnj3Lvx2f/l4pnQEc1qIVt1B8VC/gBg1fZZ4jgRqpHln\nN83qhbAGSybx8NeV/XNDoNZuHJjPaK57QlGlg0HHKR/q6O2J8NDFNgHCC57xVA3zTOIYEG\ngmpUWv9BByopXsKq0gkVjRL4obCACV1PzkdZjWs21M9/Gvfz0BX4vPd+ydBAHdpgrumRk+\nLDsNC3c9Wu3qx49+d0DVyC8z71WknXeXA65uUsCTs2nYyR3q0dk2eHBKtevvY7WY+MDvoN\nrkuVU1bkaljnwmbmSrO38/nyiuJlyPSnnl6gExSoFQn/WItOkpIpzytfY2oRsCDPhHIUVu\nkc1wjhQgbPP/daqQKU/ghaCMWB3Br06EgKs22wzsK4P8s6aaPe+I70OFE4TN3dIRsPTjT8\nd0VDrUROzg4v/0SOKKpbjR0cg1G+awAAAAMBAAEAAAGAMgWamW6EasgvR5/rEStcKh3M9P\nDH8atRDhaF4NYGl3sdFBSGUGkn5TVYAQ1D+Tp6NDN1VGJM4qMSSJ0kSGBPSggHthXmDsLN\nXbdLcj7QlsDsbv9r+L+pNjded75YHFysFl5ATk9mfngmxd0c3jUb7BAoouh7LbHa16vWrF\nPQRqhd785rV85zHZLEtxW0EJOV6ZedNPY77PF3Ybe/jT6ySk1xIi4mbUYA6bzh3KyhX30r\nI/44JNCABj1LsBnlzGfsvnjId8uGBU7vbBrCzNPxaL9vOjm7GnEQXwdtR9o+HZONFedhGB\n0ZB3ffzXaZcJnzNfrzBq88GHFMGNdTZ6XeaD77VZmYCDyhivA3VgxCMLW4oGgl9U5m/lZ/\nQwEpbjzMluvhqEVuSknHSyoabcKlAssHcUAQSItu0UvK8WWyPsFAT8LeFiWQKnEQ2zLQTx\nbPybxxRx+CdSbn+ZVl7vTPy48uL+KXjLOARx7F7nBKjrXy1jQhq18bcyLpgrTcKyQBAAAA\nwF2d2ZtjPKLxwXZiq0ublnbwe8QSviVyd2sUjT88UBVGpcaY9aSv9KIqgf+iQQOrd3A8Cr\ny/z/BAk6kQiFrhGgvUxjm6mj/DZdCtgH/llCo2qNjCcMw12niFnvnbtvRB+SN0dGHaNqpk\n4c+7J439P2iaHXL/ZfGayUGukPDtf6xV0fag50xMVlQxe3CCiP0b7CVdg/J5AiIVMz0ps/\niQdD5WAz3f7sKsIXDfhwbxdXw5QFbACXIom8t8eJTpLA/wqgAAAMEA9eM6PJvgvdziynCX\n56kclgMfb4Qou8icpiT/6eW+STXqXE0RrnW2SXbKi+44LXwtHwkfeFJjBasl6RQl0G4Kco\nTxT+S5f0YXo6U/ukQPC3fhX/izPOKAm9JhU0tru1zHrTU4N3ryerrKnreJIALjsmTLEQfI\n4XKjskTCL8VvzFqWsiagz7c1LWOc9n3U5Nl25dY0oZ4B4uspjCJb+GZKcn3A/uc97u4gdw\nUfJAwQ79SRkS/ZZSjTbMKTDXfSOAwrAAAAwQDuNmFl1JclkwHPwoXHhqu651vNWaRIzndE\n4sW0zWm097Twv5iB6OdXy/wfqOXiz99LykApe8OsCZCUdAa9YRcAgWJsF9f8st/LYjOpSC\n20HZnabTi/BUdDAindJ4yhXbDHsqyeBvclJ4Vj5Mls2AET7+bBrudayah2S/M9gz6UI630\nUqw/SfMu5QNRkVA+nb7hHSglFzY/nqG1up6C7EozXZsuj/vFKRgcm30OqszNrc8RPp0XRT\nF3X5N5lrQ+tsEAAAApY2VwaC02NTUxZWIzYS02ZmE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-10T18:43:20.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:19.190772+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA5M17n4mcHD2khFhiEvuFdT5NzoDfmNuZihHLh9wc1CYaSTZb2oqC\n5qadWElGAx3vZUztalakdzVnRCuu6RG329MmIWePcu/HZ/+XimdARzWohW3UHxUL+AGDV9\nlniOBGqkeWc3zeqFsAZLJvHw15X9c0Og1m4cmM9orntCUaWDQccpH+ro7Ynw0MU2AcILnv\nFUDfNM4hgQaCalRa/0EHKilewqrSCRWNEvihsIAJXU/OR1mNazbUz38a9/PQFfi8937J0E\nAd2mCu6ZGT4sOw0Ldz1a7erHj353QNXILzPvVaSdd5cDrm5SwJOzadjJHerR2TZ4cEq16+\n9jtZj4wO+g2uS5VTVuRqWOfCZuZKs7fz+fKK4mXI9KeeXqATFKgVCf9Yi06SkinPK19jah\nGwIM+EchRW6RzXCOFCBs8/91qpApT+CFoIxYHcGvToSAqzbbDOwrg/yzppo974jvQ4UThM\n3d0hGw9ONPx3RUOtRE7ODi//RI4oqluNHRyDUb5rAAAFoD37OwE9+zsBAAAAB3NzaC1yc2\nEAAAGBAOTNe5+JnBw9pIRYYhL7hXU+Tc6A35jbmYoRy4fcHNQmGkk2W9qKguamnVhJRgMd\n72VM7WpWpHc1Z0QrrukRt9vTJiFnj3Lvx2f/l4pnQEc1qIVt1B8VC/gBg1fZZ4jgRqpHln\nN83qhbAGSybx8NeV/XNDoNZuHJjPaK57QlGlg0HHKR/q6O2J8NDFNgHCC57xVA3zTOIYEG\ngmpUWv9BByopXsKq0gkVjRL4obCACV1PzkdZjWs21M9/Gvfz0BX4vPd+ydBAHdpgrumRk+\nLDsNC3c9Wu3qx49+d0DVyC8z71WknXeXA65uUsCTs2nYyR3q0dk2eHBKtevvY7WY+MDvoN\nrkuVU1bkaljnwmbmSrO38/nyiuJlyPSnnl6gExSoFQn/WItOkpIpzytfY2oRsCDPhHIUVu\nkc1wjhQgbPP/daqQKU/ghaCMWB3Br06EgKs22wzsK4P8s6aaPe+I70OFE4TN3dIRsPTjT8\nd0VDrUROzg4v/0SOKKpbjR0cg1G+awAAAAMBAAEAAAGAMgWamW6EasgvR5/rEStcKh3M9P\nDH8atRDhaF4NYGl3sdFBSGUGkn5TVYAQ1D+Tp6NDN1VGJM4qMSSJ0kSGBPSggHthXmDsLN\nXbdLcj7QlsDsbv9r+L+pNjded75YHFysFl5ATk9mfngmxd0c3jUb7BAoouh7LbHa16vWrF\nPQRqhd785rV85zHZLEtxW0EJOV6ZedNPY77PF3Ybe/jT6ySk1xIi4mbUYA6bzh3KyhX30r\nI/44JNCABj1LsBnlzGfsvnjId8uGBU7vbBrCzNPxaL9vOjm7GnEQXwdtR9o+HZONFedhGB\n0ZB3ffzXaZcJnzNfrzBq88GHFMGNdTZ6XeaD77VZmYCDyhivA3VgxCMLW4oGgl9U5m/lZ/\nQwEpbjzMluvhqEVuSknHSyoabcKlAssHcUAQSItu0UvK8WWyPsFAT8LeFiWQKnEQ2zLQTx\nbPybxxRx+CdSbn+ZVl7vTPy48uL+KXjLOARx7F7nBKjrXy1jQhq18bcyLpgrTcKyQBAAAA\nwF2d2ZtjPKLxwXZiq0ublnbwe8QSviVyd2sUjT88UBVGpcaY9aSv9KIqgf+iQQOrd3A8Cr\ny/z/BAk6kQiFrhGgvUxjm6mj/DZdCtgH/llCo2qNjCcMw12niFnvnbtvRB+SN0dGHaNqpk\n4c+7J439P2iaHXL/ZfGayUGukPDtf6xV0fag50xMVlQxe3CCiP0b7CVdg/J5AiIVMz0ps/\niQdD5WAz3f7sKsIXDfhwbxdXw5QFbACXIom8t8eJTpLA/wqgAAAMEA9eM6PJvgvdziynCX\n56kclgMfb4Qou8icpiT/6eW+STXqXE0RrnW2SXbKi+44LXwtHwkfeFJjBasl6RQl0G4Kco\nTxT+S5f0YXo6U/ukQPC3fhX/izPOKAm9JhU0tru1zHrTU4N3ryerrKnreJIALjsmTLEQfI\n4XKjskTCL8VvzFqWsiagz7c1LWOc9n3U5Nl25dY0oZ4B4uspjCJb+GZKcn3A/uc97u4gdw\nUfJAwQ79SRkS/ZZSjTbMKTDXfSOAwrAAAAwQDuNmFl1JclkwHPwoXHhqu651vNWaRIzndE\n4sW0zWm097Twv5iB6OdXy/wfqOXiz99LykApe8OsCZCUdAa9YRcAgWJsF9f8st/LYjOpSC\n20HZnabTi/BUdDAindJ4yhXbDHsqyeBvclJ4Vj5Mls2AET7+bBrudayah2S/M9gz6UI630\nUqw/SfMu5QNRkVA+nb7hHSglFzY/nqG1up6C7EozXZsuj/vFKRgcm30OqszNrc8RPp0XRT\nF3X5N5lrQ+tsEAAAApY2VwaC02NTUxZWIzYS02ZmE0LTExZWYtYmNlYS1jN2IyNjI2MDU5\nNjgBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-09-10T18:43:20.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23353]: audit 2024-09-10T18:43:19.191153+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-10T18:43:20.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 bash[23353]: audit 2024-09-10T18:43:19.192415+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968\n"}]': finished 2024-09-10T18:43:20.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:19.191153+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968\n"}]: dispatch 2024-09-10T18:43:20.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:19.192415+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968\n"}]': finished 2024-09-10T18:43:20.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:20.945 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-09-10T18:43:20.945 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-09-10T18:43:20.951 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Adding host smithi071... 2024-09-10T18:43:20.951 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi071'] 2024-09-10T18:43:20.952 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi071 2024-09-10T18:43:21.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:19.103573+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:21.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:43:19.103775+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-09-10T18:43:21.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:20 smithi071 bash[23353]: audit 2024-09-10T18:43:19.103573+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:21.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:20 smithi071 bash[23353]: cephadm 2024-09-10T18:43:19.103775+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-09-10T18:43:21.588 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-09-10T18:43:21.588 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:21 smithi071 bash[23548]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-09-10T18:43:22.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:20.434653+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:22.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:21 smithi071 bash[23353]: audit 2024-09-10T18:43:20.434653+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:22.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi071' 2024-09-10T18:43:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:21.499678+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:21.499678+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi071", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:23.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:22.058400+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:22.062776+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: cephadm 2024-09-10T18:43:22.063077+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi071 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:22.261565+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:22.265901+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 bash[23353]: audit 2024-09-10T18:43:22.266320+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:22.058400+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:22.062776+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:43:22.063077+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi071 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:22.261565+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:22.265901+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:23.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:22.266320+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:23.194 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Enabling the dashboard module... 2024-09-10T18:43:23.194 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-09-10T18:43:23.194 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:23.610985+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.609351\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.610429\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:23.610508\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:23.612753+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.609351\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.610429\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:23.610508\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 bash[23353]: audit 2024-09-10T18:43:23.610985+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.609351\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.610429\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:23.610508\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 bash[23353]: audit 2024-09-10T18:43:23.612753+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.609351\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:23.610429\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:23.610508\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 bash[23353]: audit 2024-09-10T18:43:23.613208+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:24.182 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:23.613208+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.71:0/262793303' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:25.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:25.643887+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.71:0/1498843409' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:43:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:25 smithi071 bash[23353]: audit 2024-09-10T18:43:25.643887+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.71:0/1498843409' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-10T18:43:25.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: ignoring --setuser ceph since I am not root 2024-09-10T18:43:25.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: ignoring --setgroup ceph since I am not root 2024-09-10T18:43:25.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:25 smithi071 bash[23548]: ignoring --setuser ceph since I am not root 2024-09-10T18:43:25.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:25 smithi071 bash[23548]: ignoring --setgroup ceph since I am not root 2024-09-10T18:43:26.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-09-10T18:43:26.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-09-10T18:43:26.920 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:25.697102+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.71:0/1498843409' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:43:26.920 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:25.697152+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 9s) 2024-09-10T18:43:26.920 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:26 smithi071 bash[23353]: audit 2024-09-10T18:43:25.697102+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.71:0/1498843409' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T18:43:26.920 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:26 smithi071 bash[23353]: cluster 2024-09-10T18:43:25.697152+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 9s) 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:26.923 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6800", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4169531207 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:6801", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4169531207 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.71:6801/4169531207", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-09-10T18:43:15.817216+0000", 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-09-10T18:43:26.924 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-09-10T18:43:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-09-10T18:43:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-09-10T18:43:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T18:43:26.925 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-09-10T18:43:27.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-09-10T18:43:27.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-09-10T18:43:27.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-09-10T18:43:27.270 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.271 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.272 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.273 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.274 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.275 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-09-10T18:43:27.276 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.277 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.278 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.279 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.280 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.281 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.282 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-09-10T18:43:27.283 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.284 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-09-10T18:43:27.285 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T18:43:27.286 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-09-10T18:43:27.287 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.288 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.289 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.290 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.291 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.292 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.293 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.294 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.295 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.296 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.297 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.298 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-09-10T18:43:27.299 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.300 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.301 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.302 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.303 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.304 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.305 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.306 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.307 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.308 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.309 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.310 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.311 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.312 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.313 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.314 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.315 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.317 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.318 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.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-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.319 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.320 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.321 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.322 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.323 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.324 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.325 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-09-10T18:43:27.326 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.327 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.328 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.329 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.330 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.331 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.332 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.333 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.334 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.335 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.336 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.337 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-09-10T18:43:27.338 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.339 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.340 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.341 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.342 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.343 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.344 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.345 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.346 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.347 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.348 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.350 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.351 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-09-10T18:43:27.352 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-09-10T18:43:27.353 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-09-10T18:43:27.354 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.355 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.356 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-09-10T18:43:27.357 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.358 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.359 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.360 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-09-10T18:43:27.361 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-09-10T18:43:27.362 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-09-10T18:43:27.363 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-09-10T18:43:27.364 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.365 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-09-10T18:43:27.366 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-09-10T18:43:27.367 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-09-10T18:43:27.368 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T18:43:27.369 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.370 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.371 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.372 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.373 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.374 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.375 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.376 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.377 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.378 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.379 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.380 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.381 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.382 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.383 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.384 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.385 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.386 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.387 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.388 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.389 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.390 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.391 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.392 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.393 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-09-10T18:43:27.394 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-09-10T18:43:27.395 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-09-10T18:43:27.396 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.397 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.398 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.399 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.400 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.401 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.402 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-09-10T18:43:27.403 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.404 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.405 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-09-10T18:43:27.406 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.407 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.408 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.409 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.410 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.411 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.412 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.413 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.414 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.415 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.416 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.417 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.418 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.419 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.420 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.421 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.422 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.423 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.424 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.425 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.426 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.427 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.428 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.429 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.430 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.431 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.432 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.433 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.434 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.435 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.436 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.437 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.438 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.439 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.440 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.441 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.442 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.443 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.444 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.445 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-09-10T18:43:27.446 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.447 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T18:43:27.448 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.449 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.450 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.451 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.453 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.454 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.455 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.456 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.457 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.458 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.459 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.460 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.461 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.462 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.463 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.464 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.465 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.466 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.467 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.468 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.469 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.470 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.471 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.472 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.473 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.474 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.475 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.476 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.477 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.478 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.479 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.480 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.481 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.482 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.483 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.484 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.485 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.486 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.487 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.488 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.489 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-09-10T18:43:27.490 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.491 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.492 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.493 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.494 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.496 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.497 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.498 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.499 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.500 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.501 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.502 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.504 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.505 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.506 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.507 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.508 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.509 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.510 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.511 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.512 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.513 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.515 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.516 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.517 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-09-10T18:43:27.518 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.519 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.520 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.521 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.522 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.523 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.524 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-09-10T18:43:27.525 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:27.526 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.527 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.528 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.529 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.530 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.531 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.532 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.533 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.534 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.535 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.536 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.537 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.538 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.539 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.540 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.541 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.542 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.543 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.544 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.545 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.546 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.547 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-09-10T18:43:27.548 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.549 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.550 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.551 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.552 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.553 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.554 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.555 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.556 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.557 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.558 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.559 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.560 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-09-10T18:43:27.561 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-09-10T18:43:27.562 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.563 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.564 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.565 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-09-10T18:43:27.566 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.567 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.568 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.569 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.570 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-09-10T18:43:27.571 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T18:43:27.572 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-09-10T18:43:27.573 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2332311643 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.574 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3656363564 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.71:0", 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3134310036 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.575 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-09-10T18:43:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.576 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:27.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:26.916778+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.71:0/2284135550' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:43:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:27 smithi071 bash[23353]: audit 2024-09-10T18:43:26.916778+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.71:0/2284135550' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-09-10T18:43:28.495 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-09-10T18:43:28.495 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-09-10T18:43:28.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-09-10T18:43:28.495 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:29 smithi071 bash[23548]: Warning: Permanently added 'smithi071,172.21.15.71' (ECDSA) to the list of known hosts. 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:29.446068+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:29.446484+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 bash[23353]: cluster 2024-09-10T18:43:29.446068+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 bash[23353]: cluster 2024-09-10T18:43:29.446484+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 bash[23353]: cluster 2024-09-10T18:43:29.448687+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:43:29.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:29.448687+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-09-10T18:43:30.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-09-10T18:43:30.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-09-10T18:43:30.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-09-10T18:43:30.514 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-09-10T18:43:30.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:29.498574+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0521784s) 2024-09-10T18:43:30.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.501434+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:30.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: cluster 2024-09-10T18:43:29.498574+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0521784s) 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.501434+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.501604+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.501708+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.501816+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.502068+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.502522+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.502688+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.502849+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.503041+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.503207+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.503361+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: cluster 2024-09-10T18:43:29.504891+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:30.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:29.526938+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:30.029087+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 bash[23353]: audit 2024-09-10T18:43:30.029497+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.501604+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.501708+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.501816+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.502068+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.502522+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.502688+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.502849+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.503041+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.503207+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.503361+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:29.504891+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2024-09-10T18:43:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:29.526938+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:43:30.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:30.029087+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:43:30.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:30.029497+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:31.503 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-09-10T18:43:31.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-09-10T18:43:31.503 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-09-10T18:43:31.812 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:30.504206+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05781s) 2024-09-10T18:43:31.812 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:31.090531+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:31.812 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 bash[23353]: cluster 2024-09-10T18:43:30.504206+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.05781s) 2024-09-10T18:43:31.812 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 bash[23353]: audit 2024-09-10T18:43:31.090531+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:31.813 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 bash[23353]: audit 2024-09-10T18:43:31.092322+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:31.813 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 bash[23353]: audit 2024-09-10T18:43:31.092915+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:31.813 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:31.092322+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:31.813 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:31.092915+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:33.316 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-09-10T18:43:33.699 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:32.392787+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-10T18:43:33.699 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:33.311842+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEDV+ob7v1kr+lQ9vY5Z/kAcwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMDE4NDMz\nM1oXDTM0MDkwODE4NDMzM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1W/5ttt/\nn8PKvF839yccZa9hNbxwW5oUL8PtjSkzOQnRrRWtfd8ElorxIJboeJxzzhFowLQC\nzZXIlNKGZBfRgf1iEQ3vANfjs21xNWccvC/1wcOnpUo8zGtx3zdv+GwC1PpJdLjE\nl1aGqPkWdKTUPK2I5gU7NenWPTajUpDjgu6x6rFVfGqFjQr6dBtyHJ9qAT4jizcu\nTaLKurNPxca1hpDpagb434XHIRayIi7X2ik3A9102Jyqbkguu/OVXo7m9vMAfKRU\njX0OSEm0Zv8aSYWHakwWq/xURSgwSFxnvpSQyt1oi/AW4katidzCjWsIDk8fCdRL\nbA33QnUAJpWtQQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAZPhenOqlG47l2k3ZE\n7n18hOt/jRMbIovVd3v3Mjvv4FkP3uIL0hU9qrfcTzGWD2CQ2cxq75IVwqtaTCCg\nQXNTY5PwCw9kd3/ke2cbgUN2Kc9IajraYndfaBYs9U9MUBFwTkGV5LIO5g9o3c+N\n9giIS05QBlkL0hoPk4zwu/yaAq2IS9h78sjEST+e6bThsuaF+M12/yQWAgEArj3u\nGNnAtcHdtCYos8s0ZnRPsF2YFTD2T0eIIpeKM7WXUmtRsf5W7BkjJsjD86mG2jMO\ncP9yOZFZoVx/d97Sz4ck4/XcfAAno7oHX7hM0BCVFGLx/6j7E3S4rUEy1HszpUyv\nPCul\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 bash[23353]: cluster 2024-09-10T18:43:32.392787+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 bash[23353]: audit 2024-09-10T18:43:33.311842+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEDV+ob7v1kr+lQ9vY5Z/kAcwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMDE4NDMz\nM1oXDTM0MDkwODE4NDMzM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1W/5ttt/\nn8PKvF839yccZa9hNbxwW5oUL8PtjSkzOQnRrRWtfd8ElorxIJboeJxzzhFowLQC\nzZXIlNKGZBfRgf1iEQ3vANfjs21xNWccvC/1wcOnpUo8zGtx3zdv+GwC1PpJdLjE\nl1aGqPkWdKTUPK2I5gU7NenWPTajUpDjgu6x6rFVfGqFjQr6dBtyHJ9qAT4jizcu\nTaLKurNPxca1hpDpagb434XHIRayIi7X2ik3A9102Jyqbkguu/OVXo7m9vMAfKRU\njX0OSEm0Zv8aSYWHakwWq/xURSgwSFxnvpSQyt1oi/AW4katidzCjWsIDk8fCdRL\nbA33QnUAJpWtQQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAZPhenOqlG47l2k3ZE\n7n18hOt/jRMbIovVd3v3Mjvv4FkP3uIL0hU9qrfcTzGWD2CQ2cxq75IVwqtaTCCg\nQXNTY5PwCw9kd3/ke2cbgUN2Kc9IajraYndfaBYs9U9MUBFwTkGV5LIO5g9o3c+N\n9giIS05QBlkL0hoPk4zwu/yaAq2IS9h78sjEST+e6bThsuaF+M12/yQWAgEArj3u\nGNnAtcHdtCYos8s0ZnRPsF2YFTD2T0eIIpeKM7WXUmtRsf5W7BkjJsjD86mG2jMO\ncP9yOZFZoVx/d97Sz4ck4/XcfAAno7oHX7hM0BCVFGLx/6j7E3S4rUEy1HszpUyv\nPCul\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 bash[23353]: audit 2024-09-10T18:43:33.313571+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEDV+ob7v1kr+lQ9vY5Z/kAcwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMDE4NDMz\nM1oXDTM0MDkwODE4NDMzM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1W/5ttt/\nn8PKvF839yccZa9hNbxwW5oUL8PtjSkzOQnRrRWtfd8ElorxIJboeJxzzhFowLQC\nzZXIlNKGZBfRgf1iEQ3vANfjs21xNWccvC/1wcOnpUo8zGtx3zdv+GwC1PpJdLjE\nl1aGqPkWdKTUPK2I5gU7NenWPTajUpDjgu6x6rFVfGqFjQr6dBtyHJ9qAT4jizcu\nTaLKurNPxca1hpDpagb434XHIRayIi7X2ik3A9102Jyqbkguu/OVXo7m9vMAfKRU\njX0OSEm0Zv8aSYWHakwWq/xURSgwSFxnvpSQyt1oi/AW4katidzCjWsIDk8fCdRL\nbA33QnUAJpWtQQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAZPhenOqlG47l2k3ZE\n7n18hOt/jRMbIovVd3v3Mjvv4FkP3uIL0hU9qrfcTzGWD2CQ2cxq75IVwqtaTCCg\nQXNTY5PwCw9kd3/ke2cbgUN2Kc9IajraYndfaBYs9U9MUBFwTkGV5LIO5g9o3c+N\n9giIS05QBlkL0hoPk4zwu/yaAq2IS9h78sjEST+e6bThsuaF+M12/yQWAgEArj3u\nGNnAtcHdtCYos8s0ZnRPsF2YFTD2T0eIIpeKM7WXUmtRsf5W7BkjJsjD86mG2jMO\ncP9yOZFZoVx/d97Sz4ck4/XcfAAno7oHX7hM0BCVFGLx/6j7E3S4rUEy1HszpUyv\nPCul\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 bash[23353]: audit 2024-09-10T18:43:33.313928+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVb/m223+fw8q8\nXzf3Jxxlr2E1vHBbmhQvw+2NKTM5CdGtFa193wSWivEgluh4nHPOEWjAtALNlciU\n0oZkF9GB/WIRDe8A1+OzbXE1Zxy8L/XBw6elSjzMa3HfN2/4bALU+kl0uMSXVoao\n+RZ0pNQ8rYjmBTs16dY9NqNSkOOC7rHqsVV8aoWNCvp0G3Icn2oBPiOLNy5Nosq6\ns0/FxrWGkOlqBvjfhcchFrIiLtfaKTcD3XTYnKpuSC6785Vejub28wB8pFSNfQ5I\nSbRm/xpJhYdqTBar/FRFKDBIXGe+lJDK3WiL8BbiRq2J3MKNawgOTx8J1EtsDfdC\ndQAmla1BAgMBAAECggEAJrMt+QzloCdVHEC7mhG6YWmiW6b2THWskViaOw0sX3w7\nS4Hxui/02gMJY5pZPn1HtiaL8tzw4Sv2eZ2OhpmXAFXcMTFwk5uRitgePcubdzfO\n/LooLJ1AVuRoekvH/qg+/zT+mq5h3vruYbcAblfwr6vbdbGfIdBrax/8Dx18UyH1\nnlKGt2ViYOykovKNha3sPOYPtD8p0NT0Ir1NESzb5L8RC6SC7MtgLpygSYjwwXjS\nwBcrBpmQGzQuP9o/VD1IF5yitz8ApkU3Xpho7wIAoVTVlUqhVC26BY/697R/KAR5\nY9nI/bp0e42pejB0W54+1K/lx3goSDtHOPdm76AqEQKBgQD7GyX2Poze8MuC663k\nV3jbpe0qPpX52ohHOL8USfGwqAlH8XxvjAYhI7rCDapRHDDbtr8seBgu9T4eCvfB\nsrg1tWrKxzfY3OmKVhltCeopoiGTMJ4p57U12HeqIQbrbrLpNQZbCLEjKVJrGoMm\nkke0fqjyAFDVqwIF1WAHJPkAxQKBgQDZmOLAS9hmKt1YpgZDw3twVD5ecFn7KnbZ\nbeNCpbxOqfF6VTKxHDY6o6gYiP9yVOP+TOIRA/nbY5NwBSSaw8KbWUHXkRCJy3cb\ngf7TR2OUySOQC76LAchwf6XOORjjFZ1U8BphFwYdtdlJWoTgz3/pAk8Q5MMKM36b\n1DfagBHKTQKBgQDM77BA03YHMcD2ncCzHoy9vyLbmm6ulyMn9XFFbr/5bHr+o2Dq\nbP5Hp7BxVdPOFNLvTquh8HXURUUoIc1o4aKj+ucojgTPUiSsSW7A5hmdVvxN85zy\nGHB1fLDVQdUy6orL+AGy5Foll0DztpSZM0OgVMsvjwBqEgI5npab3hn2/QKBgFdr\n3x3W2vghHJCzEy1CamN01SHoDZ6lLt6oEXgDUiZgjI3TkOwrI3Znre89izOJ+5d9\nmA2yBT4pQWDuEAjFwXfcYmGS/Iv/3LiGf7Sup8ltDgafUUxTyQ25mwnBUshZNL6d\nQFvlfiWNm+Cmp2ASvZcFwHJPFjUQ/zroBhCZB4y5AoGAX170+USd3sECF8sS1Wdj\nQYC/tpwJSjDO8ApuUrYIr1tCS53ZKYk3kod0YPHw/msazj34NieMOcfV+M/I+FLp\nVlW2gRaUkoaGHmp36VKKwUJV13zRP2aoEaBuMh7yiu/OuScLspf7FqUWCJQ07335\nKy92I8kr7kxylsmN/uEXcaU=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:33.313571+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEDV+ob7v1kr+lQ9vY5Z/kAcwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDkxMDE4NDMz\nM1oXDTM0MDkwODE4NDMzM1owJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1W/5ttt/\nn8PKvF839yccZa9hNbxwW5oUL8PtjSkzOQnRrRWtfd8ElorxIJboeJxzzhFowLQC\nzZXIlNKGZBfRgf1iEQ3vANfjs21xNWccvC/1wcOnpUo8zGtx3zdv+GwC1PpJdLjE\nl1aGqPkWdKTUPK2I5gU7NenWPTajUpDjgu6x6rFVfGqFjQr6dBtyHJ9qAT4jizcu\nTaLKurNPxca1hpDpagb434XHIRayIi7X2ik3A9102Jyqbkguu/OVXo7m9vMAfKRU\njX0OSEm0Zv8aSYWHakwWq/xURSgwSFxnvpSQyt1oi/AW4katidzCjWsIDk8fCdRL\nbA33QnUAJpWtQQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQAZPhenOqlG47l2k3ZE\n7n18hOt/jRMbIovVd3v3Mjvv4FkP3uIL0hU9qrfcTzGWD2CQ2cxq75IVwqtaTCCg\nQXNTY5PwCw9kd3/ke2cbgUN2Kc9IajraYndfaBYs9U9MUBFwTkGV5LIO5g9o3c+N\n9giIS05QBlkL0hoPk4zwu/yaAq2IS9h78sjEST+e6bThsuaF+M12/yQWAgEArj3u\nGNnAtcHdtCYos8s0ZnRPsF2YFTD2T0eIIpeKM7WXUmtRsf5W7BkjJsjD86mG2jMO\ncP9yOZFZoVx/d97Sz4ck4/XcfAAno7oHX7hM0BCVFGLx/6j7E3S4rUEy1HszpUyv\nPCul\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 bash[23353]: audit 2024-09-10T18:43:33.315251+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVb/m223+fw8q8\nXzf3Jxxlr2E1vHBbmhQvw+2NKTM5CdGtFa193wSWivEgluh4nHPOEWjAtALNlciU\n0oZkF9GB/WIRDe8A1+OzbXE1Zxy8L/XBw6elSjzMa3HfN2/4bALU+kl0uMSXVoao\n+RZ0pNQ8rYjmBTs16dY9NqNSkOOC7rHqsVV8aoWNCvp0G3Icn2oBPiOLNy5Nosq6\ns0/FxrWGkOlqBvjfhcchFrIiLtfaKTcD3XTYnKpuSC6785Vejub28wB8pFSNfQ5I\nSbRm/xpJhYdqTBar/FRFKDBIXGe+lJDK3WiL8BbiRq2J3MKNawgOTx8J1EtsDfdC\ndQAmla1BAgMBAAECggEAJrMt+QzloCdVHEC7mhG6YWmiW6b2THWskViaOw0sX3w7\nS4Hxui/02gMJY5pZPn1HtiaL8tzw4Sv2eZ2OhpmXAFXcMTFwk5uRitgePcubdzfO\n/LooLJ1AVuRoekvH/qg+/zT+mq5h3vruYbcAblfwr6vbdbGfIdBrax/8Dx18UyH1\nnlKGt2ViYOykovKNha3sPOYPtD8p0NT0Ir1NESzb5L8RC6SC7MtgLpygSYjwwXjS\nwBcrBpmQGzQuP9o/VD1IF5yitz8ApkU3Xpho7wIAoVTVlUqhVC26BY/697R/KAR5\nY9nI/bp0e42pejB0W54+1K/lx3goSDtHOPdm76AqEQKBgQD7GyX2Poze8MuC663k\nV3jbpe0qPpX52ohHOL8USfGwqAlH8XxvjAYhI7rCDapRHDDbtr8seBgu9T4eCvfB\nsrg1tWrKxzfY3OmKVhltCeopoiGTMJ4p57U12HeqIQbrbrLpNQZbCLEjKVJrGoMm\nkke0fqjyAFDVqwIF1WAHJPkAxQKBgQDZmOLAS9hmKt1YpgZDw3twVD5ecFn7KnbZ\nbeNCpbxOqfF6VTKxHDY6o6gYiP9yVOP+TOIRA/nbY5NwBSSaw8KbWUHXkRCJy3cb\ngf7TR2OUySOQC76LAchwf6XOORjjFZ1U8BphFwYdtdlJWoTgz3/pAk8Q5MMKM36b\n1DfagBHKTQKBgQDM77BA03YHMcD2ncCzHoy9vyLbmm6ulyMn9XFFbr/5bHr+o2Dq\nbP5Hp7BxVdPOFNLvTquh8HXURUUoIc1o4aKj+ucojgTPUiSsSW7A5hmdVvxN85zy\nGHB1fLDVQdUy6orL+AGy5Foll0DztpSZM0OgVMsvjwBqEgI5npab3hn2/QKBgFdr\n3x3W2vghHJCzEy1CamN01SHoDZ6lLt6oEXgDUiZgjI3TkOwrI3Znre89izOJ+5d9\nmA2yBT4pQWDuEAjFwXfcYmGS/Iv/3LiGf7Sup8ltDgafUUxTyQ25mwnBUshZNL6d\nQFvlfiWNm+Cmp2ASvZcFwHJPFjUQ/zroBhCZB4y5AoGAX170+USd3sECF8sS1Wdj\nQYC/tpwJSjDO8ApuUrYIr1tCS53ZKYk3kod0YPHw/msazj34NieMOcfV+M/I+FLp\nVlW2gRaUkoaGHmp36VKKwUJV13zRP2aoEaBuMh7yiu/OuScLspf7FqUWCJQ07335\nKy92I8kr7kxylsmN/uEXcaU=\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:33.313928+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVb/m223+fw8q8\nXzf3Jxxlr2E1vHBbmhQvw+2NKTM5CdGtFa193wSWivEgluh4nHPOEWjAtALNlciU\n0oZkF9GB/WIRDe8A1+OzbXE1Zxy8L/XBw6elSjzMa3HfN2/4bALU+kl0uMSXVoao\n+RZ0pNQ8rYjmBTs16dY9NqNSkOOC7rHqsVV8aoWNCvp0G3Icn2oBPiOLNy5Nosq6\ns0/FxrWGkOlqBvjfhcchFrIiLtfaKTcD3XTYnKpuSC6785Vejub28wB8pFSNfQ5I\nSbRm/xpJhYdqTBar/FRFKDBIXGe+lJDK3WiL8BbiRq2J3MKNawgOTx8J1EtsDfdC\ndQAmla1BAgMBAAECggEAJrMt+QzloCdVHEC7mhG6YWmiW6b2THWskViaOw0sX3w7\nS4Hxui/02gMJY5pZPn1HtiaL8tzw4Sv2eZ2OhpmXAFXcMTFwk5uRitgePcubdzfO\n/LooLJ1AVuRoekvH/qg+/zT+mq5h3vruYbcAblfwr6vbdbGfIdBrax/8Dx18UyH1\nnlKGt2ViYOykovKNha3sPOYPtD8p0NT0Ir1NESzb5L8RC6SC7MtgLpygSYjwwXjS\nwBcrBpmQGzQuP9o/VD1IF5yitz8ApkU3Xpho7wIAoVTVlUqhVC26BY/697R/KAR5\nY9nI/bp0e42pejB0W54+1K/lx3goSDtHOPdm76AqEQKBgQD7GyX2Poze8MuC663k\nV3jbpe0qPpX52ohHOL8USfGwqAlH8XxvjAYhI7rCDapRHDDbtr8seBgu9T4eCvfB\nsrg1tWrKxzfY3OmKVhltCeopoiGTMJ4p57U12HeqIQbrbrLpNQZbCLEjKVJrGoMm\nkke0fqjyAFDVqwIF1WAHJPkAxQKBgQDZmOLAS9hmKt1YpgZDw3twVD5ecFn7KnbZ\nbeNCpbxOqfF6VTKxHDY6o6gYiP9yVOP+TOIRA/nbY5NwBSSaw8KbWUHXkRCJy3cb\ngf7TR2OUySOQC76LAchwf6XOORjjFZ1U8BphFwYdtdlJWoTgz3/pAk8Q5MMKM36b\n1DfagBHKTQKBgQDM77BA03YHMcD2ncCzHoy9vyLbmm6ulyMn9XFFbr/5bHr+o2Dq\nbP5Hp7BxVdPOFNLvTquh8HXURUUoIc1o4aKj+ucojgTPUiSsSW7A5hmdVvxN85zy\nGHB1fLDVQdUy6orL+AGy5Foll0DztpSZM0OgVMsvjwBqEgI5npab3hn2/QKBgFdr\n3x3W2vghHJCzEy1CamN01SHoDZ6lLt6oEXgDUiZgjI3TkOwrI3Znre89izOJ+5d9\nmA2yBT4pQWDuEAjFwXfcYmGS/Iv/3LiGf7Sup8ltDgafUUxTyQ25mwnBUshZNL6d\nQFvlfiWNm+Cmp2ASvZcFwHJPFjUQ/zroBhCZB4y5AoGAX170+USd3sECF8sS1Wdj\nQYC/tpwJSjDO8ApuUrYIr1tCS53ZKYk3kod0YPHw/msazj34NieMOcfV+M/I+FLp\nVlW2gRaUkoaGHmp36VKKwUJV13zRP2aoEaBuMh7yiu/OuScLspf7FqUWCJQ07335\nKy92I8kr7kxylsmN/uEXcaU=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:43:33.700 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:33.315251+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDVb/m223+fw8q8\nXzf3Jxxlr2E1vHBbmhQvw+2NKTM5CdGtFa193wSWivEgluh4nHPOEWjAtALNlciU\n0oZkF9GB/WIRDe8A1+OzbXE1Zxy8L/XBw6elSjzMa3HfN2/4bALU+kl0uMSXVoao\n+RZ0pNQ8rYjmBTs16dY9NqNSkOOC7rHqsVV8aoWNCvp0G3Icn2oBPiOLNy5Nosq6\ns0/FxrWGkOlqBvjfhcchFrIiLtfaKTcD3XTYnKpuSC6785Vejub28wB8pFSNfQ5I\nSbRm/xpJhYdqTBar/FRFKDBIXGe+lJDK3WiL8BbiRq2J3MKNawgOTx8J1EtsDfdC\ndQAmla1BAgMBAAECggEAJrMt+QzloCdVHEC7mhG6YWmiW6b2THWskViaOw0sX3w7\nS4Hxui/02gMJY5pZPn1HtiaL8tzw4Sv2eZ2OhpmXAFXcMTFwk5uRitgePcubdzfO\n/LooLJ1AVuRoekvH/qg+/zT+mq5h3vruYbcAblfwr6vbdbGfIdBrax/8Dx18UyH1\nnlKGt2ViYOykovKNha3sPOYPtD8p0NT0Ir1NESzb5L8RC6SC7MtgLpygSYjwwXjS\nwBcrBpmQGzQuP9o/VD1IF5yitz8ApkU3Xpho7wIAoVTVlUqhVC26BY/697R/KAR5\nY9nI/bp0e42pejB0W54+1K/lx3goSDtHOPdm76AqEQKBgQD7GyX2Poze8MuC663k\nV3jbpe0qPpX52ohHOL8USfGwqAlH8XxvjAYhI7rCDapRHDDbtr8seBgu9T4eCvfB\nsrg1tWrKxzfY3OmKVhltCeopoiGTMJ4p57U12HeqIQbrbrLpNQZbCLEjKVJrGoMm\nkke0fqjyAFDVqwIF1WAHJPkAxQKBgQDZmOLAS9hmKt1YpgZDw3twVD5ecFn7KnbZ\nbeNCpbxOqfF6VTKxHDY6o6gYiP9yVOP+TOIRA/nbY5NwBSSaw8KbWUHXkRCJy3cb\ngf7TR2OUySOQC76LAchwf6XOORjjFZ1U8BphFwYdtdlJWoTgz3/pAk8Q5MMKM36b\n1DfagBHKTQKBgQDM77BA03YHMcD2ncCzHoy9vyLbmm6ulyMn9XFFbr/5bHr+o2Dq\nbP5Hp7BxVdPOFNLvTquh8HXURUUoIc1o4aKj+ucojgTPUiSsSW7A5hmdVvxN85zy\nGHB1fLDVQdUy6orL+AGy5Foll0DztpSZM0OgVMsvjwBqEgI5npab3hn2/QKBgFdr\n3x3W2vghHJCzEy1CamN01SHoDZ6lLt6oEXgDUiZgjI3TkOwrI3Znre89izOJ+5d9\nmA2yBT4pQWDuEAjFwXfcYmGS/Iv/3LiGf7Sup8ltDgafUUxTyQ25mwnBUshZNL6d\nQFvlfiWNm+Cmp2ASvZcFwHJPFjUQ/zroBhCZB4y5AoGAX170+USd3sECF8sS1Wdj\nQYC/tpwJSjDO8ApuUrYIr1tCS53ZKYk3kod0YPHw/msazj34NieMOcfV+M/I+FLp\nVlW2gRaUkoaGHmp36VKKwUJV13zRP2aoEaBuMh7yiu/OuScLspf7FqUWCJQ07335\nKy92I8kr7kxylsmN/uEXcaU=\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:43:34.002 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Creating initial admin user... 2024-09-10T18:43:34.002 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'zdjmiyr6ow', 'administrator', '--force-password', '--pwd-update-required'] 2024-09-10T18:43:34.002 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin zdjmiyr6ow administrator --force-password --pwd-update-required 2024-09-10T18:43:34.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:33.190900+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:34.662 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:34 smithi071 bash[23353]: audit 2024-09-10T18:43:33.190900+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:35.349 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$MwavzEPPhFpJulBZzIm9UuK.1RpHCR482nqbbOu7dUIFTykBSNjhW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725993815, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T18:43:35.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:34.506907+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:35.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:34.699128+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:35.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:34.700918+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:35.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:35.344703+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$MwavzEPPhFpJulBZzIm9UuK.1RpHCR482nqbbOu7dUIFTykBSNjhW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725993815, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-10T18:43:35.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:35.346478+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$MwavzEPPhFpJulBZzIm9UuK.1RpHCR482nqbbOu7dUIFTykBSNjhW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725993815, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-10T18:43:35.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 bash[23353]: audit 2024-09-10T18:43:34.506907+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:35.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 bash[23353]: audit 2024-09-10T18:43:34.699128+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:35.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 bash[23353]: audit 2024-09-10T18:43:34.700918+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.089908\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:31.090002\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:31.090082\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:35.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 bash[23353]: audit 2024-09-10T18:43:35.344703+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$MwavzEPPhFpJulBZzIm9UuK.1RpHCR482nqbbOu7dUIFTykBSNjhW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725993815, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-09-10T18:43:35.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:35 smithi071 bash[23353]: audit 2024-09-10T18:43:35.346478+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$MwavzEPPhFpJulBZzIm9UuK.1RpHCR482nqbbOu7dUIFTykBSNjhW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1725993815, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-09-10T18:43:35.903 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Fetching dashboard port number... 2024-09-10T18:43:35.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi071', '-v', '/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z', '-v', '/tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpuigtqpv2:/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-09-10T18:43:35.903 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi071 -v /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968:/var/log/ceph:z -v /tmp/ceph-tmpwxri23i6:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpuigtqpv2:/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-09-10T18:43:36.452 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-09-10T18:43:36.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:35.121907+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "zdjmiyr6ow", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:36.462 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:36 smithi071 bash[23353]: audit 2024-09-10T18:43:35.121907+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "zdjmiyr6ow", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:37.070 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-09-10T18:43:37.070 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: URL: https://smithi071.front.sepia.ceph.com:8443/ 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: User: admin 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: Password: zdjmiyr6ow 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: ceph telemetry on 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr:For more information see: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.071 INFO:teuthology.orchestra.run.smithi071.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-09-10T18:43:37.072 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T18:43:37.072 INFO:teuthology.orchestra.run.smithi071.stderr:INFO:cephadm:Bootstrap complete. 2024-09-10T18:43:37.072 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Releasing lock 139695366847744 on /run/cephadm/6551eb3a-6fa4-11ef-bcea-c7b262605968.lock 2024-09-10T18:43:37.072 INFO:teuthology.orchestra.run.smithi071.stderr:DEBUG:cephadm:Lock 139695366847744 released on /run/cephadm/6551eb3a-6fa4-11ef-bcea-c7b262605968.lock 2024-09-10T18:43:37.097 INFO:tasks.cephadm:Fetching config... 2024-09-10T18:43:37.098 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:43:37.098 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T18:43:37.114 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T18:43:37.114 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:43:37.115 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T18:43:37.170 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T18:43:37.170 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:43:37.170 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T18:43:37.239 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T18:43:37.239 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:43:37.239 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T18:43:37.295 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T18:43:37.295 DEBUG:teuthology.orchestra.run.smithi071:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:43:37.368 INFO:teuthology.orchestra.run.smithi071.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:37.380 DEBUG:teuthology.orchestra.run.smithi145:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T18:43:37.429 INFO:teuthology.orchestra.run.smithi145.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkzXufiZwcPaSEWGIS+4V1Pk3OgN+Y25mKEcuH3BzUJhpJNlvaioLmpp1YSUYDHe9lTO1qVqR3NWdEK67pEbfb0yYhZ49y78dn/5eKZ0BHNaiFbdQfFQv4AYNX2WeI4EaqR5ZzfN6oWwBksm8fDXlf1zQ6DWbhyYz2iue0JRpYNBxykf6ujtifDQxTYBwgue8VQN80ziGBBoJqVFr/QQcqKV7CqtIJFY0S+KGwgAldT85HWY1rNtTPfxr389AV+Lz3fsnQQB3aYK7pkZPiw7DQt3PVrt6sePfndA1cgvM+9VpJ13lwOublLAk7Np2Mkd6tHZNnhwSrXr72O1mPjA76Da5LlVNW5GpY58Jm5kqzt/P58oriZcj0p55eoBMUqBUJ/1iLTpKSKc8rX2NqEbAgz4RyFFbpHNcI4UIGzz/3WqkClP4IWgjFgdwa9OhICrNtsM7CuD/LOmmj3viO9DhROEzd3SEbD040/HdFQ61ETs4OL/9EjiiqW40dHINRvms= ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:43:37.442 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi145 2024-09-10T18:43:37.444 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:43:37.444 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.conf 2024-09-10T18:43:37.461 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:43:37.461 DEBUG:teuthology.orchestra.run.smithi145:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:43:37.519 INFO:tasks.cephadm:Adding host smithi145 to orchestrator... 2024-09-10T18:43:37.519 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch host add smithi145 2024-09-10T18:43:37.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:36.400638+0000 mon.a (mon.0) 105 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-10T18:43:37.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:36.451275+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.71:0/1978821461' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:43:37.734 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:37 smithi071 bash[23353]: cluster 2024-09-10T18:43:36.400638+0000 mon.a (mon.0) 105 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-09-10T18:43:37.734 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:37 smithi071 bash[23353]: audit 2024-09-10T18:43:36.451275+0000 mon.a (mon.0) 106 : audit [DBG] from='client.? 172.21.15.71:0/1978821461' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-10T18:43:39.591 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: Warning: Permanently added 'smithi145,172.21.15.145' (ECDSA) to the list of known hosts. 2024-09-10T18:43:39.592 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:43:39 smithi071 bash[23548]: Warning: Permanently added 'smithi145,172.21.15.145' (ECDSA) to the list of known hosts. 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.153405+0000 mgr.y (mgr.14142) 3 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.690520+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 bash[23353]: audit 2024-09-10T18:43:39.153405+0000 mgr.y (mgr.14142) 3 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 bash[23353]: audit 2024-09-10T18:43:39.690520+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 bash[23353]: audit 2024-09-10T18:43:39.692249+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 bash[23353]: cephadm 2024-09-10T18:43:39.692576+0000 mgr.y (mgr.14142) 4 : cephadm [INF] Added host smithi145 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.692249+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"smithi071\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:43:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:43:39.692576+0000 mgr.y (mgr.14142) 4 : cephadm [INF] Added host smithi145 2024-09-10T18:43:40.157 INFO:teuthology.orchestra.run.smithi071.stdout:Added host 'smithi145' 2024-09-10T18:43:40.729 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T18:43:40.970 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.896550+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.900937+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:39.896550+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:39.900937+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:39.901406+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:40.078300+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:40.079871+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 bash[23353]: audit 2024-09-10T18:43:40.080340+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:39.901406+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:40.078300+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:40.079871+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"networks\": {}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:40.971 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:40.080340+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:43:42.436 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:43:42.436 INFO:teuthology.orchestra.run.smithi071.stdout:[{"addr": "smithi071", "hostname": "smithi071", "labels": [], "status": ""}, {"addr": "smithi145", "hostname": "smithi145", "labels": [], "status": ""}] 2024-09-10T18:43:43.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:42.433809+0000 mgr.y (mgr.14142) 5 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:43:43.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:42 smithi071 bash[23353]: audit 2024-09-10T18:43:42.433809+0000 mgr.y (mgr.14142) 5 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:43:43.032 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T18:43:43.032 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T18:43:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:42.939827+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:43.120162+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:43.122110+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 bash[23353]: audit 2024-09-10T18:43:42.939827+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:43:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 bash[23353]: audit 2024-09-10T18:43:43.120162+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:43:43.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:43 smithi071 bash[23353]: audit 2024-09-10T18:43:43.122110+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-09-10T18:43:40.078035\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:43:44.796 INFO:teuthology.orchestra.run.smithi071.stderr:adjusted tunables profile to default 2024-09-10T18:43:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:44.717169+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.71:0/3204662345' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:43:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:44 smithi071 bash[23353]: audit 2024-09-10T18:43:44.717169+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.71:0/3204662345' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-10T18:43:45.352 INFO:tasks.cephadm:Adding mon.c on smithi071 2024-09-10T18:43:45.352 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add mon 'smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c' 2024-09-10T18:43:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:44.793506+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.71:0/3204662345' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:43:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:44.793552+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:45 smithi071 bash[23353]: audit 2024-09-10T18:43:44.793506+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.71:0/3204662345' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T18:43:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:45 smithi071 bash[23353]: cluster 2024-09-10T18:43:44.793552+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:46.908260+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:46.908814+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 bash[23353]: audit 2024-09-10T18:43:46.908260+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 bash[23353]: audit 2024-09-10T18:43:46.908814+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 bash[23353]: audit 2024-09-10T18:43:46.909404+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:43:47.466 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:46.909404+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-09-10T18:43:48.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:46.906721+0000 mgr.y (mgr.14142) 6 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:48.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:48 smithi071 bash[23353]: audit 2024-09-10T18:43:46.906721+0000 mgr.y (mgr.14142) 6 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi071:[v2:172.21.15.71:3301,v1:172.21.15.71:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:48.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:48 smithi071 bash[23353]: cephadm 2024-09-10T18:43:46.909226+0000 mgr.y (mgr.14142) 7 : cephadm [INF] Deploying daemon mon.c on smithi071 2024-09-10T18:43:48.481 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:43:46.909226+0000 mgr.y (mgr.14142) 7 : cephadm [INF] Deploying daemon mon.c on smithi071 2024-09-10T18:43:49.914 INFO:teuthology.orchestra.run.smithi071.stdout:Deployed mon.c on host 'smithi071' 2024-09-10T18:43:50.643 DEBUG:teuthology.orchestra.run.smithi071:mon.c> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T18:43:50.645 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-09-10T18:43:50.645 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:43:55.196 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:43:55.196 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":2,"fsid":"6551eb3a-6fa4-11ef-bcea-c7b262605968","modified":"2024-09-10T18:43:49.965419Z","created":"2024-09-10T18:42:43.969424Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3301","nonce":0},{"type":"v1","addr":"172.21.15.71:6790","nonce":0}]},"addr":"172.21.15.71:6790/0","public_addr":"172.21.15.71:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-09-10T18:43:55.197 INFO:teuthology.orchestra.run.smithi071.stderr:dumped monmap epoch 2 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:49.967504+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:49.967504+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:51.502300+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:51.966055+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:49.967504+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-09-10T18:43:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:49.967504+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:51.502300+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:51.966055+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: audit 2024-09-10T18:43:52.635302+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:53.502573+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.971151+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.976927+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.976991+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.977022+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.977312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 25s) 2024-09-10T18:43:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:51.502300+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: audit 2024-09-10T18:43:52.635302+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:53.502573+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.971151+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.976927+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.976991+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.977022+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.977312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 25s) 2024-09-10T18:43:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: audit 2024-09-10T18:43:54.978320+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: cluster 2024-09-10T18:43:54.980755+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-09-10T18:43:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:51.966055+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:43:55.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: audit 2024-09-10T18:43:54.978320+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: cluster 2024-09-10T18:43:54.980755+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-09-10T18:43:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[23353]: audit 2024-09-10T18:43:54.982759+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 bash[26156]: audit 2024-09-10T18:43:54.982759+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:51.502300+0000 mgr.y (mgr.14142) 9 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:51.966055+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:52.635302+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:53.502573+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.971151+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.976927+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:43:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.976991+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.977022+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.977312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 25s) 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:52.635302+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:53.502573+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.971151+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.976927+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.976991+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.977022+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:43:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.977312+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 25s) 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:54.978320+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:54.980755+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:54.982759+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:54.978320+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:54.980755+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-09-10T18:43:55.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:54.982759+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634696\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}}, \"last_daemon_update\": \"2024-09-10T18:43:52.634795\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:43:55.840 INFO:tasks.cephadm:Adding mon.b on smithi145 2024-09-10T18:43:55.840 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add mon smithi145:172.21.15.145=b 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:55.194886+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/2369062836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:55.502825+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:56 smithi071 bash[23353]: audit 2024-09-10T18:43:55.194886+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/2369062836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:56 smithi071 bash[23353]: cluster 2024-09-10T18:43:55.502825+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:55.194886+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/2369062836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:56 smithi071 bash[26156]: audit 2024-09-10T18:43:55.194886+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.71:0/2369062836' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:56 smithi071 bash[26156]: cluster 2024-09-10T18:43:55.502825+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:55.502825+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:57.480572+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:57.481295+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[23353]: audit 2024-09-10T18:43:57.480572+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[23353]: audit 2024-09-10T18:43:57.481295+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[23353]: audit 2024-09-10T18:43:57.482069+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:43:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:57.482069+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[26156]: audit 2024-09-10T18:43:57.480572+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[26156]: audit 2024-09-10T18:43:57.481295+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 bash[26156]: audit 2024-09-10T18:43:57.482069+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:57.480572+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:57.481295+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:43:57.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:57.482069+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-09-10T18:43:58.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:43:57.479258+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi145:172.21.15.145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:58.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:43:57.481797+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.b on smithi145 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[23353]: audit 2024-09-10T18:43:57.479258+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi145:172.21.15.145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[23353]: cephadm 2024-09-10T18:43:57.481797+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.b on smithi145 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[23353]: cluster 2024-09-10T18:43:57.503176+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:57.503176+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[26156]: audit 2024-09-10T18:43:57.479258+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi145:172.21.15.145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[26156]: cephadm 2024-09-10T18:43:57.481797+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.b on smithi145 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 bash[26156]: cluster 2024-09-10T18:43:57.503176+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:43:57.479258+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi145:172.21.15.145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:43:57.481797+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.b on smithi145 2024-09-10T18:43:58.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:43:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:57.503176+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:00.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:00 smithi071 bash[23353]: cluster 2024-09-10T18:43:59.503475+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:00.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:43:59.503475+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:00.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:43:59.503475+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:00.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:00 smithi071 bash[26156]: cluster 2024-09-10T18:43:59.503475+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:01.487 INFO:teuthology.orchestra.run.smithi145.stdout:Deployed mon.b on host 'smithi145' 2024-09-10T18:44:02.163 DEBUG:teuthology.orchestra.run.smithi145:mon.b> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T18:44:02.166 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T18:44:02.166 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T18:44:06.416 INFO:teuthology.orchestra.run.smithi145.stdout: 2024-09-10T18:44:06.416 INFO:teuthology.orchestra.run.smithi145.stdout:{"epoch":3,"fsid":"6551eb3a-6fa4-11ef-bcea-c7b262605968","modified":"2024-09-10T18:44:01.039606Z","created":"2024-09-10T18:42:43.969424Z","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.71:3300","nonce":0},{"type":"v1","addr":"172.21.15.71:6789","nonce":0}]},"addr":"172.21.15.71:6789/0","public_addr":"172.21.15.71:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:3301","nonce":0},{"type":"v1","addr":"172.21.15.71:6790","nonce":0}]},"addr":"172.21.15.71:6790/0","public_addr":"172.21.15.71:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:3300","nonce":0},{"type":"v1","addr":"172.21.15.145:6789","nonce":0}]},"addr":"172.21.15.145:6789/0","public_addr":"172.21.15.145:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.417 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 bash[23187]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.418 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.419 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.419 INFO:teuthology.orchestra.run.smithi145.stderr:dumped monmap epoch 3 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[26156]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:01.045191+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:01.047418+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-10T18:44:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 bash[23353]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:01.503922+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:02.522411+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:03.040502+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:03.504152+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:05.504455+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.049521+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.057048+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0],b=[v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0],c=[v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0]} 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.057092+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-09-10T18:44:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.057119+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.057325+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 36s) 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:06.058091+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:06.062326+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-09-10T18:44:06.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:06.067643+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}}, \"last_daemon_update\": \"2024-09-10T18:44:02.521808\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:06.953 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T18:44:06.954 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T18:44:07.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:07.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:07 smithi071 bash[23353]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:07.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:07.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:07 smithi071 bash[26156]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:07.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:07.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:07 smithi145 bash[23187]: audit 2024-09-10T18:44:06.414226+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.145:0/2705133682' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-10T18:44:08.629 INFO:teuthology.orchestra.run.smithi071.stdout:# minimal ceph.conf for 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:44:08.630 INFO:teuthology.orchestra.run.smithi071.stdout:[global] 2024-09-10T18:44:08.630 INFO:teuthology.orchestra.run.smithi071.stdout: fsid = 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:44:08.630 INFO:teuthology.orchestra.run.smithi071.stdout: mon_host = [v2:172.21.15.71:3300/0,v1:172.21.15.71:6789/0] [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] [v2:172.21.15.71:3301/0,v1:172.21.15.71:6790/0] 2024-09-10T18:44:08.630 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:08.630 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:08 smithi071 bash[23353]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:08.630 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:08.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:08 smithi071 bash[26156]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:08.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:08.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:08 smithi145 bash[23187]: cluster 2024-09-10T18:44:07.504691+0000 mgr.y (mgr.14142) 19 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:09.184 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T18:44:09.185 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:44:09.185 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:44:09.216 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:44:09.216 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:44:09.279 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:44:09.280 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T18:44:09.312 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:44:09.312 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T18:44:09.381 INFO:tasks.cephadm:Adding mgr.y on smithi071 2024-09-10T18:44:09.382 INFO:tasks.cephadm:Adding mgr.x on smithi145 2024-09-10T18:44:09.382 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi071=y;smithi145=x' 2024-09-10T18:44:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:09.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:09 smithi071 bash[23353]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:09.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:09.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:09 smithi071 bash[26156]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:09.651 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:09.652 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:09 smithi145 bash[23187]: audit 2024-09-10T18:44:08.628945+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.71:0/3761485254' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:10.650 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:10.650 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:10 smithi145 bash[23187]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:10.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:10.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:10 smithi071 bash[23353]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:10.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:10.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:10 smithi071 bash[26156]: cluster 2024-09-10T18:44:09.504935+0000 mgr.y (mgr.14142) 20 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:11.126 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled mgr update... 2024-09-10T18:44:11.863 DEBUG:teuthology.orchestra.run.smithi145:mgr.x> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service 2024-09-10T18:44:11.866 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T18:44:11.866 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:44:11.866 DEBUG:teuthology.orchestra.run.smithi071:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:44:11.886 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-09-10T18:44:11.887 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_1 2024-09-10T18:44:11.944 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:44:11.944 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-10 18:43:49.371547391 +0000 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-10 18:41:53.622575865 +0000 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-10 18:41:53.622575865 +0000 2024-09-10T18:44:11.945 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-10 18:41:53.622575865 +0000 2024-09-10T18:44:11.945 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:44:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-10T18:44:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-10T18:44:12.013 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.00023582 s, 2.2 MB/s 2024-09-10T18:44:12.014 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:44:12.072 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_2 2024-09-10T18:44:12.128 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 685 Links: 1 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-10 18:43:49.371547391 +0000 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-10 18:41:53.964569746 +0000 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-10 18:41:53.964569746 +0000 2024-09-10T18:44:12.129 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-10 18:41:53.964569746 +0000 2024-09-10T18:44:12.129 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:44:12.194 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-10T18:44:12.194 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-10T18:44:12.194 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000203145 s, 2.5 MB/s 2024-09-10T18:44:12.195 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:44:12.252 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_3 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 bash[23187]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.308 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:44:12.308 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:12.308 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 704 Links: 1 2024-09-10T18:44:12.308 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:12.308 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:12.309 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-10 18:43:49.372547372 +0000 2024-09-10T18:44:12.309 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-10 18:41:54.284564021 +0000 2024-09-10T18:44:12.309 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-10 18:41:54.284564021 +0000 2024-09-10T18:44:12.309 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-10 18:41:54.284564021 +0000 2024-09-10T18:44:12.309 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:44:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[23353]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 bash[26156]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.120084+0000 mgr.y (mgr.14142) 21 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi071=y;smithi145=x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:12.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:11.120597+0000 mgr.y (mgr.14142) 22 : cephadm [INF] Saving service mgr spec with placement count:2 smithi071=y,smithi145=x 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.120911+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.123564+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-09-10T18:44:11.120608\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.124594+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.129672+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.130330+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:11.130808+0000 mgr.y (mgr.14142) 23 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:11.131134+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:44:12.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:11.505249+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:12.368 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-10T18:44:12.369 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-10T18:44:12.369 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000222323 s, 2.3 MB/s 2024-09-10T18:44:12.370 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:44:12.427 DEBUG:teuthology.orchestra.run.smithi071:> stat /dev/vg_nvme/lv_4 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:12.483 INFO:teuthology.orchestra.run.smithi071.stdout:Access: 2024-09-10 18:43:49.372547372 +0000 2024-09-10T18:44:12.484 INFO:teuthology.orchestra.run.smithi071.stdout:Modify: 2024-09-10 18:41:54.602558332 +0000 2024-09-10T18:44:12.484 INFO:teuthology.orchestra.run.smithi071.stdout:Change: 2024-09-10 18:41:54.602558332 +0000 2024-09-10T18:44:12.484 INFO:teuthology.orchestra.run.smithi071.stdout: Birth: 2024-09-10 18:41:54.602558332 +0000 2024-09-10T18:44:12.484 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:44:12.547 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records in 2024-09-10T18:44:12.547 INFO:teuthology.orchestra.run.smithi071.stderr:1+0 records out 2024-09-10T18:44:12.547 INFO:teuthology.orchestra.run.smithi071.stderr:512 bytes copied, 0.000200912 s, 2.5 MB/s 2024-09-10T18:44:12.548 DEBUG:teuthology.orchestra.run.smithi071:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:44:12.605 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:44:12.605 DEBUG:teuthology.orchestra.run.smithi145:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T18:44:12.621 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-09-10T18:44:12.622 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_1 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-10 18:44:00.546232065 +0000 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-10 18:41:53.621881355 +0000 2024-09-10T18:44:12.677 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-10 18:41:53.621881355 +0000 2024-09-10T18:44:12.678 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-10 18:41:53.621881355 +0000 2024-09-10T18:44:12.678 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T18:44:12.799 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-10T18:44:12.799 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-10T18:44:12.799 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000220026 s, 2.3 MB/s 2024-09-10T18:44:12.800 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T18:44:12.816 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_2 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-10 18:44:12.755970031 +0000 2024-09-10T18:44:12.876 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-10 18:41:53.957874145 +0000 2024-09-10T18:44:12.877 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-10 18:41:53.957874145 +0000 2024-09-10T18:44:12.877 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-10 18:41:53.957874145 +0000 2024-09-10T18:44:12.877 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T18:44:12.972 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-10T18:44:12.972 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-10T18:44:12.973 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000183438 s, 2.8 MB/s 2024-09-10T18:44:12.974 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T18:44:12.990 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_3 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:13.046 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-10 18:44:12.932966233 +0000 2024-09-10T18:44:13.047 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-10 18:41:54.274867342 +0000 2024-09-10T18:44:13.047 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-10 18:41:54.274867342 +0000 2024-09-10T18:44:13.047 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-10 18:41:54.274867342 +0000 2024-09-10T18:44:13.047 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T18:44:13.110 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-10T18:44:13.110 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-10T18:44:13.110 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.000193903 s, 2.6 MB/s 2024-09-10T18:44:13.111 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T18:44:13.167 DEBUG:teuthology.orchestra.run.smithi145:> stat /dev/vg_nvme/lv_4 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Access: 2024-09-10 18:44:12.932966233 +0000 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Modify: 2024-09-10 18:41:54.586860647 +0000 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout:Change: 2024-09-10 18:41:54.586860647 +0000 2024-09-10T18:44:13.223 INFO:teuthology.orchestra.run.smithi145.stdout: Birth: 2024-09-10 18:41:54.586860647 +0000 2024-09-10T18:44:13.224 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T18:44:13.228 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 podman[23850]: 2024-09-10 18:44:13.038697017 +0000 UTC m=+0.016646565 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:44:13.269 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records in 2024-09-10T18:44:13.269 INFO:teuthology.orchestra.run.smithi145.stderr:1+0 records out 2024-09-10T18:44:13.269 INFO:teuthology.orchestra.run.smithi145.stderr:512 bytes copied, 0.0160564 s, 31.9 kB/s 2024-09-10T18:44:13.271 DEBUG:teuthology.orchestra.run.smithi145:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T18:44:13.328 INFO:tasks.cephadm:Deploying osd.0 on smithi071 with /dev/vg_nvme/lv_4... 2024-09-10T18:44:13.329 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:44:13.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 podman[23850]: 2024-09-10 18:44:13.364541463 +0000 UTC m=+0.342491008 container init 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 podman[23850]: 2024-09-10 18:44:13.367473401 +0000 UTC m=+0.345422949 container start 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[23926]: debug 2024-09-10T18:44:13.383+0000 7fe3708ae040 1 -- 172.21.15.145:0/676721100 >> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] conn(0x5588b1cd2c00 msgr2=0x5588b1cf1a80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[23926]: debug 2024-09-10T18:44:13.383+0000 7fe3708ae040 1 --2- 172.21.15.145:0/676721100 >> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] conn(0x5588b1cd2c00 0x5588b1cf1a80 secure :-1 s=READY pgs=5 cs=0 l=1 rx=0x5588b1d3d110 tx=0x5588b1d3f7c0).stop 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 bash[23850]: debug 2024-09-10T18:44:13.383+0000 7fe3708ae040 1 -- 172.21.15.145:0/676721100 >> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] conn(0x5588b1cd2c00 msgr2=0x5588b1cf1a80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 bash[23850]: debug 2024-09-10T18:44:13.383+0000 7fe3708ae040 1 --2- 172.21.15.145:0/676721100 >> [v2:172.21.15.145:3300/0,v1:172.21.15.145:6789/0] conn(0x5588b1cd2c00 0x5588b1cf1a80 secure :-1 s=READY pgs=5 cs=0 l=1 rx=0x5588b1d3d110 tx=0x5588b1d3f7c0).stop 2024-09-10T18:44:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:44:13 smithi145 podman[23850]: 2024-09-10 18:44:13.472942511 +0000 UTC m=+0.450892067 container attach 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS) 2024-09-10T18:44:13.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 bash[23187]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:13.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 bash[23187]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:13 smithi145 bash[23187]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:13.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[26156]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[26156]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[26156]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:13.640 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[23353]: audit 2024-09-10T18:44:13.044504+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:13.640 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[23353]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:13.047235+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:02.521667\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:13.641 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:13.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:13.641 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:13 smithi071 bash[23353]: audit 2024-09-10T18:44:13.047804+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[26156]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 bash[23353]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.778 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.778 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: cluster 2024-09-10T18:44:13.505598+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: audit 2024-09-10T18:44:14.221675+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: audit 2024-09-10T18:44:14.224142+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}}, \"last_daemon_update\": \"2024-09-10T18:44:14.221116\", \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 bash[23187]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:14.225202+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:14.225745+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:14.779 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:14.226415+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-09-10T18:44:15.667 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:15 smithi071 bash[23353]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:15 smithi071 bash[23353]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:15 smithi071 bash[26156]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:15 smithi071 bash[26156]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:15.668 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:15.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:15 smithi145 bash[23187]: cephadm 2024-09-10T18:44:14.225023+0000 mgr.y (mgr.14142) 26 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-09-10T18:44:15.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:15 smithi145 bash[23187]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:15.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:14.226185+0000 mgr.y (mgr.14142) 27 : cephadm [INF] Reconfiguring daemon mgr.y on smithi071 2024-09-10T18:44:16.024 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:44:16.024 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:44:16.024 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-09-10T18:44:16.024 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-09-10T18:44:16.024 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0113377 s, 925 MB/s 2024-09-10T18:44:16.025 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 bash[23187]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 bash[23187]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 bash[23187]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 bash[23187]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:16.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[23353]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[23353]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[23353]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[23353]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[26156]: cluster 2024-09-10T18:44:15.505895+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:16.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[26156]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:15.577525+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:16.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:16.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[26156]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 bash[26156]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:16.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:15.580059+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634616\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:43:52.634727\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:16.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:15.580683+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:17.097 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_4 2024-09-10T18:44:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 bash[23187]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 bash[23187]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 bash[23187]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 bash[23187]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 bash[23187]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:17.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[23353]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[23353]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[23353]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[26156]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[26156]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[26156]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[26156]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[23353]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[23353]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:17.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 bash[26156]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:17.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:17.055103+0000 mon.a (mon.0) 173 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:44:17.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:17.055928+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:44:17.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:17.056908+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.145:0/2640119' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:44:17.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:17.166339+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:17.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:17.168898+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}}, \"last_daemon_update\": \"2024-09-10T18:44:17.165805\", \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[26156]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[26156]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[26156]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[23353]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[23353]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 bash[23353]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:18.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 bash[23187]: cluster 2024-09-10T18:44:17.431211+0000 mon.a (mon.0) 176 : cluster [DBG] mgrmap e14: y(active, since 47s), standbys: x 2024-09-10T18:44:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 bash[23187]: audit 2024-09-10T18:44:17.431318+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:44:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 bash[23187]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:17.506208+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:19.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[23353]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[23353]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[23353]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[26156]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[26156]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 bash[26156]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:19.774 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.775 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.775 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:19.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 bash[23187]: audit 2024-09-10T18:44:18.807560+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:19.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 bash[23187]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 bash[23187]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:18.808110+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:18.808730+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:20.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 bash[23187]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 bash[23187]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 bash[23187]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[26156]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[26156]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[26156]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[23353]: audit 2024-09-10T18:44:18.806494+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.14202 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[23353]: cephadm 2024-09-10T18:44:18.807307+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 bash[23353]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:19.506476+0000 mgr.y (mgr.14142) 32 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 bash[23187]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 bash[23187]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 bash[23187]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 bash[23187]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 bash[23187]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:21.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[23353]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[23353]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[23353]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[23353]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[23353]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[26156]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[26156]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[26156]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[26156]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 bash[26156]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:21.006600+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.71:0/4237119763' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:21.006873+0000 mon.a (mon.0) 181 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]: dispatch 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:21.010282+0000 mon.a (mon.0) 182 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cebacf67-aff1-4023-9f73-c1a5f9e023ac"}]': finished 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:21.010322+0000 mon.a (mon.0) 183 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-09-10T18:44:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:21.010404+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:22 smithi145 bash[23187]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:22 smithi145 bash[23187]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:22 smithi071 bash[23353]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:22 smithi071 bash[23353]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:22.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:22.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:22 smithi071 bash[26156]: cluster 2024-09-10T18:44:21.506701+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:22.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:22 smithi071 bash[26156]: audit 2024-09-10T18:44:21.769250+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.71:0/1818771401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:24.800 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:24.800 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:24 smithi071 bash[23353]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:24 smithi071 bash[23353]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:24 smithi071 bash[26156]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:24 smithi071 bash[26156]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:24.801 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:24 smithi145 bash[23187]: cluster 2024-09-10T18:44:23.507069+0000 mgr.y (mgr.14142) 34 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:24 smithi145 bash[23187]: audit 2024-09-10T18:44:24.224161+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:26.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:26.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:26 smithi071 bash[23353]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:26.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:26.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:26 smithi071 bash[26156]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:26 smithi145 bash[23187]: cluster 2024-09-10T18:44:25.507267+0000 mgr.y (mgr.14142) 35 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[23353]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[23353]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[23353]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[23353]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:27.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[26156]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[26156]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[26156]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 bash[26156]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 bash[23187]: audit 2024-09-10T18:44:26.583741+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 bash[23187]: audit 2024-09-10T18:44:26.584307+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 bash[23187]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 bash[23187]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:26.584739+0000 mgr.y (mgr.14142) 36 : cephadm [INF] Deploying daemon osd.0 on smithi071 2024-09-10T18:44:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:26.584958+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.291 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 0 on host 'smithi071' 2024-09-10T18:44:28.829 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[26156]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[23353]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[23353]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:28.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[23353]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[23353]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[26156]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[26156]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 bash[26156]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:28.831 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 bash[23187]: cluster 2024-09-10T18:44:27.507616+0000 mgr.y (mgr.14142) 37 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 bash[23187]: audit 2024-09-10T18:44:28.283632+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 bash[23187]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:28.284034+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 bash[23187]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:28.287167+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165630\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165706\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:17.165739\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"daemon_id\": \"0\", \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_device_update\": \"2024-09-10T18:43:34.698603\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:29.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:29.948 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:29 smithi071 bash[26156]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:29.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:29.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:29 smithi071 bash[23353]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:29 smithi145 bash[23187]: cluster 2024-09-10T18:44:29.581959+0000 mon.a (mon.0) 192 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:30.655 DEBUG:teuthology.orchestra.run.smithi071:osd.0> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T18:44:30.658 INFO:tasks.cephadm:Deploying osd.1 on smithi071 with /dev/vg_nvme/lv_3... 2024-09-10T18:44:30.658 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:44:30.977 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:30.978 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:30 smithi071 bash[23353]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:30.978 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:30.978 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:30 smithi071 bash[26156]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:30 smithi145 bash[23187]: cluster 2024-09-10T18:44:29.507819+0000 mgr.y (mgr.14142) 38 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:31.278 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0[27800]: debug 2024-09-10T18:44:31.135+0000 7f9dbb199ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T18:44:31.278 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:31 smithi071 bash[27784]: debug 2024-09-10T18:44:31.135+0000 7f9dbb199ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-09-10T18:44:31.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:31 smithi071 bash[26156]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:31 smithi071 bash[26156]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:31 smithi071 bash[23353]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:31.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:31 smithi071 bash[23353]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:32.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:32.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:32.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:31 smithi145 bash[23187]: audit 2024-09-10T18:44:31.138266+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:32.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:31 smithi145 bash[23187]: audit 2024-09-10T18:44:31.138511+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0133084 s, 788 MB/s 2024-09-10T18:44:32.730 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 bash[23187]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[27784]: debug 2024-09-10T18:44:32.652+0000 7f9da3f4e700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:44:33.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0[27800]: debug 2024-09-10T18:44:32.652+0000 7f9da3f4e700 -1 osd.0 0 waiting for initial osdmap 2024-09-10T18:44:33.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0[27800]: debug 2024-09-10T18:44:32.655+0000 7f9daf16a700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:44:33.053 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[27784]: debug 2024-09-10T18:44:32.655+0000 7f9daf16a700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:44:33.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.053 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.054 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.055 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[23353]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.056 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 bash[26156]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:31.508012+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.645720+0000 mon.a (mon.0) 194 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:31.645749+0000 mon.a (mon.0) 195 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.645849+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.057 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.646256+0000 mon.c (mon.1) 6 : audit [INF] from='osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.058 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:31.646502+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:32.109048+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:32.109115+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:32.534220+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:32.536979+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\", \"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_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:33.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:32.537553+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[23353]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[23353]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[23353]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[26156]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[26156]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 bash[26156]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:33.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:34.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:34.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 bash[23187]: audit 2024-09-10T18:44:32.648160+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:34.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 bash[23187]: cluster 2024-09-10T18:44:32.648207+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-09-10T18:44:34.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 bash[23187]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:32.648647+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.499 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_3 2024-09-10T18:44:34.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[26156]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:34.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[26156]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:34.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[26156]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:34.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[26156]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[23353]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[23353]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[23353]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 bash[23353]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:34.732 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:34.733 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 bash[23187]: cluster 2024-09-10T18:44:33.508324+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 bash[23187]: cluster 2024-09-10T18:44:33.657534+0000 mon.a (mon.0) 204 : cluster [INF] osd.0 [v2:172.21.15.71:6802/246767715,v1:172.21.15.71:6803/246767715] boot 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 bash[23187]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 bash[23187]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:33.657579+0000 mon.a (mon.0) 205 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-09-10T18:44:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:33.657826+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:44:35.955 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:35.955 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:35 smithi071 bash[23353]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:35.955 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:35.956 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:35 smithi071 bash[26156]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:36.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:36.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:35 smithi145 bash[23187]: cluster 2024-09-10T18:44:34.668027+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-09-10T18:44:37.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 bash[23187]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: cluster 2024-09-10T18:44:35.508542+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:35.663041+0000 mon.a (mon.0) 208 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:44:37.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[23353]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 bash[26156]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:35.675179+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.305371+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.494476+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:37.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.499677+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}}, \"last_daemon_update\": \"2024-09-10T18:44:32.533645\", \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[23353]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[23353]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[23353]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[26156]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[26156]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 bash[26156]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:38.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:38.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:38.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 bash[23187]: audit 2024-09-10T18:44:36.881148+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:38.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 bash[23187]: audit 2024-09-10T18:44:36.881710+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:38.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 bash[23187]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:38.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.882353+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[23353]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[23353]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[23353]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[26156]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[26156]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 bash[26156]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 bash[23187]: audit 2024-09-10T18:44:36.880318+0000 mgr.y (mgr.14142) 42 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 bash[23187]: cephadm 2024-09-10T18:44:36.880910+0000 mgr.y (mgr.14142) 43 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 bash[23187]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:37.508947+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v34: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[26156]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[26156]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[26156]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[26156]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[23353]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[23353]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[23353]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 bash[23353]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:40.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:40.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:40.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 bash[23187]: audit 2024-09-10T18:44:38.997232+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]: dispatch 2024-09-10T18:44:40.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 bash[23187]: audit 2024-09-10T18:44:39.000609+0000 mon.a (mon.0) 217 : audit [INF] from='client.? 172.21.15.71:0/1813809920' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8"}]': finished 2024-09-10T18:44:40.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 bash[23187]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:40.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 bash[23187]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:40.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:39.000650+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-09-10T18:44:40.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:39.000775+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:40 smithi145 bash[23187]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:40 smithi145 bash[23187]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:41.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:40 smithi071 bash[23353]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:40 smithi071 bash[23353]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:40 smithi071 bash[26156]: cluster 2024-09-10T18:44:39.509244+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v36: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:40 smithi071 bash[26156]: audit 2024-09-10T18:44:39.835282+0000 mon.c (mon.1) 7 : audit [DBG] from='client.? 172.21.15.71:0/118492435' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:42 smithi071 bash[23353]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:42 smithi071 bash[23353]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:42.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:42 smithi071 bash[26156]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:42 smithi071 bash[26156]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:42.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:42.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:42 smithi145 bash[23187]: cluster 2024-09-10T18:44:41.509495+0000 mgr.y (mgr.14142) 46 : cluster [DBG] pgmap v37: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:42.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:42 smithi145 bash[23187]: audit 2024-09-10T18:44:42.304099+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:43.564 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:43.564 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:43 smithi071 bash[23353]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:43.565 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:43.565 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:43 smithi071 bash[26156]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:43.682 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:43.682 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:43 smithi145 bash[23187]: cluster 2024-09-10T18:44:42.399132+0000 mon.a (mon.0) 221 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-09-10T18:44:44.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:44.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:44 smithi071 bash[23353]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:44.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:44.637 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:44 smithi071 bash[26156]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:44.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:44.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:44 smithi145 bash[23187]: cluster 2024-09-10T18:44:43.509804+0000 mgr.y (mgr.14142) 47 : cluster [DBG] pgmap v38: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[26156]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[26156]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[26156]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[26156]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[23353]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[23353]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[23353]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 bash[23353]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:45.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 bash[23187]: audit 2024-09-10T18:44:44.650299+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 bash[23187]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 bash[23187]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 bash[23187]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:44.650816+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:44.651213+0000 mgr.y (mgr.14142) 48 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:44:45.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:44.651388+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.312 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1 on host 'smithi071' 2024-09-10T18:44:46.534 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[26156]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[23353]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[23353]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[23353]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[26156]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[26156]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.536 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.536 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[26156]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:46.536 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 bash[23353]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.537 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 bash[23187]: cluster 2024-09-10T18:44:45.510058+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 bash[23187]: audit 2024-09-10T18:44:46.305399+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 bash[23187]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:46.305798+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 bash[23187]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:46.308801+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533441\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533516\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:32.533547\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:32.533575\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_device_update\": \"2024-09-10T18:44:36.493836\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:47.097 DEBUG:teuthology.orchestra.run.smithi071:osd.1> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T18:44:47.099 INFO:tasks.cephadm:Deploying osd.2 on smithi071 with /dev/vg_nvme/lv_2... 2024-09-10T18:44:47.099 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:44:47.342 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 podman[28828]: 2024-09-10 18:44:47.182503031 +0000 UTC m=+0.899655135 container init 6c56998e9c84f766ea944575ea3d10701696f814f7163a1be746a5901af09481 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:44:47.342 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 podman[28828]: 2024-09-10 18:44:47.187212132 +0000 UTC m=+0.904364245 container start 6c56998e9c84f766ea944575ea3d10701696f814f7163a1be746a5901af09481 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:44:47.342 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 podman[28828]: 2024-09-10 18:44:47.264787497 +0000 UTC m=+0.981939614 container attach 6c56998e9c84f766ea944575ea3d10701696f814f7163a1be746a5901af09481 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, ceph=True) 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:44:47.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 bash[28828]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[28867]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T18:44:47.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:47 smithi071 podman[28828]: 2024-09-10 18:44:47.481309237 +0000 UTC m=+1.198461387 container died 6c56998e9c84f766ea944575ea3d10701696f814f7163a1be746a5901af09481 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True) 2024-09-10T18:44:48.341 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:48 smithi071 podman[28963]: 2024-09-10 18:44:48.012074668 +0000 UTC m=+0.554487517 container remove 6c56998e9c84f766ea944575ea3d10701696f814f7163a1be746a5901af09481 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, ceph=True, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:44:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:48.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:48 smithi071 bash[26156]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:48.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:48.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:48 smithi071 bash[23353]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:48 smithi145 bash[23187]: cluster 2024-09-10T18:44:47.510415+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:49.984 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:49 smithi071 podman[28981]: 2024-09-10 18:44:49.5695482 +0000 UTC m=+1.548430391 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:44:49.984 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:49 smithi071 podman[28981]: 2024-09-10 18:44:49.672824528 +0000 UTC m=+1.651706753 container create cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, ceph=True, RELEASE=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS) 2024-09-10T18:44:50.273 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:50 smithi071 podman[28981]: 2024-09-10 18:44:50.226041204 +0000 UTC m=+2.204923384 container init cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, ceph=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-10T18:44:50.273 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:50 smithi071 podman[28981]: 2024-09-10 18:44:50.230057901 +0000 UTC m=+2.208940087 container start cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, RELEASE=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0) 2024-09-10T18:44:50.345 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:44:50.345 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:44:50.345 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-09-10T18:44:50.345 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-09-10T18:44:50.346 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0162891 s, 644 MB/s 2024-09-10T18:44:50.346 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-09-10T18:44:50.569 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:50 smithi071 podman[28981]: 2024-09-10 18:44:50.33458337 +0000 UTC m=+2.313465550 container attach cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, ceph=True, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-10T18:44:50.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:50.823 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:50 smithi071 bash[23353]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:50.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:50.824 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:50 smithi071 bash[26156]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:50.824 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:44:50.775+0000 7f9602936ec0 -1 Falling back to public interface 2024-09-10T18:44:50.824 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:50 smithi071 bash[28981]: debug 2024-09-10T18:44:50.775+0000 7f9602936ec0 -1 Falling back to public interface 2024-09-10T18:44:50.945 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_2 2024-09-10T18:44:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:50 smithi145 bash[23187]: cluster 2024-09-10T18:44:49.510727+0000 mgr.y (mgr.14142) 51 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:51.505 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:44:51.340+0000 7f9602936ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T18:44:51.505 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[28981]: debug 2024-09-10T18:44:51.340+0000 7f9602936ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-09-10T18:44:51.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[26156]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[26156]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[26156]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[26156]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[26156]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:51.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:51.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:51.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:51.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[23353]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[23353]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[23353]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[23353]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 bash[23353]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:51.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 bash[23187]: audit 2024-09-10T18:44:51.053030+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 bash[23187]: audit 2024-09-10T18:44:51.056687+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 bash[23187]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:51.057348+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 bash[23187]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 bash[23187]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:51.343845+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:51.344124+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[23353]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:52.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 bash[26156]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:52.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: cluster 2024-09-10T18:44:51.511053+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 bash[23187]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:52.059075+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:52.059122+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:52.059216+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:52.059568+0000 mon.c (mon.1) 9 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:52.059796+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:44:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:52.307937+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:44:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:52.307977+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:44:53.332 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:44:53.064+0000 7f95eb6eb700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:44:53.332 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:53 smithi071 bash[28981]: debug 2024-09-10T18:44:53.064+0000 7f95eb6eb700 -1 osd.1 0 waiting for initial osdmap 2024-09-10T18:44:53.332 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:44:53.066+0000 7f95f6907700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:44:53.332 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:44:53 smithi071 bash[28981]: debug 2024-09-10T18:44:53.066+0000 7f95f6907700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:44:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[23353]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:54.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 bash[26156]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:54.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: audit 2024-09-10T18:44:53.060795+0000 mon.a (mon.0) 236 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: cluster 2024-09-10T18:44:53.060841+0000 mon.a (mon.0) 237 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 bash[23187]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:53.060965+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:53.511366+0000 mgr.y (mgr.14142) 53 : cluster [DBG] pgmap v45: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.020622+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.021169+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:44:54.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.021884+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[26156]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 bash[23353]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: audit 2024-09-10T18:44:54.019819+0000 mgr.y (mgr.14142) 54 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: cephadm 2024-09-10T18:44:54.020394+0000 mgr.y (mgr.14142) 55 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:54.067284+0000 mon.a (mon.0) 242 : cluster [INF] osd.1 [v2:172.21.15.71:6810/3586421488,v1:172.21.15.71:6811/3586421488] boot 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:54.067346+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 bash[23187]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.067679+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.611268+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.796902+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:44:55.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:54.799762+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"cab5b22b110d\", \"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-09-10T18:44:51.052295\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:44:49.573601\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:44.650017\"}}, \"last_daemon_update\": \"2024-09-10T18:44:51.052362\", \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[26156]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[26156]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[26156]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[26156]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[23353]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[23353]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[23353]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 bash[23353]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:56.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 bash[23187]: cluster 2024-09-10T18:44:55.070846+0000 mon.a (mon.0) 248 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 bash[23187]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 bash[23187]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 bash[23187]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:55.155443+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]: dispatch 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:55.158681+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240910-184329"}]': finished 2024-09-10T18:44:56.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:55.511696+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v48: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:57.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 bash[23187]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 bash[23187]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 bash[23187]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 bash[23187]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 bash[23187]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[26156]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[26156]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[26156]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[26156]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[26156]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[23353]: audit 2024-09-10T18:44:56.522737+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[23353]: audit 2024-09-10T18:44:56.526068+0000 mon.a (mon.0) 252 : audit [INF] from='client.? 172.21.15.71:0/201854612' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2b9b8900-a7c5-40e9-aa38-27c89f45be03"}]': finished 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[23353]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[23353]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 bash[23353]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:56.526107+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:56.526203+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:44:57.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:57.292017+0000 mon.a (mon.0) 255 : audit [DBG] from='client.? 172.21.15.71:0/103206135' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:44:58.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:58.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:44:58 smithi145 bash[23187]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:58.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:58.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:44:58 smithi071 bash[26156]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:58.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:44:58.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:44:58 smithi071 bash[23353]: cluster 2024-09-10T18:44:57.512123+0000 mgr.y (mgr.14142) 57 : cluster [DBG] pgmap v50: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:00.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:00.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:00.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:00 smithi071 bash[23353]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:00.736 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:00 smithi071 bash[23353]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:00.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:00 smithi071 bash[26156]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:00.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:00 smithi071 bash[26156]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:00.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:00.737 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:00 smithi145 bash[23187]: cluster 2024-09-10T18:44:59.512508+0000 mgr.y (mgr.14142) 58 : cluster [DBG] pgmap v51: 1 pgs: 1 undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:01.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:00 smithi145 bash[23187]: audit 2024-09-10T18:44:59.780762+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.533 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[23353]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[23353]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[23353]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[23353]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.534 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[26156]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[26156]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[26156]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 bash[26156]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.535 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 bash[23187]: cluster 2024-09-10T18:45:01.512820+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v52: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:02.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 bash[23187]: audit 2024-09-10T18:45:02.242276+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-10T18:45:02.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 bash[23187]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 bash[23187]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:02.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:02.242784+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:02.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:02.243338+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-09-10T18:45:03.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[23353]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[23353]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[23353]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:03.778 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[26156]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[26156]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[26156]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.779 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:03.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 bash[23187]: cephadm 2024-09-10T18:45:02.243166+0000 mgr.y (mgr.14142) 60 : cephadm [INF] Deploying daemon osd.1 on smithi071 2024-09-10T18:45:03.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 bash[23187]: cluster 2024-09-10T18:45:02.402465+0000 mon.a (mon.0) 260 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:03.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 bash[23187]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:03.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:02.402513+0000 mon.a (mon.0) 261 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 systemd[1]: Stopping Ceph osd.1 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 osd.1 18 *** Got signal Terminated *** 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[28981]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[28981]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 osd.1 18 *** Got signal Terminated *** 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 bash[28981]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[29102]: debug 2024-09-10T18:45:03.878+0000 7f95fa17e700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:45:04.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:03 smithi071 podman[28981]: 2024-09-10 18:45:03.912658479 +0000 UTC m=+15.891540662 container died cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, ceph=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS) 2024-09-10T18:45:04.536 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29954]: 2024-09-10 18:45:04.246111396 +0000 UTC m=+0.461641243 container cleanup cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, ceph=True, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:45:04.536 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29954]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1 2024-09-10T18:45:04.536 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29969]: 2024-09-10 18:45:04.422173002 +0000 UTC m=+0.503844803 container remove cab5b22b110db5ed027b0e8e4de814ce465dcea3b4414111aa88223b283b0382 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:45:04.536 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[23353]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.537 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 bash[26156]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.538 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:03.513101+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:03.912835+0000 mon.a (mon.0) 262 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 bash[23187]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:03.912889+0000 mon.a (mon.0) 263 : cluster [INF] osd.1 failed (root=default,host=smithi071) (connection refused reported by osd.0) 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:03.913091+0000 mon.a (mon.0) 264 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:04.113390+0000 mon.a (mon.0) 265 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:04.113538+0000 mon.a (mon.0) 266 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-09-10T18:45:04.810 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29985]: 2024-09-10 18:45:04.459599488 +0000 UTC m=+0.194773354 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:04.810 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29985]: 2024-09-10 18:45:04.55698016 +0000 UTC m=+0.292154089 container create bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.vendor=CentOS) 2024-09-10T18:45:04.810 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29985]: 2024-09-10 18:45:04.809372116 +0000 UTC m=+0.544545982 container init bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, ceph=True, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:45:05.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29985]: 2024-09-10 18:45:04.812710642 +0000 UTC m=+0.547884513 container start bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:45:05.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:04 smithi071 podman[29985]: 2024-09-10 18:45:04.884437712 +0000 UTC m=+0.619611595 container attach bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, CEPH_POINT_RELEASE=-15.2.0, ceph=True, RELEASE=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:45:05.092 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 podman[29985]: 2024-09-10 18:45:05.032867147 +0000 UTC m=+0.768041022 container died bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau ) 2024-09-10T18:45:05.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 bash[23187]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 bash[23187]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 bash[23187]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:05.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:05.794 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 podman[30010]: 2024-09-10 18:45:05.605366189 +0000 UTC m=+0.566279901 container remove bf183955147266a708b467a806ba4a5379b05dd5bf0dd301d4ff631fd039f909 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0) 2024-09-10T18:45:05.794 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.1.service: Deactivated successfully. 2024-09-10T18:45:05.794 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 systemd[1]: Stopped Ceph osd.1 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[23353]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[23353]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[23353]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[26156]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[26156]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 bash[26156]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:05.795 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:04.415711+0000 mon.a (mon.0) 267 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:05.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:04.429057+0000 mon.a (mon.0) 268 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-09-10T18:45:05.796 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:04.429156+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.070 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 systemd[1]: Starting Ceph osd.1 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:45:06.070 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 podman[30057]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1" found: no such container 2024-09-10T18:45:06.070 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 systemd[1]: Started Ceph osd.1 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:45:06.070 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 podman[30072]: 2024-09-10 18:45:05.94783875 +0000 UTC m=+0.107337993 container create 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, GIT_BRANCH=HEAD) 2024-09-10T18:45:06.070 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:05 smithi071 podman[30072]: 2024-09-10 18:45:05.858443542 +0000 UTC m=+0.017942786 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:06.592 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 podman[30072]: 2024-09-10 18:45:06.411742168 +0000 UTC m=+0.571241398 container init 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:45:06.592 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 podman[30072]: 2024-09-10 18:45:06.415868674 +0000 UTC m=+0.575367906 container start 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.vendor=CentOS, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:45:06.592 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 podman[30072]: 2024-09-10 18:45:06.503081887 +0000 UTC m=+0.662581135 container attach 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS) 2024-09-10T18:45:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[23353]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[26156]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: cluster 2024-09-10T18:45:05.426648+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-09-10T18:45:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.427089+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:05.513495+0000 mgr.y (mgr.14142) 62 : cluster [DBG] pgmap v56: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 bash[23187]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.864009+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.864581+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.867120+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:06.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.868225+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:06.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.869257+0000 mon.a (mon.0) 276 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:06.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:05.869873+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:06.912 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 bash[30072]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-09-10T18:45:06.913 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate[30094]: --> ceph-volume lvm activate successful for osd ID: 1 2024-09-10T18:45:06.914 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:06 smithi071 podman[30072]: 2024-09-10 18:45:06.911621586 +0000 UTC m=+1.071120815 container died 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114) 2024-09-10T18:45:07.561 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:07 smithi071 podman[30161]: 2024-09-10 18:45:07.450693348 +0000 UTC m=+0.759141227 container remove 05d9e635e19fc67224cedc5b51f863b76cc5e1878a3ea781d4c3e203910ac98d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-activate, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS) 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:07 smithi071 bash[23353]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:07 smithi071 bash[23353]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:07 smithi071 bash[26156]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:07 smithi071 bash[26156]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:07 smithi145 bash[23187]: cephadm 2024-09-10T18:45:05.869655+0000 mgr.y (mgr.14142) 63 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:07.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:07 smithi145 bash[23187]: cluster 2024-09-10T18:45:06.428223+0000 mon.a (mon.0) 278 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:07.841 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:07 smithi071 podman[30175]: 2024-09-10 18:45:07.560383913 +0000 UTC m=+0.100225970 container create e5c41768d96ca874d5697a57add92dd3a9b70c5dda7394e342dda195c978cb9c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:45:07.842 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:07 smithi071 podman[30175]: 2024-09-10 18:45:07.476919068 +0000 UTC m=+0.016761130 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:08.603 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 1,2 on host 'smithi071' 2024-09-10T18:45:08.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:08 smithi145 bash[23187]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:08 smithi071 bash[23353]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:08 smithi071 bash[26156]: cluster 2024-09-10T18:45:07.513984+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v57: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:08.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:08 smithi071 podman[30175]: 2024-09-10 18:45:08.417219746 +0000 UTC m=+0.957061793 container init e5c41768d96ca874d5697a57add92dd3a9b70c5dda7394e342dda195c978cb9c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, ceph=True, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS) 2024-09-10T18:45:08.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:08 smithi071 podman[30175]: 2024-09-10 18:45:08.421674839 +0000 UTC m=+0.961516892 container start e5c41768d96ca874d5697a57add92dd3a9b70c5dda7394e342dda195c978cb9c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True) 2024-09-10T18:45:08.843 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:08 smithi071 podman[30175]: 2024-09-10 18:45:08.643098495 +0000 UTC m=+1.182940542 container attach e5c41768d96ca874d5697a57add92dd3a9b70c5dda7394e342dda195c978cb9c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114) 2024-09-10T18:45:09.156 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[30194]: debug 2024-09-10T18:45:08.964+0000 7f69d76dbec0 -1 Falling back to public interface 2024-09-10T18:45:09.156 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:08 smithi071 bash[30175]: debug 2024-09-10T18:45:08.964+0000 7f69d76dbec0 -1 Falling back to public interface 2024-09-10T18:45:09.171 DEBUG:teuthology.orchestra.run.smithi071:osd.2> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T18:45:09.174 INFO:tasks.cephadm:Deploying osd.3 on smithi071 with /dev/vg_nvme/lv_1... 2024-09-10T18:45:09.174 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:45:09.745 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[30194]: debug 2024-09-10T18:45:09.542+0000 7f69d76dbec0 -1 osd.1 18 log_to_monitors {default=true} 2024-09-10T18:45:09.745 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[30175]: debug 2024-09-10T18:45:09.542+0000 7f69d76dbec0 -1 osd.1 18 log_to_monitors {default=true} 2024-09-10T18:45:09.745 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1[30194]: debug 2024-09-10T18:45:09.547+0000 7f69cb6ac700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:09.745 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[30175]: debug 2024-09-10T18:45:09.547+0000 7f69cb6ac700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:09.746 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.746 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.746 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[23353]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:09.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:09.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[23353]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:09.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[26156]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:09 smithi071 bash[26156]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:09 smithi145 bash[23187]: audit 2024-09-10T18:45:08.595498+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:09 smithi145 bash[23187]: audit 2024-09-10T18:45:08.600401+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052133\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052208\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:51.052239\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:44:51.052268\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_device_update\": \"2024-09-10T18:44:54.796243\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[26156]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[26156]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[26156]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:10.703 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[23353]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[23353]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 bash[23353]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.704 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:10.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 bash[23187]: cluster 2024-09-10T18:45:09.514305+0000 mgr.y (mgr.14142) 65 : cluster [DBG] pgmap v58: 1 pgs: 1 peering; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail 2024-09-10T18:45:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 bash[23187]: audit 2024-09-10T18:45:09.545638+0000 mon.a (mon.0) 281 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-10T18:45:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 bash[23187]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:09.545963+0000 mon.a (mon.0) 282 : audit [INF] from='osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:11.042 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:10 smithi071 podman[30319]: 2024-09-10 18:45:10.723786389 +0000 UTC m=+2.149225042 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr: stderr: 10+0 records in 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr:10+0 records out 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0155536 s, 674 MB/s 2024-09-10T18:45:11.228 INFO:teuthology.orchestra.run.smithi071.stderr:--> Zapping successful for: 2024-09-10T18:45:11.297 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:11 smithi071 podman[30319]: 2024-09-10 18:45:11.056712853 +0000 UTC m=+2.482151515 container create 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, ceph=True, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2) 2024-09-10T18:45:11.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[26156]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 bash[23353]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:11.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: cluster 2024-09-10T18:45:10.442074+0000 mon.a (mon.0) 283 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: cluster 2024-09-10T18:45:10.442095+0000 mon.a (mon.0) 284 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 bash[23187]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:10.449772+0000 mon.a (mon.0) 285 : cluster [INF] osd.1 [v2:172.21.15.71:6810/1643068586,v1:172.21.15.71:6811/1643068586] boot 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:10.449827+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:10.450162+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:10.450571+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:10.740013+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:10.743590+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:11.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:10.744079+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:11 smithi071 podman[30319]: 2024-09-10 18:45:11.918748703 +0000 UTC m=+3.344187357 container init 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:11 smithi071 podman[30319]: 2024-09-10 18:45:11.924378721 +0000 UTC m=+3.349817376 container start 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 podman[30319]: 2024-09-10 18:45:12.010653139 +0000 UTC m=+3.436091793 container attach 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, ceph=True, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:12.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[30678]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:12.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[30319]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T18:45:12.598 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi071:vg_nvme/lv_1 2024-09-10T18:45:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 bash[23187]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 bash[23187]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 bash[23187]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:12.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:12.842 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:12 smithi071 podman[30319]: 2024-09-10 18:45:12.611345251 +0000 UTC m=+4.036783904 container died 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:45:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[23353]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[23353]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[23353]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[26156]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[26156]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 bash[26156]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:11.451635+0000 mon.a (mon.0) 292 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:11.452140+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:11.514732+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v61: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:13.724 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:13.724 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:13 smithi071 bash[23353]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:13.724 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:13.724 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:13 smithi071 bash[26156]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:13.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:13.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:13 smithi145 bash[23187]: cluster 2024-09-10T18:45:12.455264+0000 mon.a (mon.0) 294 : cluster [WRN] Health check failed: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:14.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:14.639 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:14 smithi071 bash[23353]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:14.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:14.639 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:14 smithi071 bash[26156]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:14 smithi145 bash[23187]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:13.514994+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-09-10T18:45:15.514 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30738]: 2024-09-10 18:45:15.249864302 +0000 UTC m=+3.061913257 container remove 8e05c70a1dd178f39b696217bb13c47b6c474fca25b8cd553fe233fb2af93b0f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-10T18:45:15.514 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30895]: 2024-09-10 18:45:15.276554518 +0000 UTC m=+0.017357505 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:15.514 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30895]: 2024-09-10 18:45:15.384235907 +0000 UTC m=+0.125038881 container create 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[23353]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[23353]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[23353]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.515 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[23353]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.516 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.516 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[26156]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[26156]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[26156]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 bash[26156]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.517 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 bash[23187]: audit 2024-09-10T18:45:14.904043+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 bash[23187]: audit 2024-09-10T18:45:15.092227+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:15.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 bash[23187]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 bash[23187]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:15.094893+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739155\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739232\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:10.739264\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:10.739292\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:10.739320\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:10.739388\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:15.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:15.095994+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:15.840 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30895]: 2024-09-10 18:45:15.620750097 +0000 UTC m=+0.361553074 container init 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, RELEASE=HEAD) 2024-09-10T18:45:15.840 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30895]: 2024-09-10 18:45:15.624377738 +0000 UTC m=+0.365180724 container start 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:45:15.840 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:15 smithi071 podman[30895]: 2024-09-10 18:45:15.712338375 +0000 UTC m=+0.453141362 container attach 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114) 2024-09-10T18:45:16.382 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:16.162+0000 7f74620e9ec0 -1 Falling back to public interface 2024-09-10T18:45:16.382 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:16 smithi071 bash[30895]: debug 2024-09-10T18:45:16.162+0000 7f74620e9ec0 -1 Falling back to public interface 2024-09-10T18:45:16.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.729 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:16 smithi071 bash[23353]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.729 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.729 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:16 smithi071 bash[26156]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:16 smithi145 bash[23187]: cluster 2024-09-10T18:45:15.532019+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:16.998 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:16.726+0000 7f74620e9ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T18:45:16.998 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:16 smithi071 bash[30895]: debug 2024-09-10T18:45:16.726+0000 7f74620e9ec0 -1 osd.2 0 log_to_monitors {default=true} 2024-09-10T18:45:17.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[23353]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[23353]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[23353]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[23353]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[23353]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[26156]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[26156]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[26156]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[26156]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 bash[26156]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:17.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:17.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 bash[23187]: audit 2024-09-10T18:45:16.731062+0000 mon.c (mon.1) 10 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 bash[23187]: audit 2024-09-10T18:45:16.731340+0000 mon.a (mon.0) 299 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 bash[23187]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 bash[23187]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 bash[23187]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.924818+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.925335+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:17.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.926027+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:18.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:18.495+0000 7f744ae9e700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:45:18.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[30895]: debug 2024-09-10T18:45:18.495+0000 7f744ae9e700 -1 osd.2 0 waiting for initial osdmap 2024-09-10T18:45:18.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[30895]: debug 2024-09-10T18:45:18.501+0000 7f74560ba700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:18.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:18.501+0000 7f74560ba700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[23353]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:18.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 bash[26156]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:18.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:16.923990+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.14289 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi071:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: cephadm 2024-09-10T18:45:16.924570+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi071... 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:17.485532+0000 mon.a (mon.0) 303 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 bash[23187]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:17.485568+0000 mon.a (mon.0) 304 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:17.485679+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:17.488489+0000 mon.c (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:17.488723+0000 mon.a (mon.0) 306 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:17.532535+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 active+undersized+degraded; 0 B data, 384 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:17.682043+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:17.682104+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:18.447857+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:18.450761+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"5d2bf180c55c\", \"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-09-10T18:45:18.447082\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:15.279768\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:05.868006\"}}, \"last_daemon_update\": \"2024-09-10T18:45:18.447171\", \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 bash[23187]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[23353]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 bash[26156]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:18.494466+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:18.494506+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-09-10T18:45:19.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:18.495072+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:19.115275+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]: dispatch 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:19.119414+0000 mon.a (mon.0) 313 : cluster [INF] osd.2 [v2:172.21.15.71:6818/4069275691,v1:172.21.15.71:6819/4069275691] boot 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:19.119464+0000 mon.a (mon.0) 314 : audit [INF] from='client.? 172.21.15.71:0/3053840301' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b01a858e-04a6-4690-96ba-b02baaebea6c"}]': finished 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:19.119496+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:19.119598+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:19.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:19.120029+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 bash[23187]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 bash[23187]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 bash[23187]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 bash[23187]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[23353]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[23353]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[23353]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[23353]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[26156]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[26156]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[26156]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 bash[26156]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:19.533067+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v68: 1 pgs: 1 active+undersized+degraded; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:19.897790+0000 mon.a (mon.0) 318 : audit [DBG] from='client.? 172.21.15.71:0/451921048' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:20.120305+0000 mon.a (mon.0) 319 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-09-10T18:45:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:20.120439+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:21.775 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:21.775 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:21 smithi071 bash[23353]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:21.776 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:21.776 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:21 smithi071 bash[26156]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:21.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:21.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:21 smithi145 bash[23187]: cluster 2024-09-10T18:45:21.404835+0000 mon.a (mon.0) 321 : cluster [WRN] Health check update: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:22 smithi071 bash[23353]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:22 smithi071 bash[23353]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:22 smithi071 bash[26156]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:22 smithi071 bash[26156]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:22.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:22 smithi145 bash[23187]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:21.533412+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:22 smithi145 bash[23187]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:22.369181+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:23 smithi071 bash[23353]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:23 smithi071 bash[23353]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:23 smithi071 bash[26156]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:23 smithi071 bash[26156]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:23.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:23.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:23.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:23 smithi145 bash[23187]: cluster 2024-09-10T18:45:22.510771+0000 mon.a (mon.0) 323 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:23.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:23 smithi145 bash[23187]: cluster 2024-09-10T18:45:22.510798+0000 mon.a (mon.0) 324 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:24.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:24.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:24 smithi145 bash[23187]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:24.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:24.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:24 smithi071 bash[23353]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:24.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:24.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:24 smithi071 bash[26156]: cluster 2024-09-10T18:45:23.533821+0000 mgr.y (mgr.14142) 74 : cluster [DBG] pgmap v71: 1 pgs: 1 peering; 0 B data, 624 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:25.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 bash[23187]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 bash[23187]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 bash[23187]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:25.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:25.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[23353]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[23353]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[23353]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[26156]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[26156]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 bash[26156]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:25.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:24.962422+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-10T18:45:25.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:24.963019+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:25.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:24.963637+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-09-10T18:45:26.490 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 systemd[1]: Stopping Ceph osd.2 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:45:26.772 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[23353]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[23353]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[26156]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[26156]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:26.773 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:26.773 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[30895]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[30895]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 osd.2 26 *** Got signal Terminated *** 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 bash[30895]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 osd.2 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 osd.2 26 *** Got signal Terminated *** 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[30935]: debug 2024-09-10T18:45:26.487+0000 7f7459931700 -1 osd.2 26 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:45:26.774 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 podman[30895]: 2024-09-10 18:45:26.522644723 +0000 UTC m=+11.263447699 container died 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-10T18:45:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:26 smithi145 bash[23187]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:24.963437+0000 mgr.y (mgr.14142) 75 : cephadm [INF] Deploying daemon osd.2 on smithi071 2024-09-10T18:45:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:26 smithi145 bash[23187]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:25.534126+0000 mgr.y (mgr.14142) 76 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:27.059 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 podman[31689]: 2024-09-10 18:45:26.871943171 +0000 UTC m=+0.490984195 container cleanup 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , ceph=True, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:45:27.059 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:26 smithi071 podman[31689]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2 2024-09-10T18:45:27.310 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:26.961103211 +0000 UTC m=+0.070266835 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:27.311 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31700]: 2024-09-10 18:45:27.082358688 +0000 UTC m=+0.552685171 container remove 5d2bf180c55c0b4f898703af0295ff764db8fd7eb9f627bb5afd50df1c1d6ffa (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS) 2024-09-10T18:45:27.311 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:27.20804981 +0000 UTC m=+0.317213433 container create 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T18:45:27.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:27.41119529 +0000 UTC m=+0.520358931 container init 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-10T18:45:27.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:27.414990869 +0000 UTC m=+0.524154503 container start 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True) 2024-09-10T18:45:27.592 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:27.485660123 +0000 UTC m=+0.594823764 container attach 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114) 2024-09-10T18:45:27.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:27.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:27.905 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:27 smithi071 podman[31717]: 2024-09-10 18:45:27.641908283 +0000 UTC m=+0.751071907 container died 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:45:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:26.723274+0000 mon.a (mon.0) 328 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:26.723313+0000 mon.a (mon.0) 329 : cluster [INF] osd.2 failed (root=default,host=smithi071) (connection refused reported by osd.1) 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:26.723449+0000 mon.a (mon.0) 330 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:26.723567+0000 mon.a (mon.0) 331 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:26.723695+0000 mon.a (mon.0) 332 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.124202+0000 mon.a (mon.0) 333 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.124337+0000 mon.a (mon.0) 334 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-09-10T18:45:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.124465+0000 mon.a (mon.0) 335 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.124607+0000 mon.a (mon.0) 336 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-09-10T18:45:28.524 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31742]: 2024-09-10 18:45:28.179938258 +0000 UTC m=+0.531839006 container remove 501139ada7f25755650b8235bd226472cf68e63515eb490c658c1237887a3d05 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, ceph=True) 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.2.service: Deactivated successfully. 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 systemd[1]: Stopped Ceph osd.2 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 systemd[1]: Starting Ceph osd.2 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31789]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2" found: no such container 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 systemd[1]: Started Ceph osd.2 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:45:28.525 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31804]: 2024-09-10 18:45:28.425697531 +0000 UTC m=+0.016161596 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:28.842 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31804]: 2024-09-10 18:45:28.550734997 +0000 UTC m=+0.141199051 container create dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:45:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:28.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:28.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[23353]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:28.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 bash[26156]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:28.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:28.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.534383+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.535850+0000 mon.a (mon.0) 337 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:27.543251+0000 mon.a (mon.0) 338 : cluster [DBG] osdmap e27: 4 total, 2 up, 3 in 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 bash[23187]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:27.543374+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.431393+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.431783+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.434311+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:29.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.435744+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-09-10T18:45:29.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.436706+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:29.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.437322+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-09-10T18:45:29.183 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31804]: 2024-09-10 18:45:28.979227626 +0000 UTC m=+0.569691687 container init dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, ceph=True, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image) 2024-09-10T18:45:29.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:28 smithi071 podman[31804]: 2024-09-10 18:45:28.982807326 +0000 UTC m=+0.573271381 container start dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, ceph=True, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD) 2024-09-10T18:45:29.184 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 podman[31804]: 2024-09-10 18:45:29.054223074 +0000 UTC m=+0.644687131 container attach dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:45:29.472 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[31804]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:29.473 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-09-10T18:45:29.474 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:45:29.474 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-09-10T18:45:29.474 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate[31851]: --> ceph-volume lvm activate successful for osd ID: 2 2024-09-10T18:45:29.474 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:29 smithi071 podman[31804]: 2024-09-10 18:45:29.470897598 +0000 UTC m=+1.061361697 container died dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, ceph=True, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-10T18:45:29.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[23353]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[23353]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[23353]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[26156]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[26156]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 bash[26156]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:29.761 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 bash[23187]: cephadm 2024-09-10T18:45:28.437136+0000 mgr.y (mgr.14142) 78 : cephadm [INF] Deploying daemon osd.3 on smithi071 2024-09-10T18:45:30.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 bash[23187]: cluster 2024-09-10T18:45:28.546160+0000 mon.a (mon.0) 346 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-09-10T18:45:30.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 bash[23187]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:30.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:28.546304+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:30.341 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31894]: 2024-09-10 18:45:30.044540661 +0000 UTC m=+0.793959745 container remove dc3ce596a1606561681c5977afcf8520dc77729150e62d882f89a8f453c50430 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-activate, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD) 2024-09-10T18:45:30.342 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31910]: 2024-09-10 18:45:30.153869334 +0000 UTC m=+0.099939837 container create b912d2590a8b3e53e539ad321fc7e9e37fda1ff45ed307a73a573e3b3031eb78 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:45:30.342 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31910]: 2024-09-10 18:45:30.070244802 +0000 UTC m=+0.016315305 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:30.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:30 smithi071 bash[23353]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:30.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:30.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:30.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:30 smithi071 bash[26156]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:30.635 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31910]: 2024-09-10 18:45:30.356263268 +0000 UTC m=+0.302333771 container init b912d2590a8b3e53e539ad321fc7e9e37fda1ff45ed307a73a573e3b3031eb78 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114) 2024-09-10T18:45:30.635 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31910]: 2024-09-10 18:45:30.359602594 +0000 UTC m=+0.305673105 container start b912d2590a8b3e53e539ad321fc7e9e37fda1ff45ed307a73a573e3b3031eb78 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:45:30.635 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 podman[31910]: 2024-09-10 18:45:30.448029899 +0000 UTC m=+0.394100416 container attach b912d2590a8b3e53e539ad321fc7e9e37fda1ff45ed307a73a573e3b3031eb78 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, RELEASE=HEAD) 2024-09-10T18:45:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:30 smithi145 bash[23187]: cluster 2024-09-10T18:45:29.534742+0000 mgr.y (mgr.14142) 79 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 672 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:31.313 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[31925]: debug 2024-09-10T18:45:30.892+0000 7f0c74841ec0 -1 Falling back to public interface 2024-09-10T18:45:31.313 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:30 smithi071 bash[31910]: debug 2024-09-10T18:45:30.892+0000 7f0c74841ec0 -1 Falling back to public interface 2024-09-10T18:45:31.469 INFO:teuthology.orchestra.run.smithi071.stdout:Created osd(s) 2,3 on host 'smithi071' 2024-09-10T18:45:31.573 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[31925]: debug 2024-09-10T18:45:31.459+0000 7f0c74841ec0 -1 osd.2 26 log_to_monitors {default=true} 2024-09-10T18:45:31.573 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:31 smithi071 bash[31910]: debug 2024-09-10T18:45:31.459+0000 7f0c74841ec0 -1 osd.2 26 log_to_monitors {default=true} 2024-09-10T18:45:31.573 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2[31925]: debug 2024-09-10T18:45:31.469+0000 7f0c6480a700 -1 osd.2 26 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:31.573 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 18:45:31 smithi071 bash[31910]: debug 2024-09-10T18:45:31.469+0000 7f0c6480a700 -1 osd.2 26 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 bash[23187]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 bash[23187]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 bash[23187]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 bash[23187]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 bash[23187]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.789 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[26156]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[26156]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.790 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[26156]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[23353]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[23353]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.791 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[23353]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[26156]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[26156]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[23353]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 bash[23353]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:31.464271+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:32.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:31.464690+0000 mon.a (mon.0) 349 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-10T18:45:32.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:31.465253+0000 mon.a (mon.0) 350 : audit [INF] from='osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:32.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:31.467233+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446891\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.446968\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:18.447000\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:18.447028\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:18.447055\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"daemon_id\": \"3\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_device_update\": \"2024-09-10T18:45:15.091573\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:32.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:31.535201+0000 mgr.y (mgr.14142) 80 : cluster [DBG] pgmap v77: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%); 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:32.805 DEBUG:teuthology.orchestra.run.smithi071:osd.3> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.3.service 2024-09-10T18:45:32.808 INFO:tasks.cephadm:Deploying osd.4 on smithi145 with /dev/vg_nvme/lv_4... 2024-09-10T18:45:32.808 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-09-10T18:45:33.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 bash[23187]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.634 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32297]: 2024-09-10 18:45:33.408552686 +0000 UTC m=+0.814619700 container remove cef91311fc13d15b9079116c9200127d743f0befe241df0a3a4241498e65bb9d (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-activate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:45:33.634 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32356]: 2024-09-10 18:45:33.434006422 +0000 UTC m=+0.015382786 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:45:33.634 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32356]: 2024-09-10 18:45:33.535013114 +0000 UTC m=+0.116389475 container create 2617610dc6785ff593b8020be0b1b305384f91b030df6ff9a03e6d493f219a42 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:45:33.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[23353]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: cluster 2024-09-10T18:45:32.465849+0000 mon.a (mon.0) 352 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 bash[26156]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:32.465883+0000 mon.a (mon.0) 353 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:32.466177+0000 mon.a (mon.0) 354 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:32.475649+0000 mon.a (mon.0) 355 : cluster [INF] osd.2 [v2:172.21.15.71:6818/3236924676,v1:172.21.15.71:6819/3236924676] boot 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:32.475753+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e29: 4 total, 3 up, 3 in 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:32.476157+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:45:33.636 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:32.476564+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:33.990 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32356]: 2024-09-10 18:45:33.746005505 +0000 UTC m=+0.327381867 container init 2617610dc6785ff593b8020be0b1b305384f91b030df6ff9a03e6d493f219a42 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:45:33.990 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32356]: 2024-09-10 18:45:33.750313449 +0000 UTC m=+0.331689813 container start 2617610dc6785ff593b8020be0b1b305384f91b030df6ff9a03e6d493f219a42 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:45:33.990 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:33 smithi071 podman[32356]: 2024-09-10 18:45:33.879830775 +0000 UTC m=+0.461207215 container attach 2617610dc6785ff593b8020be0b1b305384f91b030df6ff9a03e6d493f219a42 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3, org.opencontainers.image.title=CentOS Base Image, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD) 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 bash[23187]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.591 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3[32397]: debug 2024-09-10T18:45:34.288+0000 7f8c04f28ec0 -1 Falling back to public interface 2024-09-10T18:45:34.592 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[32356]: debug 2024-09-10T18:45:34.288+0000 7f8c04f28ec0 -1 Falling back to public interface 2024-09-10T18:45:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[23353]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[26156]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:33.471255+0000 mon.a (mon.0) 359 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:33.471502+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:33.535490+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v80: 1 pgs: 1 active+undersized+degraded; 0 B data, 704 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-09-10T18:45:34.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:33.650492+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:34.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:33.657826+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:34.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:33.658366+0000 mon.a (mon.0) 363 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:34.721 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-09-10T18:45:34.721 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-09-10T18:45:34.721 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2024-09-10T18:45:34.721 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2024-09-10T18:45:34.722 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.013418 s, 781 MB/s 2024-09-10T18:45:34.722 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2024-09-10T18:45:35.063 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3[32397]: debug 2024-09-10T18:45:34.837+0000 7f8c04f28ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-10T18:45:35.063 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:34 smithi071 bash[32356]: debug 2024-09-10T18:45:34.837+0000 7f8c04f28ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-09-10T18:45:35.261 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi145:vg_nvme/lv_4 2024-09-10T18:45:35.765 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.766 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.766 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:35 smithi145 bash[23187]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.766 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:35 smithi145 bash[23187]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:35 smithi071 bash[23353]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:35 smithi071 bash[23353]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:35 smithi071 bash[26156]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:35 smithi071 bash[26156]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:34.841176+0000 mon.c (mon.1) 12 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:34.841413+0000 mon.a (mon.0) 364 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-09-10T18:45:36.712 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[32356]: debug 2024-09-10T18:45:36.491+0000 7f8be9cd5700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:45:36.712 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3[32397]: debug 2024-09-10T18:45:36.491+0000 7f8be9cd5700 -1 osd.3 0 waiting for initial osdmap 2024-09-10T18:45:36.713 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3[32397]: debug 2024-09-10T18:45:36.497+0000 7f8bf4ef1700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:36.713 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[32356]: debug 2024-09-10T18:45:36.497+0000 7f8bf4ef1700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[23353]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.714 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 bash[26156]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.715 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:36.728 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.728 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.728 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: audit 2024-09-10T18:45:35.486392+0000 mon.a (mon.0) 365 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: cluster 2024-09-10T18:45:35.486436+0000 mon.a (mon.0) 366 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 bash[23187]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:35.486579+0000 mon.a (mon.0) 367 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:35.487584+0000 mon.c (mon.1) 13 : audit [INF] from='osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:35.488004+0000 mon.a (mon.0) 368 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]: dispatch 2024-09-10T18:45:36.729 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:35.535778+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 736 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:37.558 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.558 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.558 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.558 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.558 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.559 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 bash[23187]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.560 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[23353]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 bash[26156]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:35.878485+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:35.878528+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:36.484942+0000 mon.a (mon.0) 369 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:36.484968+0000 mon.a (mon.0) 370 : cluster [INF] Cluster is now healthy 2024-09-10T18:45:37.596 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.489217+0000 mon.a (mon.0) 371 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi071", "root=default"]}]': finished 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:36.489259+0000 mon.a (mon.0) 372 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.489932+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:37.597 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.726692+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.598 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.912383+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:37.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.598 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.915086+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649525\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649615\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:33.649645\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:33.649671\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:33.649697\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:33.649723\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:33.649793\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.916217+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.991540+0000 mon.a (mon.0) 378 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.992110+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:37.599 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.992878+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:38 smithi145 bash[23187]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[23353]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 bash[26156]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:36.990241+0000 mgr.y (mgr.14142) 83 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:36.991232+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:37.494698+0000 mon.a (mon.0) 381 : cluster [INF] osd.3 [v2:172.21.15.71:6826/1205430690,v1:172.21.15.71:6827/1205430690] boot 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:37.494746+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e33: 4 total, 4 up, 4 in 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:37.495179+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:45:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:37.536039+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 776 KiB used, 265 GiB / 268 GiB avail 2024-09-10T18:45:38.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:38.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:38.113620+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:45:38.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:38.116748+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}}, \"last_daemon_update\": \"2024-09-10T18:45:38.112931\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 bash[23187]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[23353]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:38.504959+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e34: 4 total, 4 up, 4 in 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 bash[26156]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:39.042613+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.145:0/422583888' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:39.043055+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]: dispatch 2024-09-10T18:45:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:39.048636+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd62773a-4039-454a-91ac-98b8791144f2"}]': finished 2024-09-10T18:45:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:39.048677+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-09-10T18:45:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:39.048809+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:40 smithi145 bash[23187]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:40 smithi145 bash[23187]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:40 smithi071 bash[23353]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:40 smithi071 bash[23353]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:40 smithi071 bash[26156]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:40 smithi071 bash[26156]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:39.536418+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 1.0 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:39.843668+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.145:0/3354946100' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:42 smithi071 bash[23353]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:42 smithi071 bash[23353]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:42 smithi071 bash[26156]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:42 smithi071 bash[26156]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:42.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:42.682 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:42 smithi145 bash[23187]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.683 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:42 smithi145 bash[23187]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:42.683 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:41.536818+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:42.683 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:42.265333+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 bash[23187]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 bash[23187]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 bash[23187]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 bash[23187]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:44.846 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[23353]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[23353]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[23353]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[23353]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[26156]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[26156]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[26156]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 bash[26156]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:43.537241+0000 mgr.y (mgr.14142) 88 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:44.543436+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-09-10T18:45:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:44.544238+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:44.545132+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-09-10T18:45:45.963 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:45.963 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:45 smithi145 bash[23187]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:46.048 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 4 on host 'smithi145' 2024-09-10T18:45:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:45 smithi071 bash[23353]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:46.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:45 smithi071 bash[26156]: cephadm 2024-09-10T18:45:44.544820+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Deploying daemon osd.4 on smithi145 2024-09-10T18:45:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 bash[23187]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 bash[23187]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 bash[23187]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 bash[23187]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[23353]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[26156]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[26156]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[26156]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[26156]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:45.537702+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[23353]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:47.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[23353]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:46.039268+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 bash[23353]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:46.039667+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:47.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:46.045761+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.220935\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:44:14.221015\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_device_update\": \"2024-09-10T18:43:43.119642\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:48.607 DEBUG:teuthology.orchestra.run.smithi145:osd.4> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.4.service 2024-09-10T18:45:48.609 INFO:tasks.cephadm:Deploying osd.5 on smithi145 with /dev/vg_nvme/lv_3... 2024-09-10T18:45:48.610 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-09-10T18:45:48.859 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:48.859 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:48 smithi145 bash[23187]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:48 smithi071 bash[23353]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:48 smithi071 bash[26156]: cluster 2024-09-10T18:45:47.538123+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:49.151 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4[24951]: debug 2024-09-10T18:45:48.940+0000 7f59e4e3aec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T18:45:49.151 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:48 smithi145 bash[24936]: debug 2024-09-10T18:45:48.940+0000 7f59e4e3aec0 -1 osd.4 0 log_to_monitors {default=true} 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 bash[23187]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 bash[23187]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 bash[23187]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 bash[23187]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 bash[23187]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:49.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:49.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:49.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[26156]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[26156]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[26156]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:50.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[26156]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[26156]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[23353]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[23353]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[23353]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:48.713781+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[23353]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 bash[23353]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:48.717037+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:48.717659+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:48.943889+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:48.944165+0000 mon.a (mon.0) 401 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-09-10T18:45:50.984 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4[24951]: debug 2024-09-10T18:45:50.726+0000 7f59cdbef700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:45:50.984 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[24936]: debug 2024-09-10T18:45:50.726+0000 7f59cdbef700 -1 osd.4 0 waiting for initial osdmap 2024-09-10T18:45:50.984 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4[24951]: debug 2024-09-10T18:45:50.734+0000 7f59d8e0b700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:50.984 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[24936]: debug 2024-09-10T18:45:50.734+0000 7f59d8e0b700 -1 osd.4 37 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 bash[23187]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:50.985 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:50.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[23353]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 bash[26156]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:49.538428+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:49.723766+0000 mon.a (mon.0) 402 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:49.723823+0000 mon.a (mon.0) 403 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:49.723981+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:49.724835+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:49.725295+0000 mon.a (mon.0) 405 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:45:51.474 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-09-10T18:45:51.474 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-09-10T18:45:51.474 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2024-09-10T18:45:51.474 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2024-09-10T18:45:51.475 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0144224 s, 727 MB/s 2024-09-10T18:45:51.475 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2024-09-10T18:45:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 bash[23187]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[23353]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: cluster 2024-09-10T18:45:49.951280+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 bash[26156]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:49.951314+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:50.725075+0000 mon.a (mon.0) 406 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:50.725143+0000 mon.a (mon.0) 407 : cluster [DBG] osdmap e37: 5 total, 4 up, 4 in 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:50.725827+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:51.726828+0000 mon.a (mon.0) 409 : cluster [INF] osd.4 [v2:172.21.15.145:6800/629022284,v1:172.21.15.145:6801/629022284] boot 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:51.726903+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e38: 5 total, 5 up, 5 in 2024-09-10T18:45:52.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:51.727103+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:45:52.154 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi145:vg_nvme/lv_3 2024-09-10T18:45:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:52 smithi145 bash[23187]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:53.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:52 smithi071 bash[23353]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:52 smithi071 bash[26156]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:51.538891+0000 mgr.y (mgr.14142) 93 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 354 GiB / 358 GiB avail 2024-09-10T18:45:54.027 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.027 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 bash[23187]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.027 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 bash[23187]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 bash[23187]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 bash[23187]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[26156]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[26156]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[23353]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[23353]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[23353]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[26156]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[23353]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 bash[26156]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:52.735632+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e39: 5 total, 5 up, 5 in 2024-09-10T18:45:54.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:53.383210+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:53.570138+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:45:54.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:53.574437+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}}, \"last_daemon_update\": \"2024-09-10T18:45:48.713190\", \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:45:54.953 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:54.953 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:54.953 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 bash[23187]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:54.953 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 bash[23187]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:54.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 bash[23187]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:54.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 bash[23187]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:54.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:54.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[23353]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[23353]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[23353]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[23353]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[26156]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[26156]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[26156]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 bash[26156]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:53.539220+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:54.403809+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:54.404563+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:45:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:54.405642+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:55.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:55.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:55.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:55 smithi145 bash[23187]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:55.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:55 smithi145 bash[23187]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:55 smithi071 bash[23353]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:55 smithi071 bash[23353]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:55 smithi071 bash[26156]: audit 2024-09-10T18:45:54.402739+0000 mgr.y (mgr.14142) 95 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:45:56.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:55 smithi071 bash[26156]: cephadm 2024-09-10T18:45:54.403503+0000 mgr.y (mgr.14142) 96 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 bash[23187]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:57.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[23353]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: cluster 2024-09-10T18:45:55.539658+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: audit 2024-09-10T18:45:56.427580+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.145:0/2901529590' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 bash[26156]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:56.428129+0000 mon.a (mon.0) 419 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]: dispatch 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:56.432180+0000 mon.a (mon.0) 420 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e977a8e6-5a30-437f-99ef-0e82b2d5813a"}]': finished 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:56.432247+0000 mon.a (mon.0) 421 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-09-10T18:45:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:56.432380+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:45:58.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:58.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:57 smithi145 bash[23187]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:57 smithi071 bash[23353]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:58.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:57 smithi071 bash[26156]: audit 2024-09-10T18:45:57.202288+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.145:0/3867918494' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:45:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:58 smithi145 bash[23187]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:58 smithi071 bash[23353]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:58 smithi071 bash[26156]: cluster 2024-09-10T18:45:57.540024+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:45:59.979 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:45:59.979 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:45:59 smithi145 bash[23187]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:00.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:45:59 smithi071 bash[23353]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:45:59 smithi071 bash[26156]: audit 2024-09-10T18:45:59.681111+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:00.885 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:00.885 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:00 smithi145 bash[23187]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:00 smithi071 bash[23353]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:00 smithi071 bash[26156]: cluster 2024-09-10T18:45:59.540364+0000 mgr.y (mgr.14142) 99 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.677 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.677 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 bash[23187]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 bash[23187]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 bash[23187]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 bash[23187]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.678 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[26156]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[26156]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[26156]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[26156]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[23353]: cluster 2024-09-10T18:46:01.540710+0000 mgr.y (mgr.14142) 100 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[23353]: audit 2024-09-10T18:46:02.158181+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[23353]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 bash[23353]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:02.158942+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:02.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:02.159731+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-09-10T18:46:03.663 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:03.663 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:03 smithi145 bash[23187]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:03.745 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 5 on host 'smithi145' 2024-09-10T18:46:03.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:03.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:03 smithi071 bash[23353]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:03.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:03.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:03 smithi071 bash[26156]: cephadm 2024-09-10T18:46:02.159474+0000 mgr.y (mgr.14142) 101 : cephadm [INF] Deploying daemon osd.5 on smithi145 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 bash[23187]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 bash[23187]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 bash[23187]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 bash[23187]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.532 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:04.548 DEBUG:teuthology.orchestra.run.smithi145:osd.5> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.5.service 2024-09-10T18:46:04.550 INFO:tasks.cephadm:Deploying osd.6 on smithi145 with /dev/vg_nvme/lv_2... 2024-09-10T18:46:04.551 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-09-10T18:46:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[23353]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[26156]: cluster 2024-09-10T18:46:03.541026+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:04.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[23353]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[23353]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[26156]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[26156]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[23353]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 bash[26156]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:03.737645+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:03.738069+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:04.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:03.741285+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.712957\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713054\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:48.713089\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_device_update\": \"2024-09-10T18:45:53.569559\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:05.469 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.469 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:05.469 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[23187]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.469 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[23187]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:05.469 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 podman[25938]: 2024-09-10 18:46:05.206098097 +0000 UTC m=+1.490796940 container init b1477776238b49d5fd3f70d7ab1f161151518c489429433590e038a290997d20 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.license=GPLv2) 2024-09-10T18:46:05.469 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 podman[25938]: 2024-09-10 18:46:05.210119456 +0000 UTC m=+1.494818293 container start b1477776238b49d5fd3f70d7ab1f161151518c489429433590e038a290997d20 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, maintainer=Dimitri Savineau , ceph=True, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T18:46:05.469 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 podman[25938]: 2024-09-10 18:46:05.280777925 +0000 UTC m=+1.565476779 container attach b1477776238b49d5fd3f70d7ab1f161151518c489429433590e038a290997d20 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate, org.label-schema.license=GPLv2, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114) 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 bash[25938]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-10T18:46:05.721 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:46:05.722 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-09-10T18:46:05.722 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-09-10T18:46:05.722 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-09-10T18:46:05.722 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate[25984]: --> ceph-volume lvm activate successful for osd ID: 5 2024-09-10T18:46:05.722 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:05 smithi145 podman[25938]: 2024-09-10 18:46:05.500519999 +0000 UTC m=+1.785218841 container died b1477776238b49d5fd3f70d7ab1f161151518c489429433590e038a290997d20 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau ) 2024-09-10T18:46:05.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:05 smithi071 bash[23353]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:05 smithi071 bash[23353]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:05 smithi071 bash[26156]: audit 2024-09-10T18:46:04.531265+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:05.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:05 smithi071 bash[26156]: audit 2024-09-10T18:46:04.536652+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:06.693 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:06 smithi145 podman[26176]: 2024-09-10 18:46:06.547938081 +0000 UTC m=+1.055356266 container remove b1477776238b49d5fd3f70d7ab1f161151518c489429433590e038a290997d20 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-activate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, ceph=True, org.label-schema.license=GPLv2, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:46:06.694 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:06 smithi145 podman[26232]: 2024-09-10 18:46:06.573432008 +0000 UTC m=+0.016897522 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:06.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 bash[23187]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 bash[23187]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 bash[23187]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 bash[23187]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:06.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[26156]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[23353]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[26156]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[23353]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[23353]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[23353]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[26156]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 bash[26156]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:06.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:05.541391+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:06.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:06.129896+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:06.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:06.133214+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:06.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:06.133814+0000 mon.a (mon.0) 434 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:07.000 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:06 smithi145 podman[26232]: 2024-09-10 18:46:06.899845803 +0000 UTC m=+0.343311349 container create 9ce306a5a4b2f0eeea51b479c0b06992f7de8c45f4d05656daf85f73551f1bde (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:46:07.280 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:07 smithi145 podman[26232]: 2024-09-10 18:46:07.211784666 +0000 UTC m=+0.655250170 container init 9ce306a5a4b2f0eeea51b479c0b06992f7de8c45f4d05656daf85f73551f1bde (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T18:46:07.281 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:07 smithi145 podman[26232]: 2024-09-10 18:46:07.21519014 +0000 UTC m=+0.658655645 container start 9ce306a5a4b2f0eeea51b479c0b06992f7de8c45f4d05656daf85f73551f1bde (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5, GIT_CLEAN=True, org.label-schema.build-date=20200114, ceph=True, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-10T18:46:07.753 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:07 smithi145 podman[26232]: 2024-09-10 18:46:07.321367135 +0000 UTC m=+0.764832647 container attach 9ce306a5a4b2f0eeea51b479c0b06992f7de8c45f4d05656daf85f73551f1bde (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.build-date=20200114, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau ) 2024-09-10T18:46:08.030 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5[26250]: debug 2024-09-10T18:46:07.751+0000 7fa947c1bec0 -1 Falling back to public interface 2024-09-10T18:46:08.030 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:07 smithi145 bash[26232]: debug 2024-09-10T18:46:07.751+0000 7fa947c1bec0 -1 Falling back to public interface 2024-09-10T18:46:08.420 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5[26250]: debug 2024-09-10T18:46:08.306+0000 7fa947c1bec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T18:46:08.420 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:08 smithi145 bash[26232]: debug 2024-09-10T18:46:08.306+0000 7fa947c1bec0 -1 osd.5 0 log_to_monitors {default=true} 2024-09-10T18:46:08.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:08.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:08.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 bash[23187]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:08.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 bash[23187]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:08.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 bash[23187]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:08.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[23353]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[23353]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[23353]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[26156]: cluster 2024-09-10T18:46:07.541750+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[26156]: audit 2024-09-10T18:46:08.310085+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 bash[26156]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.310398+0000 mon.a (mon.0) 435 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-09-10T18:46:09.780 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5[26250]: debug 2024-09-10T18:46:09.616+0000 7fa9309d0700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:46:09.781 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[26232]: debug 2024-09-10T18:46:09.616+0000 7fa9309d0700 -1 osd.5 0 waiting for initial osdmap 2024-09-10T18:46:09.781 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5[26250]: debug 2024-09-10T18:46:09.622+0000 7fa93bbec700 -1 osd.5 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:09.781 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[26232]: debug 2024-09-10T18:46:09.622+0000 7fa93bbec700 -1 osd.5 42 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[23187]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[23187]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[23187]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[23187]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:09.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 bash[23187]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:09.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:09.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:09.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126362 s, 830 MB/s 2024-09-10T18:46:09.850 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[23353]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[23353]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[23353]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[23353]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[23353]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[26156]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.597886+0000 mon.a (mon.0) 436 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[26156]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[26156]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[26156]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 bash[26156]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:08.597946+0000 mon.a (mon.0) 437 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-09-10T18:46:10.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.598494+0000 mon.a (mon.0) 438 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.601409+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:08.606192+0000 mon.a (mon.0) 439 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:10.657 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi145:vg_nvme/lv_2 2024-09-10T18:46:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 bash[23187]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:10.993 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.994 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: cluster 2024-09-10T18:46:09.312926+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: cluster 2024-09-10T18:46:09.313009+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[23353]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:10.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.996 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 bash[26156]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:09.542135+0000 mgr.y (mgr.14142) 105 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:09.614823+0000 mon.a (mon.0) 440 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:09.614889+0000 mon.a (mon.0) 441 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:09.615249+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:10.026560+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:10.213585+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:10.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:10.216845+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}}, \"last_daemon_update\": \"2024-09-10T18:46:06.129205\", \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:11.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 bash[23187]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 bash[23187]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 bash[23187]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:11.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:12.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[23353]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[23353]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[23353]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[26156]: cluster 2024-09-10T18:46:10.615638+0000 mon.a (mon.0) 446 : cluster [INF] osd.5 [v2:172.21.15.145:6808/4118340857,v1:172.21.15.145:6809/4118340857] boot 2024-09-10T18:46:12.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[26156]: cluster 2024-09-10T18:46:10.615690+0000 mon.a (mon.0) 447 : cluster [DBG] osdmap e43: 6 total, 6 up, 6 in 2024-09-10T18:46:12.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 bash[26156]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:12.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:10.616342+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[23353]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 bash[26156]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:12.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:12.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: cluster 2024-09-10T18:46:11.542492+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v112: 1 pgs: 1 peering; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:12.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: cluster 2024-09-10T18:46:11.630823+0000 mon.a (mon.0) 449 : cluster [DBG] osdmap e44: 6 total, 6 up, 6 in 2024-09-10T18:46:12.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 bash[23187]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:12.307729+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:12.308340+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:12.309188+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:12.880 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:12.415940+0000 mon.a (mon.0) 453 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:13.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:13.752 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:13.752 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:13 smithi145 bash[23187]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:13.752 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:13 smithi145 bash[23187]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:13 smithi071 bash[23353]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:13 smithi071 bash[23353]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:13 smithi071 bash[26156]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:13 smithi071 bash[26156]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:12.306838+0000 mgr.y (mgr.14142) 107 : audit [DBG] from='client.34226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:12.307426+0000 mgr.y (mgr.14142) 108 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 bash[23187]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[26156]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: cluster 2024-09-10T18:46:13.542984+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v114: 1 pgs: 1 peering; 0 B data, 2.1 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: audit 2024-09-10T18:46:14.287130+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.145:0/576380287' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 bash[23353]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:14.287715+0000 mon.a (mon.0) 454 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]: dispatch 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:14.294096+0000 mon.a (mon.0) 455 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "dd5ef877-3f47-4c4f-8db8-5effed41df47"}]': finished 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:14.294149+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-09-10T18:46:15.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:14.294290+0000 mon.a (mon.0) 457 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:16.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:15 smithi145 bash[23187]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:15 smithi071 bash[23353]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:15 smithi071 bash[26156]: audit 2024-09-10T18:46:15.044225+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.145:0/3089511786' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:16.914 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:16.914 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:16 smithi145 bash[23187]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:16 smithi071 bash[23353]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:17.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:16 smithi071 bash[26156]: cluster 2024-09-10T18:46:15.543482+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v116: 1 pgs: 1 peering; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:17.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:17.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:17 smithi145 bash[23187]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:17 smithi071 bash[23353]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:17 smithi071 bash[26156]: audit 2024-09-10T18:46:17.515145+0000 mon.a (mon.0) 458 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:18.888 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:18.889 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:18.889 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 bash[23187]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:18.889 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 bash[23187]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:18.889 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 bash[23187]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:18.889 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[23353]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[23353]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[23353]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[26156]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[26156]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 bash[26156]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:17.544023+0000 mgr.y (mgr.14142) 111 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-09-10T18:46:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:17.654621+0000 mon.a (mon.0) 459 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:17.654673+0000 mon.a (mon.0) 460 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 bash[23187]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 bash[23187]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 bash[23187]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 bash[23187]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[26156]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[26156]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[26156]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[26156]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[23353]: cluster 2024-09-10T18:46:19.544454+0000 mgr.y (mgr.14142) 112 : cluster [DBG] pgmap v118: 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-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[23353]: audit 2024-09-10T18:46:19.883907+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[23353]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 bash[23353]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:19.884641+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:21.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:19.885454+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.594 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 6 on host 'smithi145' 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 bash[23187]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 bash[23187]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 bash[23187]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 bash[23187]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:21.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[26156]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[26156]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[26156]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[23353]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[26156]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:19.885196+0000 mgr.y (mgr.14142) 113 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[23353]: audit 2024-09-10T18:46:21.586798+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[23353]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 bash[23353]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:22.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:21.587351+0000 mon.a (mon.0) 465 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:22.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:21.590891+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.128950\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129046\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:06.129083\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:46:06.129114\", \"created\": \"2024-09-10T18:46:03.706589\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_device_update\": \"2024-09-10T18:46:10.212975\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:22.423 DEBUG:teuthology.orchestra.run.smithi145:osd.6> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.6.service 2024-09-10T18:46:22.426 INFO:tasks.cephadm:Deploying osd.7 on smithi145 with /dev/vg_nvme/lv_1... 2024-09-10T18:46:22.426 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-09-10T18:46:22.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:22.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:22 smithi145 bash[23187]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:23.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:22 smithi071 bash[23353]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:22 smithi071 bash[26156]: cluster 2024-09-10T18:46:21.544912+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v119: 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-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr: stderr: 10+0 records in 2024-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr:10+0 records out 2024-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114198 s, 918 MB/s 2024-09-10T18:46:24.316 INFO:teuthology.orchestra.run.smithi145.stderr:--> Zapping successful for: 2024-09-10T18:46:24.932 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:24.932 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:24.932 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 bash[23187]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:24.932 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 bash[23187]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:24.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 bash[23187]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:24.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:24.947 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi145:vg_nvme/lv_1 2024-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[23353]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[23353]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[23353]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[26156]: cluster 2024-09-10T18:46:23.545266+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v120: 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-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[26156]: audit 2024-09-10T18:46:24.538108+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 bash[26156]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:25.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:24.541222+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27103]: 2024-09-10 18:46:25.065158366 +0000 UTC m=+3.502045266 container attach 54e70d4093223c6486b4a8672e97523ff0c8ddf68d56d5a63777a787b485a169 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0) 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 bash[27103]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-10T18:46:25.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27188]: 2024-09-10 18:46:25.06602489 +0000 UTC m=+2.739009990 container died 54e70d4093223c6486b4a8672e97523ff0c8ddf68d56d5a63777a787b485a169 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:46:25.659 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27188]: 2024-09-10 18:46:25.535424098 +0000 UTC m=+3.208409244 container remove 54e70d4093223c6486b4a8672e97523ff0c8ddf68d56d5a63777a787b485a169 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, ceph=True, maintainer=Dimitri Savineau ) 2024-09-10T18:46:25.964 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27459]: 2024-09-10 18:46:25.561448416 +0000 UTC m=+0.016720981 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:25.964 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27459]: 2024-09-10 18:46:25.661181315 +0000 UTC m=+0.116453916 container create f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD) 2024-09-10T18:46:25.964 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27459]: 2024-09-10 18:46:25.87190371 +0000 UTC m=+0.327176262 container init f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, ceph=True, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0) 2024-09-10T18:46:25.964 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27459]: 2024-09-10 18:46:25.875684189 +0000 UTC m=+0.330956741 container start f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, ceph=True) 2024-09-10T18:46:25.965 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:25 smithi145 podman[27459]: 2024-09-10 18:46:25.963534484 +0000 UTC m=+0.418807048 container attach f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, RELEASE=HEAD) 2024-09-10T18:46:26.519 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:26.422+0000 7f16f4340ec0 -1 Falling back to public interface 2024-09-10T18:46:26.519 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[27459]: debug 2024-09-10T18:46:26.422+0000 7f16f4340ec0 -1 Falling back to public interface 2024-09-10T18:46:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[23187]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[23187]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[23187]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[23187]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:26.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:26.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:26.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:27.072 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:26.983+0000 7f16f4340ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T18:46:27.072 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:26 smithi145 bash[27459]: debug 2024-09-10T18:46:26.983+0000 7f16f4340ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-09-10T18:46:27.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:27.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[26156]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:27.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[26156]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:27.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:27.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[23353]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:27.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[26156]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:27.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[26156]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:27.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:25.545652+0000 mgr.y (mgr.14142) 116 : cluster [DBG] pgmap v121: 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-09-10T18:46:27.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:27.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[23353]: audit 2024-09-10T18:46:25.982498+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:27.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:27.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:27.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[23353]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:27.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 bash[23353]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:27.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:25.987766+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:27.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:25.988486+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:27 smithi145 bash[23187]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:27 smithi145 bash[23187]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:27 smithi071 bash[23353]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:27 smithi071 bash[23353]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:27 smithi071 bash[26156]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:27 smithi071 bash[26156]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:26.986980+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:26.987286+0000 mon.a (mon.0) 472 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:29.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:28.696+0000 7f16dd0f5700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T18:46:29.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[27459]: debug 2024-09-10T18:46:28.696+0000 7f16dd0f5700 -1 osd.6 0 waiting for initial osdmap 2024-09-10T18:46:29.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:28.703+0000 7f16e8311700 -1 osd.6 47 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:29.031 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[27459]: debug 2024-09-10T18:46:28.703+0000 7f16e8311700 -1 osd.6 47 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 bash[23187]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[23353]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: cluster 2024-09-10T18:46:27.545992+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v122: 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-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: audit 2024-09-10T18:46:27.691279+0000 mon.a (mon.0) 473 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 bash[26156]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:27.691342+0000 mon.a (mon.0) 474 : cluster [DBG] osdmap e46: 7 total, 6 up, 6 in 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:27.691514+0000 mon.a (mon.0) 475 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:27.691793+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:27.692060+0000 mon.a (mon.0) 476 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:29.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:27.955144+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:29.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:27.955214+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.941 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 bash[23187]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:29.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[23353]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:30.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 bash[26156]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.695110+0000 mon.a (mon.0) 477 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:28.695182+0000 mon.a (mon.0) 478 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-09-10T18:46:30.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.695830+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.859997+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.860791+0000 mon.a (mon.0) 481 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.861989+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:29.693630+0000 mon.a (mon.0) 483 : cluster [INF] osd.6 [v2:172.21.15.145:6816/51089881,v1:172.21.15.145:6817/51089881] boot 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:29.693675+0000 mon.a (mon.0) 484 : cluster [DBG] osdmap e48: 7 total, 7 up, 7 in 2024-09-10T18:46:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:29.693867+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:31.030 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5[26250]: debug 2024-09-10T18:46:30.702+0000 7fa925bc0700 -1 osd.5 49 build_incremental_map_msg missing incremental map 49 2024-09-10T18:46:31.030 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[26232]: debug 2024-09-10T18:46:30.702+0000 7fa925bc0700 -1 osd.5 49 build_incremental_map_msg missing incremental map 49 2024-09-10T18:46:31.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 bash[23187]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[26156]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:31.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:28.858942+0000 mgr.y (mgr.14142) 118 : audit [DBG] from='client.34253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi145:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:31.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 bash[23353]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:28.859668+0000 mgr.y (mgr.14142) 119 : cephadm [INF] Applying osd on host smithi145... 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:29.546402+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-09-10T18:46:31.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:29.786621+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:31.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:31.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:29.977593+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:31.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:29.981167+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"f88f50eef219\", \"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-09-10T18:46:25.981676\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:25.565181\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:19.883619\"}}, \"last_daemon_update\": \"2024-09-10T18:46:25.981759\", \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:31.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:30.704947+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e49: 7 total, 7 up, 7 in 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 bash[23187]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[23353]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 bash[26156]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:31.497432+0000 mon.b (mon.2) 16 : audit [INF] from='client.? 172.21.15.145:0/1595808625' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:31.497956+0000 mon.a (mon.0) 490 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]: dispatch 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:31.502179+0000 mon.a (mon.0) 491 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "509b0478-cc0c-4c79-ac26-b3a07597964f"}]': finished 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:31.502243+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:31.502391+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:31.546784+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:32.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:32.296726+0000 mon.b (mon.2) 17 : audit [DBG] from='client.? 172.21.15.145:0/2880013710' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-10T18:46:33.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:33.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:33 smithi145 bash[23187]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:33.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:33.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:33 smithi071 bash[23353]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:33 smithi071 bash[26156]: cluster 2024-09-10T18:46:32.499849+0000 mon.a (mon.0) 494 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-09-10T18:46:34.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:34.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:34 smithi145 bash[23187]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:34.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:34.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:34 smithi071 bash[23353]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:34.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:34.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:34 smithi071 bash[26156]: cluster 2024-09-10T18:46:33.547170+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 2.9 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:35.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:35.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:35 smithi145 bash[23187]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:35.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:35 smithi071 bash[23353]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:35.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:35.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:35 smithi071 bash[26156]: audit 2024-09-10T18:46:34.669731+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:36.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:36.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:36 smithi145 bash[23187]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:36.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:36.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:36 smithi071 bash[23353]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:36.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:36.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:36 smithi071 bash[26156]: cluster 2024-09-10T18:46:35.547518+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:37.660 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.660 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 bash[23187]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 bash[23187]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 bash[23187]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 bash[23187]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 bash[23187]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.661 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[26156]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[26156]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[26156]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[26156]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[26156]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[23353]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:36.436230+0000 mon.a (mon.0) 496 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[23353]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[23353]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[23353]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 bash[23353]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:36.436286+0000 mon.a (mon.0) 497 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:37.072973+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:37.073691+0000 mon.a (mon.0) 499 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:37.074448+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-09-10T18:46:38.530 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 systemd[1]: Stopping Ceph osd.6 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:46:38.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:38 smithi145 bash[23187]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:38 smithi145 bash[23187]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:38 smithi071 bash[23353]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:38 smithi071 bash[23353]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:38 smithi071 bash[26156]: cephadm 2024-09-10T18:46:37.074204+0000 mgr.y (mgr.14142) 124 : cephadm [INF] Deploying daemon osd.6 on smithi145 2024-09-10T18:46:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:38 smithi071 bash[26156]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:37.547917+0000 mgr.y (mgr.14142) 125 : cluster [DBG] pgmap v132: 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-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 osd.6 50 *** Got signal Terminated *** 2024-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[27474]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 osd.6 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 bash[27459]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 bash[27459]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 osd.6 50 *** Got signal Terminated *** 2024-09-10T18:46:38.868 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 bash[27459]: debug 2024-09-10T18:46:38.590+0000 7f16ebb88700 -1 osd.6 50 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T18:46:38.869 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 podman[27459]: 2024-09-10 18:46:38.61966717 +0000 UTC m=+13.074939734 container died f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, GIT_BRANCH=HEAD) 2024-09-10T18:46:39.151 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 podman[28239]: 2024-09-10 18:46:38.966271336 +0000 UTC m=+0.490098686 container cleanup f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, RELEASE=HEAD, ceph=True, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:46:39.152 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:38 smithi145 podman[28239]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6 2024-09-10T18:46:39.420 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28253]: 2024-09-10 18:46:39.150862411 +0000 UTC m=+0.524980017 container remove f88f50eef219551d3014fa422eae948ed9b172c43b64cf6c53ef99b737290d79 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:46:39.421 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.179771825 +0000 UTC m=+0.194627332 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:39.421 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.277098995 +0000 UTC m=+0.291954502 container create 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.opencontainers.image.title=CentOS Base Image, ceph=True, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:46:39.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.613226925 +0000 UTC m=+0.628082433 container init 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, ceph=True, RELEASE=HEAD, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114) 2024-09-10T18:46:39.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.616894041 +0000 UTC m=+0.631749548 container start 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , RELEASE=HEAD, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, GIT_BRANCH=HEAD) 2024-09-10T18:46:39.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.696258564 +0000 UTC m=+0.711114093 container attach 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.786 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.787 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.619752+0000 mon.a (mon.0) 501 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.619815+0000 mon.a (mon.0) 502 : cluster [INF] osd.6 failed (root=default,host=smithi145) (connection refused reported by osd.2) 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620094+0000 mon.a (mon.0) 503 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620177+0000 mon.a (mon.0) 504 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620346+0000 mon.a (mon.0) 505 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620441+0000 mon.a (mon.0) 506 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620538+0000 mon.a (mon.0) 507 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620672+0000 mon.a (mon.0) 508 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620832+0000 mon.a (mon.0) 509 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.620999+0000 mon.a (mon.0) 510 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820267+0000 mon.a (mon.0) 511 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820403+0000 mon.a (mon.0) 512 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820535+0000 mon.a (mon.0) 513 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820626+0000 mon.a (mon.0) 514 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820813+0000 mon.a (mon.0) 515 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.820984+0000 mon.a (mon.0) 516 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821118+0000 mon.a (mon.0) 517 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821264+0000 mon.a (mon.0) 518 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821358+0000 mon.a (mon.0) 519 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821453+0000 mon.a (mon.0) 520 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821636+0000 mon.a (mon.0) 521 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821728+0000 mon.a (mon.0) 522 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.821936+0000 mon.a (mon.0) 523 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:38.822028+0000 mon.a (mon.0) 524 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.221167+0000 mon.a (mon.0) 525 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.221361+0000 mon.a (mon.0) 526 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.221552+0000 mon.a (mon.0) 527 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.221740+0000 mon.a (mon.0) 528 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.221887+0000 mon.a (mon.0) 529 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222022+0000 mon.a (mon.0) 530 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222159+0000 mon.a (mon.0) 531 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222287+0000 mon.a (mon.0) 532 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222348+0000 mon.a (mon.0) 533 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222500+0000 mon.a (mon.0) 534 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222627+0000 mon.a (mon.0) 535 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222758+0000 mon.a (mon.0) 536 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.222894+0000 mon.a (mon.0) 537 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:39.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.223028+0000 mon.a (mon.0) 538 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-09-10T18:46:40.149 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:39 smithi145 podman[28269]: 2024-09-10 18:46:39.842566644 +0000 UTC m=+0.857422154 container died 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, ceph=True, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-10T18:46:40.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[23353]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[23353]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:40.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[26156]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 bash[26156]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:40.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:40.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 podman[28295]: 2024-09-10 18:46:40.433171126 +0000 UTC m=+0.584603709 container remove 07a8350f520eb1f9030784dcbf3df1d641f0b03c81b876041faebc48b1b1e648 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True) 2024-09-10T18:46:40.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.6.service: Deactivated successfully. 2024-09-10T18:46:40.780 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 systemd[1]: Stopped Ceph osd.6 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:46:40.781 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 systemd[1]: Starting Ceph osd.6 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:46:40.781 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 podman[28341]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6" found: no such container 2024-09-10T18:46:40.781 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 systemd[1]: Started Ceph osd.6 for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.450312+0000 mon.a (mon.0) 539 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.454278+0000 mon.a (mon.0) 540 : cluster [DBG] osdmap e51: 8 total, 6 up, 7 in 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 bash[23187]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 bash[23187]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:39.454790+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:40.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:39.548354+0000 mgr.y (mgr.14142) 126 : cluster [DBG] pgmap v134: 1 pgs: 1 stale+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-09-10T18:46:41.063 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 podman[28354]: 2024-09-10 18:46:40.688757298 +0000 UTC m=+0.016951341 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:41.063 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:40 smithi145 podman[28354]: 2024-09-10 18:46:40.805019624 +0000 UTC m=+0.133213659 container create 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2) 2024-09-10T18:46:41.315 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 podman[28354]: 2024-09-10 18:46:41.231212628 +0000 UTC m=+0.559406670 container init 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0) 2024-09-10T18:46:41.315 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 podman[28354]: 2024-09-10 18:46:41.234978984 +0000 UTC m=+0.563173019 container start 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T18:46:41.315 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 podman[28354]: 2024-09-10 18:46:41.314207798 +0000 UTC m=+0.642401846 container attach 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[28354]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-09-10T18:46:41.782 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-09-10T18:46:41.783 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-09-10T18:46:41.783 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate[28380]: --> ceph-volume lvm activate successful for osd ID: 6 2024-09-10T18:46:41.783 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:41 smithi145 podman[28354]: 2024-09-10 18:46:41.508144617 +0000 UTC m=+0.836338650 container died 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.schema-version=1.0) 2024-09-10T18:46:41.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 bash[23187]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.785 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[26156]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 bash[23353]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:40.467192+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e52: 8 total, 6 up, 7 in 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.467497+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.694195+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.694639+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.699527+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.700110+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.700845+0000 mon.a (mon.0) 548 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:40.701406+0000 mgr.y (mgr.14142) 127 : cephadm [INF] Deploying daemon osd.7 on smithi145 2024-09-10T18:46:41.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:40.701642+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-09-10T18:46:42.760 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:42.760 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:42 smithi145 bash[23187]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:42.760 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28447]: 2024-09-10 18:46:42.50465759 +0000 UTC m=+1.009137432 container remove 2232aab51c88768279a96bb34589be79b111a05c4552c84b5a8abbb919bc4296 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-activate, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:46:42.760 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28502]: 2024-09-10 18:46:42.529187936 +0000 UTC m=+0.015781575 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:42.760 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28502]: 2024-09-10 18:46:42.647282409 +0000 UTC m=+0.133876055 container create 2b0f42d7ea82276d2a16fc15499f9690227306b93a35392533d8ff460fdd9485 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.label-schema.build-date=20200114) 2024-09-10T18:46:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:42 smithi071 bash[23353]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:42 smithi071 bash[26156]: cluster 2024-09-10T18:46:41.548833+0000 mgr.y (mgr.14142) 128 : cluster [DBG] pgmap v136: 1 pgs: 1 stale+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-09-10T18:46:43.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28502]: 2024-09-10 18:46:42.866190353 +0000 UTC m=+0.352784004 container init 2b0f42d7ea82276d2a16fc15499f9690227306b93a35392533d8ff460fdd9485 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, RELEASE=HEAD, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:46:43.031 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28502]: 2024-09-10 18:46:42.870234823 +0000 UTC m=+0.356828464 container start 2b0f42d7ea82276d2a16fc15499f9690227306b93a35392533d8ff460fdd9485 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, GIT_CLEAN=True, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:46:43.031 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:42 smithi145 podman[28502]: 2024-09-10 18:46:42.957981337 +0000 UTC m=+0.444575055 container attach 2b0f42d7ea82276d2a16fc15499f9690227306b93a35392533d8ff460fdd9485 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2) 2024-09-10T18:46:43.705 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[28516]: debug 2024-09-10T18:46:43.411+0000 7fce0da8dec0 -1 Falling back to public interface 2024-09-10T18:46:43.705 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 bash[28502]: debug 2024-09-10T18:46:43.411+0000 7fce0da8dec0 -1 Falling back to public interface 2024-09-10T18:46:44.177 INFO:teuthology.orchestra.run.smithi145.stdout:Created osd(s) 6,7 on host 'smithi145' 2024-09-10T18:46:44.261 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[28516]: debug 2024-09-10T18:46:43.969+0000 7fce0da8dec0 -1 osd.6 50 log_to_monitors {default=true} 2024-09-10T18:46:44.261 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 bash[28502]: debug 2024-09-10T18:46:43.969+0000 7fce0da8dec0 -1 osd.6 50 log_to_monitors {default=true} 2024-09-10T18:46:44.261 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[28516]: debug 2024-09-10T18:46:43.977+0000 7fce01a5e700 -1 osd.6 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:44.261 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:43 smithi145 bash[28502]: debug 2024-09-10T18:46:43.977+0000 7fce01a5e700 -1 osd.6 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 bash[23187]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[26156]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:43.549302+0000 mgr.y (mgr.14142) 129 : cluster [DBG] pgmap v137: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 bash[23353]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:43.973865+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:43.974442+0000 mon.a (mon.0) 550 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:43.975162+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:43.975548+0000 mon.a (mon.0) 551 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:45.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.169694+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.174176+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981486\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981580\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:25.981615\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:25.981646\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_device_update\": \"2024-09-10T18:46:29.976746\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.408112+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.411941+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:45.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.412704+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-09-10T18:46:45.298 DEBUG:teuthology.orchestra.run.smithi145:osd.7> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.7.service 2024-09-10T18:46:45.301 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-09-10T18:46:45.301 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:46:45.904 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:45.904 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:45.904 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:45.905 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 bash[23187]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:45.906 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:45.906 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:45 smithi145 podman[28869]: 2024-09-10 18:46:45.699469819 +0000 UTC m=+0.934690879 container remove d29f2de2055e68f12ea5fdf4bc8105470b68c542367bdf4d75ac201d7f0622f3 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-activate, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T18:46:45.906 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:45 smithi145 podman[28903]: 2024-09-10 18:46:45.800034009 +0000 UTC m=+0.090130772 container create e1672c971420a4c898c0de654c837c847b494cd39e13927394642fa22896720c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-09-10T18:46:45.906 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:45 smithi145 podman[28903]: 2024-09-10 18:46:45.726804982 +0000 UTC m=+0.016901757 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[23353]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:46.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 bash[26156]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:44.601259+0000 mon.a (mon.0) 557 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:44.601284+0000 mon.a (mon.0) 558 : cluster [INF] Cluster is now healthy 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:44.606255+0000 mon.a (mon.0) 559 : cluster [INF] osd.6 [v2:172.21.15.145:6816/804045517,v1:172.21.15.145:6817/804045517] boot 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:44.606328+0000 mon.a (mon.0) 560 : cluster [DBG] osdmap e53: 8 total, 7 up, 7 in 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.607016+0000 mon.a (mon.0) 561 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:46:46.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:44.607347+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.263 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:46 smithi145 podman[28903]: 2024-09-10 18:46:46.002561153 +0000 UTC m=+0.292657918 container init e1672c971420a4c898c0de654c837c847b494cd39e13927394642fa22896720c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, ceph=True, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T18:46:46.263 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:46 smithi145 podman[28903]: 2024-09-10 18:46:46.005809508 +0000 UTC m=+0.295906283 container start e1672c971420a4c898c0de654c837c847b494cd39e13927394642fa22896720c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, ceph=True, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T18:46:46.263 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:46 smithi145 podman[28903]: 2024-09-10 18:46:46.128080764 +0000 UTC m=+0.418177545 container attach e1672c971420a4c898c0de654c837c847b494cd39e13927394642fa22896720c (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image) 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[23353]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[23353]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[23353]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.708 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[26156]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[26156]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 bash[26156]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.709 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.780 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7[28919]: debug 2024-09-10T18:46:46.540+0000 7fba558deec0 -1 Falling back to public interface 2024-09-10T18:46:46.780 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:46 smithi145 bash[28903]: debug 2024-09-10T18:46:46.540+0000 7fba558deec0 -1 Falling back to public interface 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 bash[23187]: cluster 2024-09-10T18:46:45.549606+0000 mgr.y (mgr.14142) 130 : cluster [DBG] pgmap v139: 1 pgs: 1 stale+active+clean; 0 B data, 3.2 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 bash[23187]: cluster 2024-09-10T18:46:45.615270+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 bash[23187]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:45.615373+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:47.083 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:46:47.220 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7[28919]: debug 2024-09-10T18:46:47.097+0000 7fba558deec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T18:46:47.220 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:47 smithi145 bash[28903]: debug 2024-09-10T18:46:47.097+0000 7fba558deec0 -1 osd.7 0 log_to_monitors {default=true} 2024-09-10T18:46:47.767 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":54,"num_osds":8,"num_up_osds":7,"osd_up_since":1725994004,"num_in_osds":7,"osd_in_since":1725993989,"num_remapped_pgs":0} 2024-09-10T18:46:47.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[23353]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[23353]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[23353]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[26156]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[26156]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 bash[26156]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:47.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:47.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 bash[23187]: audit 2024-09-10T18:46:47.081839+0000 mon.a (mon.0) 565 : audit [DBG] from='client.? 172.21.15.71:0/2895351585' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 bash[23187]: audit 2024-09-10T18:46:47.101091+0000 mon.b (mon.2) 20 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 bash[23187]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.101395+0000 mon.a (mon.0) 566 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-09-10T18:46:48.768 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T18:46:48.994 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:48.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:48.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:48.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:48.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.995 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[26156]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:48.996 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:48.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:48.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:48.997 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:48.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:48.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:48.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:48.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:48.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 bash[23353]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:48.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:49.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:49.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:49.033 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7[28919]: debug 2024-09-10T18:46:48.627+0000 7fba3a68b700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T18:46:49.033 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[28903]: debug 2024-09-10T18:46:48.627+0000 7fba3a68b700 -1 osd.7 0 waiting for initial osdmap 2024-09-10T18:46:49.033 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7[28919]: debug 2024-09-10T18:46:48.636+0000 7fba458a7700 -1 osd.7 56 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:49.033 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[28903]: debug 2024-09-10T18:46:48.636+0000 7fba458a7700 -1 osd.7 56 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-09-10T18:46:49.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:49.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: cluster 2024-09-10T18:46:47.549867+0000 mgr.y (mgr.14142) 131 : cluster [DBG] pgmap v141: 1 pgs: 1 stale+active+clean; 0 B data, 3.3 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:49.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:49.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 bash[23187]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.622298+0000 mon.a (mon.0) 567 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:47.622338+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.622484+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.626368+0000 mon.b (mon.2) 21 : audit [INF] from='osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:47.626619+0000 mon.a (mon.0) 570 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]: dispatch 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:48.095428+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-10T18:46:49.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:48.095476+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-10T18:46:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 bash[23187]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.909 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.625620+0000 mon.a (mon.0) 571 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi145", "root=default"]}]': finished 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.910 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[26156]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 bash[23353]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:48.625680+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e56: 8 total, 7 up, 7 in 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.626241+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.796901+0000 mon.a (mon.0) 574 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:49.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.983630+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:49.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.986281+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407119\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407226\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:44.407262\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:44.407293\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:44.407324\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:44.407413\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:49.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:48.987417+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:46:49.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:49.626425+0000 mon.a (mon.0) 578 : cluster [INF] osd.7 [v2:172.21.15.145:6824/364975945,v1:172.21.15.145:6825/364975945] boot 2024-09-10T18:46:49.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:49.626466+0000 mon.a (mon.0) 579 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-09-10T18:46:49.914 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:49.626598+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:46:50.524 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:46:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:50.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[26156]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[23353]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:50.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[26156]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:50.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[23353]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:50.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[26156]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:50.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[26156]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:50.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:50.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[23353]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:50.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 bash[23353]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:50.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:50.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:50.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:50.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:50.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:51.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6[28516]: debug 2024-09-10T18:46:50.637+0000 7fcdeba32700 -1 osd.6 58 build_incremental_map_msg missing incremental map 58 2024-09-10T18:46:51.030 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 18:46:50 smithi145 bash[28502]: debug 2024-09-10T18:46:50.637+0000 7fcdeba32700 -1 osd.6 58 build_incremental_map_msg missing incremental map 58 2024-09-10T18:46:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 bash[23187]: cluster 2024-09-10T18:46:49.550171+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v144: 1 pgs: 1 stale+active+clean; 0 B data, 3.4 MiB used, 619 GiB / 626 GiB avail 2024-09-10T18:46:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 bash[23187]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:50.183409+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:46:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 bash[23187]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:51.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 bash[23187]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:51.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:50.188685+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}}, \"last_daemon_update\": \"2024-09-10T18:46:50.182476\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:46:51.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:50.522410+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.71:0/1077524197' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-10T18:46:51.147 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":57,"num_osds":8,"num_up_osds":8,"osd_up_since":1725994009,"num_in_osds":8,"osd_in_since":1725994009,"num_remapped_pgs":0} 2024-09-10T18:46:51.148 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:46:51.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:51.643 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:51 smithi071 bash[26156]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:52.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:52.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:51 smithi071 bash[23353]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:51 smithi145 bash[23187]: cluster 2024-09-10T18:46:50.637439+0000 mon.a (mon.0) 584 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-09-10T18:46:52.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:52 smithi071 bash[26156]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:52 smithi071 bash[23353]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:52.937 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:46:52.937 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":58,"fsid":"6551eb3a-6fa4-11ef-bcea-c7b262605968","created":"2024-09-10T18:42:49.353142+0000","modified":"2024-09-10T18:46:50.631591+0000","last_up_change":"2024-09-10T18:46:49.620387+0000","last_in_change":"2024-09-10T18:46:49.620387+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-09-10T18:43:07.641744+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":"cebacf67-aff1-4023-9f73-c1a5f9e023ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6803","nonce":246767715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6805","nonce":246767715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6809","nonce":246767715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6807","nonce":246767715}]},"public_addr":"172.21.15.71:6803/246767715","cluster_addr":"172.21.15.71:6805/246767715","heartbeat_back_addr":"172.21.15.71:6809/246767715","heartbeat_front_addr":"172.21.15.71:6807/246767715","state":["exists","up"]},{"osd":1,"uuid":"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6811","nonce":1643068586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6813","nonce":1643068586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6817","nonce":1643068586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6815","nonce":1643068586}]},"public_addr":"172.21.15.71:6811/1643068586","cluster_addr":"172.21.15.71:6813/1643068586","heartbeat_back_addr":"172.21.15.71:6817/1643068586","heartbeat_front_addr":"172.21.15.71:6815/1643068586","state":["exists","up"]},{"osd":2,"uuid":"2b9b8900-a7c5-40e9-aa38-27c89f45be03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6819","nonce":3236924676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6821","nonce":3236924676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6825","nonce":3236924676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6823","nonce":3236924676}]},"public_addr":"172.21.15.71:6819/3236924676","cluster_addr":"172.21.15.71:6821/3236924676","heartbeat_back_addr":"172.21.15.71:6825/3236924676","heartbeat_front_addr":"172.21.15.71:6823/3236924676","state":["exists","up"]},{"osd":3,"uuid":"b01a858e-04a6-4690-96ba-b02baaebea6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6827","nonce":1205430690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6829","nonce":1205430690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6833","nonce":1205430690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6831","nonce":1205430690}]},"public_addr":"172.21.15.71:6827/1205430690","cluster_addr":"172.21.15.71:6829/1205430690","heartbeat_back_addr":"172.21.15.71:6833/1205430690","heartbeat_front_addr":"172.21.15.71:6831/1205430690","state":["exists","up"]},{"osd":4,"uuid":"dd62773a-4039-454a-91ac-98b8791144f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6801","nonce":629022284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6803","nonce":629022284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6807","nonce":629022284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6805","nonce":629022284}]},"public_addr":"172.21.15.145:6801/629022284","cluster_addr":"172.21.15.145:6803/629022284","heartbeat_back_addr":"172.21.15.145:6807/629022284","heartbeat_front_addr":"172.21.15.145:6805/629022284","state":["exists","up"]},{"osd":5,"uuid":"e977a8e6-5a30-437f-99ef-0e82b2d5813a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6809","nonce":4118340857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6811","nonce":4118340857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6815","nonce":4118340857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6813","nonce":4118340857}]},"public_addr":"172.21.15.145:6809/4118340857","cluster_addr":"172.21.15.145:6811/4118340857","heartbeat_back_addr":"172.21.15.145:6815/4118340857","heartbeat_front_addr":"172.21.15.145:6813/4118340857","state":["exists","up"]},{"osd":6,"uuid":"dd5ef877-3f47-4c4f-8db8-5effed41df47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":48,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6817","nonce":804045517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6819","nonce":804045517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6823","nonce":804045517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6821","nonce":804045517}]},"public_addr":"172.21.15.145:6817/804045517","cluster_addr":"172.21.15.145:6819/804045517","heartbeat_back_addr":"172.21.15.145:6823/804045517","heartbeat_front_addr":"172.21.15.145:6821/804045517","state":["exists","up"]},{"osd":7,"uuid":"509b0478-cc0c-4c79-ac26-b3a07597964f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":57,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6825","nonce":364975945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6827","nonce":364975945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6831","nonce":364975945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6829","nonce":364975945}]},"public_addr":"172.21.15.145:6825/364975945","cluster_addr":"172.21.15.145:6827/364975945","heartbeat_back_addr":"172.21.15.145:6831/364975945","heartbeat_front_addr":"172.21.15.145:6829/364975945","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-09-10T18:44:32.109119+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-09-10T18:44:52.307980+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:17.682109+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:35.878530+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-09-10T18:45:49.951322+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:09.313024+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-09-10T18:46:27.955219+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:48.095478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:6800/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2332311643":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/3656363564":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2355951648":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6800/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6801/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/2299742887":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/3134310036":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/497331929":"2024-09-11T18:43:15.816893+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:46:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:52 smithi145 bash[23187]: cluster 2024-09-10T18:46:51.550431+0000 mgr.y (mgr.14142) 133 : cluster [DBG] pgmap v147: 1 pgs: 1 stale+active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:53.507 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-09-10T18:43:07.641744+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-09-10T18:46:53.507 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd pool get device_health_metrics pg_num 2024-09-10T18:46:53.741 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:53.741 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:53 smithi071 bash[23353]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:53.741 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:53 smithi071 bash[26156]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:53.741 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:54.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:54.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:53 smithi145 bash[23187]: audit 2024-09-10T18:46:52.935973+0000 mon.a (mon.0) 585 : audit [DBG] from='client.? 172.21.15.71:0/2308353557' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:46:54.655 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:54.656 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:54 smithi071 bash[23353]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:54.656 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:54.656 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:54 smithi071 bash[26156]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:54 smithi145 bash[23187]: cluster 2024-09-10T18:46:53.550747+0000 mgr.y (mgr.14142) 134 : cluster [DBG] pgmap v148: 1 pgs: 1 stale+active+clean; 0 B data, 4.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:55.247 INFO:teuthology.orchestra.run.smithi071.stdout:pg_num: 1 2024-09-10T18:46:55.829 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:55.830 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:55 smithi071 bash[23353]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:55.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:55.830 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:55 smithi071 bash[26156]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:55.845 INFO:tasks.cephadm:Adding prometheus.a on smithi145 2024-09-10T18:46:55.845 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch apply prometheus '1;smithi145=a' 2024-09-10T18:46:56.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:56.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:55 smithi145 bash[23187]: audit 2024-09-10T18:46:55.246377+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.71:0/1411391622' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-09-10T18:46:57.018 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.018 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:56 smithi145 bash[23187]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:56 smithi071 bash[23353]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:56 smithi071 bash[26156]: cluster 2024-09-10T18:46:55.551021+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:57.687 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled prometheus update... 2024-09-10T18:46:58.281 DEBUG:teuthology.orchestra.run.smithi145:prometheus.a> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service 2024-09-10T18:46:58.283 INFO:tasks.cephadm:Adding node-exporter.a on smithi071 2024-09-10T18:46:58.283 INFO:tasks.cephadm:Adding node-exporter.b on smithi145 2024-09-10T18:46:58.284 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch apply node-exporter '2;smithi071=a;smithi145=b' 2024-09-10T18:46:58.862 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:58.862 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:58.862 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:58.863 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:58.863 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:58.863 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:58.863 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:58.863 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 bash[23187]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:46:58.864 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:58.864 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:58.864 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:58.864 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:46:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[26156]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: cluster 2024-09-10T18:46:57.551399+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:59.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 bash[23353]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:57.677533+0000 mgr.y (mgr.14142) 137 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:57.678128+0000 mgr.y (mgr.14142) 138 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi145=a 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:57.678543+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:46:57.684347+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-09-10T18:46:57.678141\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-09-10T18:46:59.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:46:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:46:57.688486+0000 mgr.y (mgr.14142) 139 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T18:47:00.073 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled node-exporter update... 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 bash[23187]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 bash[23187]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 bash[23187]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:00.705 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:00.722 DEBUG:teuthology.orchestra.run.smithi071:node-exporter.a> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service 2024-09-10T18:47:00.726 DEBUG:teuthology.orchestra.run.smithi145:node-exporter.b> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service 2024-09-10T18:47:00.728 INFO:tasks.cephadm:Adding alertmanager.a on smithi071 2024-09-10T18:47:00.728 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch apply alertmanager '1;smithi071=a' 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[23353]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[23353]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[23353]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[26156]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:01.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[26156]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:01.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 bash[26156]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:01.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:46:59.551655+0000 mgr.y (mgr.14142) 140 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:01.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:00.065592+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-09-10T18:47:01.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:00.071146+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-09-10T18:47:00.065241\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi145\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-09-10T18:47:01.878 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:01.878 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:01.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:01 smithi145 bash[23187]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:01.879 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:01 smithi145 bash[23187]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:01 smithi071 bash[23353]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:01 smithi071 bash[23353]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:01 smithi071 bash[26156]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:01 smithi071 bash[26156]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:00.064627+0000 mgr.y (mgr.14142) 141 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi071=a;smithi145=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:00.065229+0000 mgr.y (mgr.14142) 142 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi071=a,smithi145=b 2024-09-10T18:47:02.509 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled alertmanager update... 2024-09-10T18:47:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 bash[23187]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 bash[23187]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 bash[23187]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:03.058 DEBUG:teuthology.orchestra.run.smithi071:alertmanager.a> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service 2024-09-10T18:47:03.061 INFO:tasks.cephadm:Adding grafana.a on smithi145 2024-09-10T18:47:03.061 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph orch apply grafana '1;smithi145=a' 2024-09-10T18:47:03.085 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[26156]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[26156]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[26156]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[23353]: cluster 2024-09-10T18:47:01.552111+0000 mgr.y (mgr.14142) 143 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[23353]: audit 2024-09-10T18:47:02.504730+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 bash[23353]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:03.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:02.507371+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-09-10T18:47:02.504338\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi071\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-09-10T18:47:04.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:03 smithi145 bash[23187]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:03 smithi145 bash[23187]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:03 smithi071 bash[23353]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:03 smithi071 bash[23353]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:03 smithi071 bash[26156]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:03 smithi071 bash[26156]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:02.503745+0000 mgr.y (mgr.14142) 144 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi071=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:02.504321+0000 mgr.y (mgr.14142) 145 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi071=a 2024-09-10T18:47:04.777 INFO:teuthology.orchestra.run.smithi145.stdout:Scheduled grafana update... 2024-09-10T18:47:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 bash[23187]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 bash[23187]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 bash[23187]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[23353]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[23353]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[23353]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[26156]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[26156]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 bash[26156]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:03.552527+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:04.543210+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T18:47:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:04.546201+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993951.7258954, \"finished_at\": 1725993963.746902}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993970.6152625, \"finished_at\": 1725993981.5938282}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994009.626154, \"finished_at\": 1725994019.6085083}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T18:47:05.595 DEBUG:teuthology.orchestra.run.smithi145:grafana.a> sudo journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service 2024-09-10T18:47:05.597 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T18:47:05.598 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[23353]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[23353]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[23353]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[23353]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:05.982 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[26156]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[26156]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[26156]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 bash[26156]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:05.983 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 bash[23187]: audit 2024-09-10T18:47:04.771532+0000 mgr.y (mgr.14142) 147 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi145=a", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:47:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 bash[23187]: cephadm 2024-09-10T18:47:04.772113+0000 mgr.y (mgr.14142) 148 : cephadm [INF] Saving service grafana spec with placement count:1 smithi145=a 2024-09-10T18:47:06.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 bash[23187]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:06.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 bash[23187]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:06.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:04.772487+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-09-10T18:47:06.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:04.775487+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-09-10T18:47:04.772125\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi145\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-09-10T18:47:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:06 smithi145 bash[23187]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.080 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.080 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:06 smithi071 bash[23353]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.080 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.080 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:06 smithi071 bash[26156]: cluster 2024-09-10T18:47:05.552988+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:07.532 INFO:teuthology.orchestra.run.smithi071.stdout:[client.0] 2024-09-10T18:47:07.533 INFO:teuthology.orchestra.run.smithi071.stdout: key = AQArlOBmDId3HxAAQBx2cQ9037tymaXCvnDWLQ== 2024-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[23353]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[23353]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[23353]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:07.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[26156]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[26156]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 bash[26156]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:07.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 bash[23187]: audit 2024-09-10T18:47:07.527524+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.71:0/2416346554' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 bash[23187]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 bash[23187]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:07.527784+0000 mon.a (mon.0) 596 : 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-09-10T18:47:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:07.530916+0000 mon.a (mon.0) 597 : 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-09-10T18:47:08.099 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2024-09-10T18:47:08.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-09-10T18:47:08.100 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-09-10T18:47:08.136 DEBUG:teuthology.orchestra.run.smithi145:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-09-10T18:47:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:08 smithi071 bash[23353]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:08 smithi071 bash[26156]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:08 smithi145 bash[23187]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:07.553328+0000 mgr.y (mgr.14142) 150 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:10.960 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:10.960 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:10 smithi145 bash[23187]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:10 smithi071 bash[23353]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:10 smithi071 bash[26156]: cluster 2024-09-10T18:47:09.553700+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.530 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.531 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:12 smithi145 bash[23187]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:12 smithi071 bash[23353]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:12 smithi071 bash[26156]: cluster 2024-09-10T18:47:11.554208+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:13.934 INFO:teuthology.orchestra.run.smithi145.stdout:[client.1] 2024-09-10T18:47:13.934 INFO:teuthology.orchestra.run.smithi145.stdout: key = AQAxlOBm73BiNxAALnOm7288Gks+GeX088YvgQ== 2024-09-10T18:47:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 bash[23187]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:14.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 bash[23187]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:14.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 bash[23187]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:14.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 bash[23187]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:14.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:14.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[23353]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[23353]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[23353]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[23353]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[26156]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[26156]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[26156]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 bash[26156]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:13.554585+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:13.928512+0000 mon.b (mon.2) 22 : audit [INF] from='client.? 172.21.15.145:0/1319628050' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:13.929061+0000 mon.a (mon.0) 598 : 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-09-10T18:47:15.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:13.932443+0000 mon.a (mon.0) 599 : 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-09-10T18:47:15.530 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:15 smithi145 systemd[1]: Starting Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:47:15.650 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2024-09-10T18:47:15.651 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-09-10T18:47:15.651 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-09-10T18:47:15.695 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T18:47:15.695 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T18:47:15.695 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T18:47:15.886 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:15 smithi145 podman[30323]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-10T18:47:15.886 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:15 smithi145 systemd[1]: Started Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:47:15.886 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:15 smithi145 podman[30355]: 2024-09-10 18:47:15.793062553 +0000 UTC m=+0.101184542 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-10T18:47:15.886 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:15 smithi145 podman[30355]: 2024-09-10 18:47:15.885583462 +0000 UTC m=+0.193705438 container create 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:16.408 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 podman[30355]: 2024-09-10 18:47:16.137859534 +0000 UTC m=+0.445981509 container init 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:16.408 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 podman[30355]: 2024-09-10 18:47:16.140816863 +0000 UTC m=+0.448938843 container start 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:16.408 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.159Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.161Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.161Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.163Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.163Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.165Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.165Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.619µs 2024-09-10T18:47:16.409 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.165Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.165Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.165Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.634µs wal_replay_duration=166.262µs wbl_replay_duration=117ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.619µs total_replay_duration=205.392µs 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=600.039µs db_storage=814ns remote_storage=1.037µs web_handler=273ns query_engine=3.773µs scrape=313.926µs scrape_sd=15.635µs notify=648ns notify_sd=606ns rules=25.763µs tracing=5.403µs 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:47:16.167Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 podman[30355]: 2024-09-10 18:47:16.237851239 +0000 UTC m=+0.545973217 container attach 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:47:16.410 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.159Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.161Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.161Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.163Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.163Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.165Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.165Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.619µs 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.165Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.165Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.165Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.634µs wal_replay_duration=166.262µs wbl_replay_duration=117ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.619µs total_replay_duration=205.392µs 2024-09-10T18:47:16.411 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=600.039µs db_storage=814ns remote_storage=1.037µs web_handler=273ns query_engine=3.773µs scrape=313.926µs scrape_sd=15.635µs notify=648ns notify_sd=606ns rules=25.763µs tracing=5.403µs 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:47:16.412 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[30355]: ts=2024-09-10T18:47:16.167Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[23187]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[23187]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[23187]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:16 smithi145 bash[23187]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:16.876 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[23353]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.877 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[23353]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.877 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[26156]: cluster 2024-09-10T18:47:15.555136+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[26156]: audit 2024-09-10T18:47:15.717025+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[23353]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[23353]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:16.878 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[26156]: audit 2024-09-10T18:47:15.720244+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182184\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182260\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:46:50.182293\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:46:50.182322\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:46:50.182350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:46:50.182377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:16.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 bash[26156]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:16.879 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:15.721225+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:17.507 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:47:17.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:17.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:17 smithi145 bash[23187]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:17.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:17 smithi071 bash[23353]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:17.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:17.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:17 smithi071 bash[26156]: audit 2024-09-10T18:47:17.502382+0000 mon.a (mon.0) 603 : audit [DBG] from='client.? 172.21.15.71:0/745708097' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:47:18.090 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6800","nonce":1542475427},{"type":"v1","addr":"172.21.15.71:6801","nonce":1542475427}]},"active_addr":"172.21.15.71:6801/1542475427","active_change":"2024-09-10T18:43:29.446387+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34103,"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://smithi071.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.71:0","nonce":1731357085}]},{"addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":4273707696}]},{"addrvec":[{"type":"v2","addr":"172.21.15.71:0","nonce":3960863852}]}]}} 2024-09-10T18:47:18.093 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T18:47:18.094 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T18:47:18.094 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:47:18.510 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:18 smithi145 systemd[1]: Started Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:47:18.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[30729]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-09-10T18:47:18.781 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[30729]: Trying to pull docker.io/prom/node-exporter:latest... 2024-09-10T18:47:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 bash[23187]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:17.555586+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:18.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[26156]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:17.802792+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:17.805347+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}}, \"last_daemon_update\": \"2024-09-10T18:47:17.802171\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:17.807027+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:17.807522+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 bash[23353]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:18.437285+0000 mon.a (mon.0) 608 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:18.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:18.440383+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:18.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:18.440853+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-09-10T18:47:18.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:18.441313+0000 mon.a (mon.0) 611 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:47:19.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:19.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[23353]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:19.645 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[23353]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:19.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:19.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[26156]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:19.646 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[26156]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:19.646 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[23353]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:19.646 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:19.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[26156]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:19.647 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[23353]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:19.647 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 bash[26156]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:19.648 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:19.648 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:19.649 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:19.649 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:19.649 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:20.018 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:47:20.018 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":58,"fsid":"6551eb3a-6fa4-11ef-bcea-c7b262605968","created":"2024-09-10T18:42:49.353142+0000","modified":"2024-09-10T18:46:50.631591+0000","last_up_change":"2024-09-10T18:46:49.620387+0000","last_in_change":"2024-09-10T18:46:49.620387+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-09-10T18:43:07.641744+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":"cebacf67-aff1-4023-9f73-c1a5f9e023ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6803","nonce":246767715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6805","nonce":246767715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6809","nonce":246767715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6807","nonce":246767715}]},"public_addr":"172.21.15.71:6803/246767715","cluster_addr":"172.21.15.71:6805/246767715","heartbeat_back_addr":"172.21.15.71:6809/246767715","heartbeat_front_addr":"172.21.15.71:6807/246767715","state":["exists","up"]},{"osd":1,"uuid":"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6811","nonce":1643068586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6813","nonce":1643068586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6817","nonce":1643068586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6815","nonce":1643068586}]},"public_addr":"172.21.15.71:6811/1643068586","cluster_addr":"172.21.15.71:6813/1643068586","heartbeat_back_addr":"172.21.15.71:6817/1643068586","heartbeat_front_addr":"172.21.15.71:6815/1643068586","state":["exists","up"]},{"osd":2,"uuid":"2b9b8900-a7c5-40e9-aa38-27c89f45be03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6819","nonce":3236924676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6821","nonce":3236924676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6825","nonce":3236924676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6823","nonce":3236924676}]},"public_addr":"172.21.15.71:6819/3236924676","cluster_addr":"172.21.15.71:6821/3236924676","heartbeat_back_addr":"172.21.15.71:6825/3236924676","heartbeat_front_addr":"172.21.15.71:6823/3236924676","state":["exists","up"]},{"osd":3,"uuid":"b01a858e-04a6-4690-96ba-b02baaebea6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6827","nonce":1205430690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6829","nonce":1205430690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6833","nonce":1205430690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6831","nonce":1205430690}]},"public_addr":"172.21.15.71:6827/1205430690","cluster_addr":"172.21.15.71:6829/1205430690","heartbeat_back_addr":"172.21.15.71:6833/1205430690","heartbeat_front_addr":"172.21.15.71:6831/1205430690","state":["exists","up"]},{"osd":4,"uuid":"dd62773a-4039-454a-91ac-98b8791144f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6801","nonce":629022284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6803","nonce":629022284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6807","nonce":629022284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6805","nonce":629022284}]},"public_addr":"172.21.15.145:6801/629022284","cluster_addr":"172.21.15.145:6803/629022284","heartbeat_back_addr":"172.21.15.145:6807/629022284","heartbeat_front_addr":"172.21.15.145:6805/629022284","state":["exists","up"]},{"osd":5,"uuid":"e977a8e6-5a30-437f-99ef-0e82b2d5813a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6809","nonce":4118340857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6811","nonce":4118340857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6815","nonce":4118340857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6813","nonce":4118340857}]},"public_addr":"172.21.15.145:6809/4118340857","cluster_addr":"172.21.15.145:6811/4118340857","heartbeat_back_addr":"172.21.15.145:6815/4118340857","heartbeat_front_addr":"172.21.15.145:6813/4118340857","state":["exists","up"]},{"osd":6,"uuid":"dd5ef877-3f47-4c4f-8db8-5effed41df47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":48,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6817","nonce":804045517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6819","nonce":804045517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6823","nonce":804045517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6821","nonce":804045517}]},"public_addr":"172.21.15.145:6817/804045517","cluster_addr":"172.21.15.145:6819/804045517","heartbeat_back_addr":"172.21.15.145:6823/804045517","heartbeat_front_addr":"172.21.15.145:6821/804045517","state":["exists","up"]},{"osd":7,"uuid":"509b0478-cc0c-4c79-ac26-b3a07597964f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":57,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6825","nonce":364975945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6827","nonce":364975945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6831","nonce":364975945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6829","nonce":364975945}]},"public_addr":"172.21.15.145:6825/364975945","cluster_addr":"172.21.15.145:6827/364975945","heartbeat_back_addr":"172.21.15.145:6831/364975945","heartbeat_front_addr":"172.21.15.145:6829/364975945","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-09-10T18:44:32.109119+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-09-10T18:44:52.307980+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:17.682109+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:35.878530+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-09-10T18:45:49.951322+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:09.313024+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-09-10T18:46:27.955219+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:48.095478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:6800/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2332311643":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/3656363564":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2355951648":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6800/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6801/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/2299742887":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/3134310036":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/497331929":"2024-09-11T18:43:15.816893+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 bash[23187]: cephadm 2024-09-10T18:47:17.807916+0000 mgr.y (mgr.14142) 156 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 bash[23187]: cephadm 2024-09-10T18:47:18.441719+0000 mgr.y (mgr.14142) 157 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 bash[23187]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:19.441763+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:20.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 bash[23187]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:20.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:19.444825+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:20.599 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T18:47:20.599 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[26156]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[26156]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[26156]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[23353]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[23353]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 bash[23353]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 bash[23187]: cephadm 2024-09-10T18:47:19.446948+0000 mgr.y (mgr.14142) 158 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 bash[23187]: cluster 2024-09-10T18:47:19.555949+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 bash[23187]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:21.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:20.016909+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.71:0/385388717' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:22.441 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:47:22.441 INFO:teuthology.orchestra.run.smithi071.stdout:{"epoch":58,"fsid":"6551eb3a-6fa4-11ef-bcea-c7b262605968","created":"2024-09-10T18:42:49.353142+0000","modified":"2024-09-10T18:46:50.631591+0000","last_up_change":"2024-09-10T18:46:49.620387+0000","last_in_change":"2024-09-10T18:46:49.620387+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-09-10T18:43:07.641744+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":"cebacf67-aff1-4023-9f73-c1a5f9e023ac","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":56,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6802","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6803","nonce":246767715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6804","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6805","nonce":246767715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6808","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6809","nonce":246767715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6806","nonce":246767715},{"type":"v1","addr":"172.21.15.71:6807","nonce":246767715}]},"public_addr":"172.21.15.71:6803/246767715","cluster_addr":"172.21.15.71:6805/246767715","heartbeat_back_addr":"172.21.15.71:6809/246767715","heartbeat_front_addr":"172.21.15.71:6807/246767715","state":["exists","up"]},{"osd":1,"uuid":"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":38,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6810","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6811","nonce":1643068586}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6812","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6813","nonce":1643068586}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6816","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6817","nonce":1643068586}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6814","nonce":1643068586},{"type":"v1","addr":"172.21.15.71:6815","nonce":1643068586}]},"public_addr":"172.21.15.71:6811/1643068586","cluster_addr":"172.21.15.71:6813/1643068586","heartbeat_back_addr":"172.21.15.71:6817/1643068586","heartbeat_front_addr":"172.21.15.71:6815/1643068586","state":["exists","up"]},{"osd":2,"uuid":"2b9b8900-a7c5-40e9-aa38-27c89f45be03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":26,"up_from":29,"up_thru":0,"down_at":27,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6818","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6819","nonce":3236924676}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6820","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6821","nonce":3236924676}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6824","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6825","nonce":3236924676}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6822","nonce":3236924676},{"type":"v1","addr":"172.21.15.71:6823","nonce":3236924676}]},"public_addr":"172.21.15.71:6819/3236924676","cluster_addr":"172.21.15.71:6821/3236924676","heartbeat_back_addr":"172.21.15.71:6825/3236924676","heartbeat_front_addr":"172.21.15.71:6823/3236924676","state":["exists","up"]},{"osd":3,"uuid":"b01a858e-04a6-4690-96ba-b02baaebea6c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6826","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6827","nonce":1205430690}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6828","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6829","nonce":1205430690}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6832","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6833","nonce":1205430690}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.71:6830","nonce":1205430690},{"type":"v1","addr":"172.21.15.71:6831","nonce":1205430690}]},"public_addr":"172.21.15.71:6827/1205430690","cluster_addr":"172.21.15.71:6829/1205430690","heartbeat_back_addr":"172.21.15.71:6833/1205430690","heartbeat_front_addr":"172.21.15.71:6831/1205430690","state":["exists","up"]},{"osd":4,"uuid":"dd62773a-4039-454a-91ac-98b8791144f2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6800","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6801","nonce":629022284}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6802","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6803","nonce":629022284}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6806","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6807","nonce":629022284}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6804","nonce":629022284},{"type":"v1","addr":"172.21.15.145:6805","nonce":629022284}]},"public_addr":"172.21.15.145:6801/629022284","cluster_addr":"172.21.15.145:6803/629022284","heartbeat_back_addr":"172.21.15.145:6807/629022284","heartbeat_front_addr":"172.21.15.145:6805/629022284","state":["exists","up"]},{"osd":5,"uuid":"e977a8e6-5a30-437f-99ef-0e82b2d5813a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":43,"up_thru":43,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6808","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6809","nonce":4118340857}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6810","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6811","nonce":4118340857}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6814","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6815","nonce":4118340857}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6812","nonce":4118340857},{"type":"v1","addr":"172.21.15.145:6813","nonce":4118340857}]},"public_addr":"172.21.15.145:6809/4118340857","cluster_addr":"172.21.15.145:6811/4118340857","heartbeat_back_addr":"172.21.15.145:6815/4118340857","heartbeat_front_addr":"172.21.15.145:6813/4118340857","state":["exists","up"]},{"osd":6,"uuid":"dd5ef877-3f47-4c4f-8db8-5effed41df47","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":48,"last_clean_end":50,"up_from":53,"up_thru":53,"down_at":51,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6816","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6817","nonce":804045517}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6818","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6819","nonce":804045517}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6822","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6823","nonce":804045517}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6820","nonce":804045517},{"type":"v1","addr":"172.21.15.145:6821","nonce":804045517}]},"public_addr":"172.21.15.145:6817/804045517","cluster_addr":"172.21.15.145:6819/804045517","heartbeat_back_addr":"172.21.15.145:6823/804045517","heartbeat_front_addr":"172.21.15.145:6821/804045517","state":["exists","up"]},{"osd":7,"uuid":"509b0478-cc0c-4c79-ac26-b3a07597964f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":57,"up_thru":57,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6824","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6825","nonce":364975945}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6826","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6827","nonce":364975945}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6830","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6831","nonce":364975945}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.145:6828","nonce":364975945},{"type":"v1","addr":"172.21.15.145:6829","nonce":364975945}]},"public_addr":"172.21.15.145:6825/364975945","cluster_addr":"172.21.15.145:6827/364975945","heartbeat_back_addr":"172.21.15.145:6831/364975945","heartbeat_front_addr":"172.21.15.145:6829/364975945","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-09-10T18:44:32.109119+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-09-10T18:44:52.307980+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:17.682109+0000","dead_epoch":27},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:45:35.878530+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-09-10T18:45:49.951322+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:09.313024+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-09-10T18:46:27.955219+0000","dead_epoch":51},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T18:46:48.095478+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.71:6801/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:6800/4169531207":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2332311643":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/3656363564":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/2355951648":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6800/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:6801/4154625692":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/2299742887":"2024-09-11T18:43:15.816893+0000","172.21.15.71:0/3134310036":"2024-09-11T18:43:29.446086+0000","172.21.15.71:0/497331929":"2024-09-11T18:43:15.816893+0000"},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{}} 2024-09-10T18:47:22.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.730 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:22 smithi071 bash[23353]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.730 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.731 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:22 smithi071 bash[26156]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:22 smithi145 bash[23187]: cluster 2024-09-10T18:47:21.556355+0000 mgr.y (mgr.14142) 160 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:22.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T18:47:22.988 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T18:47:22.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T18:47:22.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.3 flush_pg_stats 2024-09-10T18:47:22.989 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.4 flush_pg_stats 2024-09-10T18:47:22.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.5 flush_pg_stats 2024-09-10T18:47:22.990 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.6 flush_pg_stats 2024-09-10T18:47:22.991 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph tell osd.7 flush_pg_stats 2024-09-10T18:47:23.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:23.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:23 smithi071 bash[23353]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:23.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:23.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:23 smithi071 bash[26156]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:23.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:23.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:23 smithi145 bash[23187]: audit 2024-09-10T18:47:22.439028+0000 mon.a (mon.0) 614 : audit [DBG] from='client.? 172.21.15.71:0/4257791103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-10T18:47:24.544 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:24.544 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:24 smithi071 bash[23353]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:24.544 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:24.544 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:24 smithi071 bash[26156]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:24.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:24.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:24 smithi145 bash[23187]: cluster 2024-09-10T18:47:23.556712+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:25.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:24 smithi145 bash[30729]: Getting image source signatures 2024-09-10T18:47:25.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:24 smithi145 bash[30729]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2024-09-10T18:47:25.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:24 smithi145 bash[30729]: Copying blob sha256:1617e25568b2231fdd0d5caff63b06f6f7738d8d961f031c80e47d35aaec9733 2024-09-10T18:47:25.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:24 smithi145 bash[30729]: Copying blob sha256:a7193bcb1fb2afe1511fc5267b377fc42a3435c083affa1d237795a6b3b9630d 2024-09-10T18:47:26.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:25 smithi145 bash[30729]: Copying config sha256:71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 2024-09-10T18:47:26.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:26 smithi145 bash[30729]: Writing manifest to image destination 2024-09-10T18:47:26.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:26 smithi071 bash[33764]: Copying blob sha256:9fa9226be034e47923c0457d916aa68474cdfb23af8d4525e9baeebc4760977a 2024-09-10T18:47:26.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:26 smithi145 podman[30729]: 2024-09-10 18:47:26.404585951 +0000 UTC m=+7.990565595 image pull 71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 prom/node-exporter 2024-09-10T18:47:26.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:26 smithi145 podman[30729]: 2024-09-10 18:47:26.494784424 +0000 UTC m=+8.080764111 container create 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T18:47:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:26.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:26 smithi145 bash[23187]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:26.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:26.961 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:26 smithi071 bash[23353]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:26.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:26.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:26 smithi071 bash[26156]: cluster 2024-09-10T18:47:25.557222+0000 mgr.y (mgr.14142) 162 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:28.531 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 podman[30729]: 2024-09-10 18:47:28.190256988 +0000 UTC m=+9.776236633 container init 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 podman[30729]: 2024-09-10 18:47:28.193840731 +0000 UTC m=+9.779820377 container start 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.197Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.197Z caller=node_exporter.go:194 level=info msg="Build context" build_context="(go=go1.22.5, platform=linux/amd64, user=root@03d440803209, date=20240714-11:53:45, tags=unknown)" 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.198Z 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-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.198Z 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-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.198Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.198Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.198Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T18:47:28.532 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T18:47:28.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T18:47:28.534 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T18:47:28.535 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:47:28.536 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b[30764]: ts=2024-09-10T18:47:28.199Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:47:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[23187]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.197Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.197Z caller=node_exporter.go:194 level=info msg="Build context" build_context="(go=go1.22.5, platform=linux/amd64, user=root@03d440803209, date=20240714-11:53:45, tags=unknown)" 2024-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.198Z 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-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.198Z 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-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.198Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.198Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:47:29.031 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.198Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T18:47:29.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 podman[30729]: 2024-09-10 18:47:28.624035228 +0000 UTC m=+10.210014883 container attach 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T18:47:29.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T18:47:29.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:47:29.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 18:47:28 smithi145 bash[30729]: ts=2024-09-10T18:47:28.199Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:47:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:28 smithi071 bash[23353]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:28 smithi071 bash[26156]: cluster 2024-09-10T18:47:27.557612+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:30.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:30 smithi071 bash[23353]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:30.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:30.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:30 smithi071 bash[26156]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:30 smithi145 bash[23187]: cluster 2024-09-10T18:47:29.557864+0000 mgr.y (mgr.14142) 164 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:31.704 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:31 smithi071 bash[33764]: Copying config sha256:71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 2024-09-10T18:47:32.091 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:31 smithi071 bash[33764]: Writing manifest to image destination 2024-09-10T18:47:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:32 smithi145 bash[23187]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:32 smithi071 bash[23353]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:32 smithi071 bash[26156]: cluster 2024-09-10T18:47:31.558136+0000 mgr.y (mgr.14142) 165 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:33.371 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:33 smithi071 podman[33764]: 2024-09-10 18:47:33.182372091 +0000 UTC m=+13.763089472 image pull 71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169 prom/node-exporter 2024-09-10T18:47:33.737 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:33 smithi071 podman[33764]: 2024-09-10 18:47:33.530225572 +0000 UTC m=+14.110942946 container create 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:34.584 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 podman[33764]: 2024-09-10 18:47:34.256690239 +0000 UTC m=+14.837407622 container init 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:34.584 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 podman[33764]: 2024-09-10 18:47:34.259718776 +0000 UTC m=+14.840436157 container start 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:34.584 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.262Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T18:47:34.584 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.262Z caller=node_exporter.go:194 level=info msg="Build context" build_context="(go=go1.22.5, platform=linux/amd64, user=root@03d440803209, date=20240714-11:53:45, tags=unknown)" 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z 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-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z 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-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T18:47:34.585 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T18:47:34.586 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T18:47:34.586 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T18:47:34.586 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T18:47:34.586 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T18:47:34.587 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T18:47:34.588 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a[34575]: ts=2024-09-10T18:47:34.264Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 podman[33764]: 2024-09-10 18:47:34.363348947 +0000 UTC m=+14.944066322 container attach 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.262Z caller=node_exporter.go:193 level=info msg="Starting node_exporter" version="(version=1.8.2, branch=HEAD, revision=f1e0e8360aa60b6cb5e5cc1560bed348fc2c1895)" 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.262Z caller=node_exporter.go:194 level=info msg="Build context" build_context="(go=go1.22.5, platform=linux/amd64, user=root@03d440803209, date=20240714-11:53:45, tags=unknown)" 2024-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z 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-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z 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-09-10T18:47:34.589 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(z?ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:111 level=info msg="Enabled collectors" 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=arp 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=bcache 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=bonding 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=btrfs 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=conntrack 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=cpu 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=cpufreq 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=diskstats 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=dmi 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=edac 2024-09-10T18:47:34.590 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=entropy 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=fibrechannel 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=filefd 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=filesystem 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=hwmon 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=infiniband 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.263Z caller=node_exporter.go:118 level=info collector=ipvs 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=loadavg 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=mdadm 2024-09-10T18:47:34.591 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=meminfo 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netclass 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netdev 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=netstat 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nfs 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nfsd 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=nvme 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=os 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=powersupplyclass 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=pressure 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=rapl 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=schedstat 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=selinux 2024-09-10T18:47:34.592 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=sockstat 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=softnet 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=stat 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=tapestats 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=textfile 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=thermal_zone 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=time 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=udp_queues 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=uname 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=vmstat 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=watchdog 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=xfs 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=node_exporter.go:118 level=info collector=zfs 2024-09-10T18:47:34.593 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9100 2024-09-10T18:47:34.594 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[33764]: ts=2024-09-10T18:47:34.264Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T18:47:34.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:34.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[23353]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:34.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:34.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:34 smithi071 bash[26156]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:34 smithi145 bash[23187]: cluster 2024-09-10T18:47:33.558500+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:36.742 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:36.742 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:36 smithi071 bash[23353]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:36.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:36.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:36 smithi071 bash[26156]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:36 smithi145 bash[23187]: cluster 2024-09-10T18:47:35.558893+0000 mgr.y (mgr.14142) 167 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:38.521 INFO:teuthology.orchestra.run.smithi071.stdout:227633266700 2024-09-10T18:47:38.522 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.6 2024-09-10T18:47:38.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:38.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:38 smithi071 bash[23353]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:38.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:38 smithi071 bash[26156]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:38 smithi145 bash[23187]: cluster 2024-09-10T18:47:37.559191+0000 mgr.y (mgr.14142) 168 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:39.916 INFO:teuthology.orchestra.run.smithi071.stdout:124554051611 2024-09-10T18:47:39.916 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T18:47:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:40.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:40 smithi071 bash[23353]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:40 smithi071 bash[26156]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:40 smithi145 bash[23187]: cluster 2024-09-10T18:47:39.559443+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.032 INFO:teuthology.orchestra.run.smithi071.stdout:184683593748 2024-09-10T18:47:42.032 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.5 2024-09-10T18:47:42.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 bash[23187]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.837 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.837 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.838 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.838 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: cluster 2024-09-10T18:47:41.559896+0000 mgr.y (mgr.14142) 170 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:42.838 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.839 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.839 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.839 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.840 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.840 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.072807+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:47:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[23353]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 bash[26156]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.075517+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112635\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112710\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:45:38.112742\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:45:38.112770\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:45:38.112798\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:45:38.112826\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:45:38.112853\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.288708+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T18:47:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.291694+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEA1GDIF5hE3akg+9d4JWUPswDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDA5MTAxODQ3NDJaFw0z\nNDA5MDgxODQ3NDJaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDCkWilO+xHTS46btBzCavx\nAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F83JWCcfeW\nkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVixlPBD0nse\nvuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kEDTqeEEiv\niqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4Y73fZCp+\nDJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE0k0VMya7\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBADT1Uvn9SYphScMi03bfIfVtCH31CbFj\n+BakCW58Qq7Dh6FxY2AeoWG32ujeC07y9O4VLBfNNmvNFbN8KN1JTU+9y35ILaaQ\ntkDXbx58cOgSmWmw1ObpFklCkXiuSMgUNxk19WNHd+MfDk+cLb0MRuHpyNoG9nNO\ncqgmB2rnS64pr39QePRpIt8fbA4YDth3Sg/FlHCiud9JkRx4UmluxvAnSdNt18tD\nhgbJVMxkmVXwZBRB7gBq02rF6NctoHkhHqrhMq8+qPSa23gDdC2ifgxcdma2Kk82\n4/WlVyrOtmv9oZKUEC6SmBqu9+h1wzINUmnljT7pOW5ANXOvVyOxJKw=\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T18:47:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.292163+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T18:47:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:42.294581+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQDCkWilO+xHTS46\nbtBzCavxAIoda885pC6PwMI4R5/uvJmZYjZJCDwpMPOaKuvxbjH7TTJ0sgnQQ+F8\n3JWCcfeWkBH2l7Cu3D+VxYTeTdalTC9pXgsUKd/RAekBLaR17QgzXdaUZ1axbVix\nlPBD0nsevuXMvlhIxkkbaDrmb3tkNKyb2RnNycpuC8clvE6pm+58mbb6WUh0l7kE\nDTqeEEiviqZD6O5bBtBSSkW9Bfqk8QL0PYFHlkHw4VApEY3rvNAvkTIqEMwaK/D4\nY73fZCp+DJ/mPpJ2BdXerWqFy+v5wKdNJ3AGPlsZaSTHd9aliJWZ/0+VtHi3Y/BE\n0k0VMya7AgMBAAECggEAc4RdeuzO5a5fKfYs8H/ng9jsJ3eguvpNYq/xH/T2cYms\nMDLtRAMNpO8ZUoj1OIxSRH+a20nxJaOHtthINAByHQRAhgWdstO1NLjmoA3ayJ0o\n8QgSz8/kwHS/4CE3KYSnf8fQ5J9OC11+cUCaPcozqxdv3FWOmPaQ5SLHBZVezyik\nK4yZidFOA10RZdTiOSsz1SWAqHIUEp3S/r+SzDYDr5VBEqkPifhJ4uuGRQxK4cWL\nIndI1xU+ZhqrvATrHFyYZfx1QJFqc/RLICBpZG4gJkcTRSwv4429fpvFT0hiL6A0\nV3RvEBqYL+NofB7j19YoDpGklRDRjQb17nmZlWYkIQKBgQD6NMrDg7y0RnBOohQf\ndKDBlsR/FbWlMxH9G/y5tkeFgTPhOEQfGJvy/T+2oJV/h3MoyYvVyxgpwNpzmgaE\nZgZ+eTlsQY3IcEZnyya6pDhr/hfunbkS0gQJTKAyRlDO0Qpln9g+kBIKUg1woIf0\nPjKZklSUioecsx0kElhZI30jOQKBgQDHEsvuh/ujrxSyFxwtRbWgMN4P6u/0Oq49\nF/U6kwLpLCX/7j8lKjuty6Sw0dA8fj5opdDmVDoOD068F48aMu78953tKqsuQxjS\nI2K3EFRp2Rw5TUMbS4tddQ4TWCsdAEXorLZM5MlLng5eS6dQqu50HDxZVit8pPc1\nUyA5ZtZVkwKBgBcd34n21u11AJVTRjatyNh5/IedUt4DfOr8tfnWjH8aM9fgIfMZ\ni/cETOmrpoRU2F/xVxkWnZHl/ojltypuXrU6sAJ/gAD/1pFqZJaj646WuFFUgy/o\n9XSCft6GPpsNFz/SZ+FH4FLRx+oa+tSnFne33FapAeSJa+zUQRNjQwGJAoGAXdiH\nmLA0OYq81+O7HcCCCb1fweNAMUNEhnp32aAaPC/azhbTX8LUFW8t+Uk/wHTHGPAq\nVZqZL62ZsWPtyyz9qvVUVszJm+p3lgCmdaRWFvwJqR26J/DqBym6c/YZhPdu/WwG\nGKO2HVaqcVt6ybV66fOxo2/S2lSuUU4Zn9XR7s8CgYBouT++JTjGsYCVRCehikJF\no2r3AWHnIRDU2Am2SCq54n1EGfBaGYUIJhBHS8vve4WN47xb/Hn22CwiQJBmJxT6\nSM+Tm+TYgq4Pr2gGyGhalsThSa1DGrJUZuJQOY2zdLjgTpCO7ObjFVxwlUqsv8Su\nC49uxyZaatZ2Be8Ycda2Dg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T18:47:42.852 INFO:teuthology.orchestra.run.smithi071.stdout:42949673000 2024-09-10T18:47:42.852 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T18:47:43.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:43.591 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:43 smithi071 bash[26156]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:43.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:43.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:43 smithi071 bash[23353]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:43 smithi145 bash[23187]: cephadm 2024-09-10T18:47:42.294990+0000 mgr.y (mgr.14142) 171 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T18:47:44.008 INFO:teuthology.orchestra.run.smithi071.stdout:244813135885 2024-09-10T18:47:44.009 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.7 2024-09-10T18:47:44.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:44.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:44 smithi071 bash[23353]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:44.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:44.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:44 smithi071 bash[26156]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:44.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[35166]: ts=2024-09-10T18:47:44.553Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:47:44.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:44.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:44 smithi145 bash[23187]: cluster 2024-09-10T18:47:43.560296+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 podman[35028]: 2024-09-10 18:47:45.436184406 +0000 UTC m=+3.385351904 container attach 302f53a92a7f1c59bee9c6e493b29b0df357ca9ec9d1dd03691ad0f6de14b934 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.528Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.528Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.528Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.529Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:47:45.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.551Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:47:45.843 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.551Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:47:45.843 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.553Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:47:45.843 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:45 smithi071 bash[35028]: ts=2024-09-10T18:47:44.553Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:47:46.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:46.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:46 smithi071 bash[23353]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:46.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:46.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:46 smithi071 bash[26156]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:46.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[35166]: ts=2024-09-10T18:47:46.530Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000501248s 2024-09-10T18:47:46.843 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:46 smithi071 bash[35028]: ts=2024-09-10T18:47:46.530Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000501248s 2024-09-10T18:47:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:47.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:46 smithi145 bash[23187]: cluster 2024-09-10T18:47:45.560694+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:47.571 INFO:teuthology.orchestra.run.smithi071.stdout:244813135886 2024-09-10T18:47:47.711 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:47.711 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:47 smithi071 bash[23353]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:47.712 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:47.712 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:47 smithi071 bash[26156]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:47 smithi145 bash[23187]: audit 2024-09-10T18:47:47.570106+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.71:0/4135635688' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-09-10T18:47:48.835 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:48.835 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:48 smithi071 bash[23353]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:48.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:48.835 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:48 smithi071 bash[26156]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:48 smithi145 bash[23187]: cluster 2024-09-10T18:47:47.560968+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:49.531 INFO:teuthology.orchestra.run.smithi071.stdout:124554051613 2024-09-10T18:47:49.827 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:49.827 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:49 smithi071 bash[23353]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:49.827 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:49.827 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:49 smithi071 bash[26156]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:50.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:49 smithi145 bash[23187]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:50.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:48.823700+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.71:0/2151926517' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-10T18:47:50.557 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051611 got 124554051613 for osd.2 2024-09-10T18:47:50.558 DEBUG:teuthology.parallel:result is None 2024-09-10T18:47:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:50 smithi071 bash[23353]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:50.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:50.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:50 smithi071 bash[26156]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:50 smithi145 bash[23187]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:49.561349+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.211 INFO:tasks.cephadm.ceph_manager.ceph:need seq 244813135885 got 244813135886 for osd.7 2024-09-10T18:47:52.211 DEBUG:teuthology.parallel:result is None 2024-09-10T18:47:52.593 INFO:teuthology.orchestra.run.smithi071.stdout:90194313249 2024-09-10T18:47:52.594 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T18:47:52.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.713 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:52 smithi071 bash[23353]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.713 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.713 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:52 smithi071 bash[26156]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:52 smithi145 bash[23187]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:51.561705+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:53.086 INFO:teuthology.orchestra.run.smithi071.stdout:141733920796 2024-09-10T18:47:53.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.3 2024-09-10T18:47:53.631 INFO:teuthology.orchestra.run.smithi071.stdout:163208757274 2024-09-10T18:47:53.632 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.4 2024-09-10T18:47:54.841 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[35166]: ts=2024-09-10T18:47:54.532Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002673803s 2024-09-10T18:47:54.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:47:54 smithi071 bash[35028]: ts=2024-09-10T18:47:54.532Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002673803s 2024-09-10T18:47:54.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:54.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:54 smithi071 bash[23353]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:54.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:54 smithi071 bash[23353]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:54.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:54.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:54 smithi071 bash[26156]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:54.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:54 smithi071 bash[26156]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:54.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:54.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:54 smithi145 bash[23187]: cluster 2024-09-10T18:47:53.561993+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:54 smithi145 bash[23187]: audit 2024-09-10T18:47:54.223438+0000 mon.a (mon.0) 621 : audit [DBG] from='client.? 172.21.15.71:0/3070399504' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-09-10T18:47:55.613 INFO:teuthology.orchestra.run.smithi071.stdout:227633266703 2024-09-10T18:47:56.854 INFO:tasks.cephadm.ceph_manager.ceph:need seq 227633266700 got 227633266703 for osd.6 2024-09-10T18:47:56.855 DEBUG:teuthology.parallel:result is None 2024-09-10T18:47:56.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:56.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:56 smithi071 bash[23353]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:56.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:56.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:56 smithi071 bash[26156]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:56 smithi145 bash[23187]: cluster 2024-09-10T18:47:55.562422+0000 mgr.y (mgr.14142) 178 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:57.189 INFO:teuthology.orchestra.run.smithi071.stdout:184683593751 2024-09-10T18:47:57.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:57 smithi071 bash[23353]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:57 smithi071 bash[26156]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.918 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.918 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:57 smithi145 bash[23187]: audit 2024-09-10T18:47:57.188562+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.71:0/3407711307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-09-10T18:47:57.918 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:57 smithi145 systemd[1]: Started Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:47:58.213 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:57 smithi145 podman[30953]: 2024-09-10 18:47:57.89942058 +0000 UTC m=+0.096709242 image pull 87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4 ceph/ceph-grafana:latest 2024-09-10T18:47:58.213 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 podman[30953]: 2024-09-10 18:47:58.017819187 +0000 UTC m=+0.215107824 container create 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, maintainer=Paul Cuzner , io.buildah.version=1.14.2, org.opencontainers.image.licenses=GPL-2.0-only, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, description=Ceph Grafana Container, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T18:47:58.213 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 podman[30953]: 2024-09-10 18:47:58.211548233 +0000 UTC m=+0.408836868 container init 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, description=Ceph Grafana Container, org.label-schema.schema-version=1.0, io.buildah.version=1.14.2, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Paul Cuzner , org.label-schema.vendor=CentOS) 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 podman[30953]: 2024-09-10 18:47:58.214427695 +0000 UTC m=+0.411716330 container start 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.label-schema.schema-version=1.0, description=Ceph Grafana Container, maintainer=Paul Cuzner , org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, io.buildah.version=1.14.2, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.opencontainers.image.vendor=CentOS) 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T18:47:58.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="App mode production" logger=settings 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-10T18:47:58.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-10T18:47:58.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-10T18:47:58.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-10T18:47:58.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-10T18:47:58.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T18:47:58.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-10T18:47:58.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-10T18:47:58.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-10T18:47:58.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-10T18:47:58.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-10T18:47:58.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T18:47:58.546 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-10T18:47:58.547 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-10T18:47:58.548 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-10T18:47:58.549 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-10T18:47:58.550 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-10T18:47:58.551 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-10T18:47:58.552 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-10T18:47:58.553 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-10T18:47:58.554 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T18:47:58.555 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="App mode production" logger=settings 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-09-10T18:47:58.556 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 podman[30953]: 2024-09-10 18:47:58.312229761 +0000 UTC m=+0.509518408 container attach 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, io.buildah.version=1.14.2, org.label-schema.schema-version=1.0, maintainer=Paul Cuzner , org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, description=Ceph Grafana Container) 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-09-10T18:47:58.557 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-09-10T18:47:58.558 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-09-10T18:47:58.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-09-10T18:47:58.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-09-10T18:47:58.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T18:47:58.562 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-09-10T18:47:58.563 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-09-10T18:47:58.564 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T18:47:58.565 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T18:47:58.566 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-09-10T18:47:58.567 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-09-10T18:47:58.568 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-09-10T18:47:58.569 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-09-10T18:47:58.570 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T18:47:58.571 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T18:47:58.572 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-09-10T18:47:58.574 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-09-10T18:47:58.575 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-09-10T18:47:58.576 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing HooksService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-10T18:47:58.577 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-09-10T18:47:58.578 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing LoginService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing SearchService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing TracingService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+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-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+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-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-10T18:47:58.579 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+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-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+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-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing Stream Manager" 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="Initializing Stream Manager" 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T18:47:58+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-10T18:47:58.580 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[30953]: t=2024-09-10T18:47:58+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-09-10T18:47:58.882 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:58.883 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[26156]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:58.883 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[26156]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[23353]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[23353]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:58.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[26156]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[26156]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:58.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:58.886 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[23353]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:58.886 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 bash[23353]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:58.886 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:59.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:59.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[23187]: cluster 2024-09-10T18:47:57.562733+0000 mgr.y (mgr.14142) 179 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:47:59.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[23187]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:59.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:57.825687+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:47:59.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[23187]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:59.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 bash[23187]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:59.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:57.829090+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801861\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801941\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:47:17.801973\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:47:17.802003\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:47:17.802030\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:47:17.802057\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:47:17.802085\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:47:59.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:57.829750+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:47:59.239 INFO:teuthology.orchestra.run.smithi071.stdout:141733920798 2024-09-10T18:47:59.781 INFO:tasks.cephadm.ceph_manager.ceph:need seq 184683593748 got 184683593751 for osd.5 2024-09-10T18:47:59.782 DEBUG:teuthology.parallel:result is None 2024-09-10T18:47:59.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:47:59.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:47:59 smithi071 bash[23353]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:47:59.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:47:59.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:47:59 smithi071 bash[26156]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:48:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:48:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:47:59 smithi145 bash[23187]: audit 2024-09-10T18:47:59.238153+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.71:0/3727403184' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-09-10T18:48:00.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:00.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:00 smithi071 bash[23353]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:00.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:00.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:00 smithi071 bash[26156]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:00 smithi145 bash[23187]: cluster 2024-09-10T18:47:59.563166+0000 mgr.y (mgr.14142) 180 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:01.291 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920796 got 141733920798 for osd.3 2024-09-10T18:48:01.291 DEBUG:teuthology.parallel:result is None 2024-09-10T18:48:02.345 INFO:teuthology.orchestra.run.smithi071.stdout:90194313252 2024-09-10T18:48:02.682 INFO:teuthology.orchestra.run.smithi071.stdout:163208757276 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:02 smithi071 bash[23353]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:02 smithi071 bash[23353]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:02 smithi071 bash[26156]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:02 smithi071 bash[26156]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:02.683 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:02 smithi145 bash[23187]: cluster 2024-09-10T18:48:01.563633+0000 mgr.y (mgr.14142) 181 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:02.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:02 smithi145 bash[23187]: audit 2024-09-10T18:48:02.344910+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.71:0/2252069820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-10T18:48:03.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757274 got 163208757276 for osd.4 2024-09-10T18:48:03.347 DEBUG:teuthology.parallel:result is None 2024-09-10T18:48:03.584 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:03.584 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:03 smithi071 bash[23353]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:03.585 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:03.585 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:03 smithi071 bash[26156]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:03.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:03.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:03 smithi145 bash[23187]: audit 2024-09-10T18:48:02.681718+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.71:0/2185390329' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-09-10T18:48:04.344 INFO:teuthology.orchestra.run.smithi071.stdout:42949673004 2024-09-10T18:48:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:04 smithi145 bash[23187]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:04 smithi145 bash[23187]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:04 smithi071 bash[23353]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:04 smithi071 bash[23353]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:04 smithi071 bash[26156]: cluster 2024-09-10T18:48:03.563952+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:04 smithi071 bash[26156]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:04.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:04.343483+0000 mon.a (mon.0) 626 : audit [DBG] from='client.? 172.21.15.71:0/149310310' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-10T18:48:05.032 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313249 got 90194313252 for osd.1 2024-09-10T18:48:05.033 DEBUG:teuthology.parallel:result is None 2024-09-10T18:48:05.578 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673000 got 42949673004 for osd.0 2024-09-10T18:48:05.578 DEBUG:teuthology.parallel:result is None 2024-09-10T18:48:05.578 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T18:48:05.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:48:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 bash[23187]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 bash[23187]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 bash[23187]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 bash[23187]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:06.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:06.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[26156]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[26156]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[26156]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[26156]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:06.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[23353]: cluster 2024-09-10T18:48:05.564268+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[23353]: audit 2024-09-10T18:48:05.970824+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[23353]: audit 2024-09-10T18:48:05.974114+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"302f53a92a7f\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969944\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:47:42.487320\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:19.445318\"}}, \"last_daemon_update\": \"2024-09-10T18:48:05.970028\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 bash[23353]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:06.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:05.974735+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:08.027 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:48:08.028 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-10T18:48:08.753 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":185,"stamp":"2024-09-10T18:48:07.564459+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":8392984,"kb_used_data":4312,"kb_used_omap":23,"kb_used_meta":8388584,"kb_avail":741568232,"statfs":{"total":767960285184,"available":759365869568,"internally_reserved":8589934592,"allocated":4415488,"data_stored":1782588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24102,"internal_metadata":8589910490},"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.002270"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"58","state":"active+clean","last_fresh":"2024-09-10T18:46:50.641855+0000","last_change":"2024-09-10T18:46:50.641855+0000","last_active":"2024-09-10T18:46:50.641855+0000","last_peered":"2024-09-10T18:46:50.641855+0000","last_clean":"2024-09-10T18:46:50.641855+0000","last_became_active":"2024-09-10T18:46:50.639136+0000","last_became_peered":"2024-09-10T18:46:50.639136+0000","last_unstale":"2024-09-10T18:46:50.641855+0000","last_undegraded":"2024-09-10T18:46:50.641855+0000","last_fullsized":"2024-09-10T18:46:50.641855+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:43:07.641773+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:43:07.641773+0000","last_clean_scrub_stamp":"2024-09-10T18:43:07.641773+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":24102,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":57,"seq":244813135890,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.501},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.65300000000000002}]},{"osd":1,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.57799999999999996}]},{"osd":2,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.58899999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.67500000000000004}]},{"osd":4,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.33800000000000002},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.35199999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.376}]},{"osd":6,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.40200000000000002}]}]},{"osd":6,"up_from":53,"seq":227633266706,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049120,"kb_used_data":536,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696032,"statfs":{"total":95995035648,"available":94920736768,"internally_reserved":1073741824,"allocated":548864,"data_stored":222603,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6393,"internal_metadata":1073735431},"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":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.433},{"interface":"front","average":{"1min":1.395,"5min":1.395,"15min":1.395},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":19.443000000000001,"5min":19.443000000000001,"15min":19.443000000000001},"last":0.35699999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.48299999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":19.454000000000001,"5min":19.454000000000001,"15min":19.454000000000001},"last":0.37},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.498}]},{"osd":3,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":1.415,"5min":1.415,"15min":1.415},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":19.463000000000001,"5min":19.463000000000001,"15min":19.463000000000001},"last":0.48799999999999999},{"interface":"front","average":{"1min":1.427,"5min":1.427,"15min":1.427},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":19.422999999999998,"5min":19.422999999999998,"15min":19.422999999999998},"last":0.51000000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.45500000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.53300000000000003}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.55900000000000005}]}]},{"osd":1,"up_from":21,"seq":90194313253,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8224,"internal_metadata":1073733600},"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":"Tue Sep 10 18:47:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.32800000000000001,"15min":0.32400000000000001},"min":{"1min":0.23300000000000001,"5min":0.191,"15min":0.191},"max":{"1min":0.46600000000000003,"5min":0.496,"15min":0.496},"last":0.17999999999999999},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.33000000000000002,"15min":0.32600000000000001},"min":{"1min":0.214,"5min":0.191,"15min":0.191},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.27700000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:47:38 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.35799999999999998,"15min":0.36199999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.46999999999999997,"5min":0.502,"15min":0.502},"last":0.215},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.45000000000000001,"15min":0.45600000000000002},"min":{"1min":0.32000000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58699999999999997,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.29299999999999998}]},{"osd":3,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.41099999999999998,"15min":0.41499999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.55500000000000005,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.254},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.38800000000000001,"15min":0.39400000000000002},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.193}]},{"osd":4,"last update":"Tue Sep 10 18:47:55 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.504,"15min":0.50600000000000001},"min":{"1min":0.374,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.67400000000000004,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.51200000000000001,"15min":0.50800000000000001},"min":{"1min":0.39600000000000002,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.34599999999999997}]},{"osd":5,"last update":"Tue Sep 10 18:47:14 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.45000000000000001}]},{"osd":6,"last update":"Tue Sep 10 18:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":8.9179999999999993,"5min":8.9179999999999993,"15min":8.9179999999999993},"last":0.42299999999999999}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.48499999999999999},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.40500000000000003}]}]},{"osd":0,"up_from":10,"seq":42949673005,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:13 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.33900000000000002,"15min":0.33300000000000002},"min":{"1min":0.22500000000000001,"5min":0.189,"15min":0.189},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.253},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.35199999999999998,"15min":0.34499999999999997},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.33100000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:47:36 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.371,"15min":0.372},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.308},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.39100000000000001,"15min":0.39700000000000002},"min":{"1min":0.249,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.503,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.38200000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39900000000000002,"15min":0.40300000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54800000000000004,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.36599999999999999},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.38300000000000001,"15min":0.38700000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.46999999999999997,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.32200000000000001}]},{"osd":4,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.53500000000000003,"15min":0.52800000000000002},"min":{"1min":0.42699999999999999,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.57199999999999995},{"interface":"front","average":{"1min":1.3999999999999999,"5min":0.70799999999999996,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":18.143000000000001,"5min":18.143000000000001,"15min":18.143000000000001},"last":0.47399999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.497},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.45600000000000002}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.44800000000000001},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.50700000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.47999999999999998},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3959999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.55400000000000005}]}]},{"osd":2,"up_from":29,"seq":124554051617,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9485,"internal_metadata":1073732339},"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":"Tue Sep 10 18:47:34 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.33100000000000002,"15min":0.33200000000000002},"min":{"1min":0.21199999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.51000000000000001,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.36299999999999999,"15min":0.36699999999999999},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.52000000000000002,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.495}]},{"osd":1,"last update":"Tue Sep 10 18:47:34 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.373,"15min":0.375},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.373},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.375,"15min":0.378},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.52600000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.44800000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:47:39 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.40200000000000002,"15min":0.40799999999999997},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.41199999999999998,"15min":0.41999999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.48099999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53500000000000003,"15min":0.53900000000000003},"min":{"1min":0.34899999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71799999999999997,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.68999999999999995},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.53000000000000003,"15min":0.53200000000000003},"min":{"1min":0.39700000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.68100000000000005,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.60699999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.67700000000000005},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.59399999999999997}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.63300000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.65300000000000002},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.60199999999999998}]}]},{"osd":3,"up_from":33,"seq":141733920800,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.37,"15min":0.373},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.51100000000000001,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.219},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.39200000000000002,"15min":0.39900000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.48099999999999998,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.29799999999999999}]},{"osd":1,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.41799999999999998,"15min":0.42599999999999999},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.495,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.38300000000000001,"15min":0.38700000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.51100000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.28599999999999998}]},{"osd":2,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.42199999999999999,"15min":0.42799999999999999},"min":{"1min":0.29299999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.53100000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.312},{"interface":"front","average":{"1min":0.378,"5min":0.40899999999999997,"15min":0.41399999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.251}]},{"osd":4,"last update":"Tue Sep 10 18:47:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.54700000000000004,"15min":0.54600000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.40300000000000002},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.52600000000000002,"15min":0.52200000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.52800000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:47:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.42599999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.49099999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.45100000000000001}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.46200000000000002},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.47699999999999998}]}]},{"osd":4,"up_from":38,"seq":163208757278,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.51600000000000001,"15min":0.52100000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.502},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40999999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.63700000000000001,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53900000000000003}]},{"osd":1,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.52100000000000002,"15min":0.52400000000000002},"min":{"1min":0.30099999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.65200000000000002,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55300000000000005}]},{"osd":2,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64500000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.50800000000000001,"15min":0.51000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.67200000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.46999999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.51400000000000001,"15min":0.52000000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.56399999999999995,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52800000000000002,"15min":0.52900000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.64300000000000002,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.47899999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:12 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.433}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.378}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.39100000000000001}]}]},{"osd":5,"up_from":43,"seq":184683593754,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049120,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696032,"statfs":{"total":95995035648,"available":94920736768,"internally_reserved":1073741824,"allocated":548864,"data_stored":222603,"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":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.55900000000000005}]},{"osd":1,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.63},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.51600000000000001}]},{"osd":2,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.57699999999999996}]},{"osd":3,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.59299999999999997}]},{"osd":4,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.48099999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.52100000000000002},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.40999999999999998}]},{"osd":7,"last update":"Tue Sep 10 18:47:55 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.42299999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.60899999999999999}]}]}]}} 2024-09-10T18:48:08.755 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T18:48:08.911 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:08.912 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:08 smithi145 bash[23187]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:08.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:08.985 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:08 smithi071 bash[23353]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:08.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:08.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:08 smithi071 bash[26156]: cluster 2024-09-10T18:48:07.564599+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:09.896 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.896 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"1 2024-09-10T18:48:09.897 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 bash[23187]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.897 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 bash[23187]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.897 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 72.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.897 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 bash[23187]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:09.897 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:09.960 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.961 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[23353]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.961 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[26156]: audit 2024-09-10T18:48:08.023739+0000 mgr.y (mgr.14142) 185 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:09.961 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[23353]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.962 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[26156]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.962 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"1 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[26156]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:09.166894+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 bash[23353]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 72.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:09.963 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:09.169790+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"99e719570f0a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166004\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:47:15.796792\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:46:57.686084\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:09.166136\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:10.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:10.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[23353]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:10.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[23353]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:10.636 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[23353]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:10.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:10.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:10.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 bash[23187]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 bash[23187]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 bash[23187]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:10.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[26156]: cephadm 2024-09-10T18:48:09.171373+0000 mgr.y (mgr.14142) 186 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[26156]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 bash[26156]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:09.173167+0000 mgr.y (mgr.14142) 187 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:48:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:09.564936+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.618 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:48:12.619 INFO:teuthology.orchestra.run.smithi071.stderr:dumped all 2024-09-10T18:48:12.627 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.627 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:12 smithi071 bash[23353]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.627 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.628 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:12 smithi071 bash[26156]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:12 smithi145 bash[23187]: cluster 2024-09-10T18:48:11.565207+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:13.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:48:13.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:13.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:13 smithi071 bash[23353]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:13.635 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[35166]: ts=2024-09-10T18:48:13.342Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:48:13.635 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 bash[35028]: ts=2024-09-10T18:48:13.342Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:48:13.635 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 podman[35028]: 2024-09-10 18:48:13.344436763 +0000 UTC m=+31.293604250 container died 302f53a92a7f1c59bee9c6e493b29b0df357ca9ec9d1dd03691ad0f6de14b934 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:13.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:13.635 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:13 smithi071 bash[26156]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:13.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:13.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:13 smithi145 bash[23187]: audit 2024-09-10T18:48:12.614429+0000 mgr.y (mgr.14142) 190 : audit [DBG] from='client.24487 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T18:48:14.010 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 podman[36648]: 2024-09-10 18:48:13.808762743 +0000 UTC m=+0.739447619 container cleanup 302f53a92a7f1c59bee9c6e493b29b0df357ca9ec9d1dd03691ad0f6de14b934 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:14.011 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:13 smithi071 podman[36648]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T18:48:14.011 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 podman[35028]: 2024-09-10 18:48:14.009958403 +0000 UTC m=+31.959125887 container remove 302f53a92a7f1c59bee9c6e493b29b0df357ca9ec9d1dd03691ad0f6de14b934 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 35166 (conmon) remains running after unit stopped. 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 36662 (podman) remains running after unit stopped. 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: Starting Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 podman[36676]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a" found: no such container 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 systemd[1]: Started Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:48:14.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 podman[36690]: 2024-09-10 18:48:14.171402073 +0000 UTC m=+0.100853524 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 prom/alertmanager 2024-09-10T18:48:14.496 INFO:teuthology.orchestra.run.smithi071.stdout:{"pg_ready":true,"pg_map":{"version":187,"stamp":"2024-09-10T18:48:11.565080+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":8392984,"kb_used_data":4312,"kb_used_omap":23,"kb_used_meta":8388584,"kb_avail":741568232,"statfs":{"total":767960285184,"available":759365869568,"internally_reserved":8589934592,"allocated":4415488,"data_stored":1782588,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24102,"internal_metadata":8589910490},"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.002127"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"58","state":"active+clean","last_fresh":"2024-09-10T18:46:50.641855+0000","last_change":"2024-09-10T18:46:50.641855+0000","last_active":"2024-09-10T18:46:50.641855+0000","last_peered":"2024-09-10T18:46:50.641855+0000","last_clean":"2024-09-10T18:46:50.641855+0000","last_became_active":"2024-09-10T18:46:50.639136+0000","last_became_peered":"2024-09-10T18:46:50.639136+0000","last_unstale":"2024-09-10T18:46:50.641855+0000","last_undegraded":"2024-09-10T18:46:50.641855+0000","last_fullsized":"2024-09-10T18:46:50.641855+0000","mapping_epoch":57,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":58,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T18:43:07.641773+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T18:43:07.641773+0000","last_clean_scrub_stamp":"2024-09-10T18:43:07.641773+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":24102,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":57,"seq":244813135891,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.68999999999999995,"5min":0.68999999999999995,"15min":0.68999999999999995},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.52100000000000002}]},{"osd":1,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.41199999999999998},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.46800000000000003}]},{"osd":2,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.42999999999999999},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.502}]},{"osd":3,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.47699999999999998}]},{"osd":4,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.58899999999999997,"5min":0.58899999999999997,"15min":0.58899999999999997},"last":0.52600000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.625,"5min":0.625,"15min":0.625},"last":0.439},{"interface":"front","average":{"1min":0.43099999999999999,"5min":0.43099999999999999,"15min":0.43099999999999999},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.41899999999999998}]},{"osd":6,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.45000000000000001},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.50900000000000001}]}]},{"osd":6,"up_from":53,"seq":227633266707,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049120,"kb_used_data":536,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696032,"statfs":{"total":95995035648,"available":94920736768,"internally_reserved":1073741824,"allocated":548864,"data_stored":222603,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6393,"internal_metadata":1073735431},"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":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.49299999999999999},{"interface":"front","average":{"1min":1.395,"5min":1.395,"15min":1.395},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":19.443000000000001,"5min":19.443000000000001,"15min":19.443000000000001},"last":0.38500000000000001}]},{"osd":1,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.46100000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":1.4199999999999999,"5min":1.4199999999999999,"15min":1.4199999999999999},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":19.454000000000001,"5min":19.454000000000001,"15min":19.454000000000001},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.44400000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":1.415,"5min":1.415,"15min":1.415},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":19.463000000000001,"5min":19.463000000000001,"15min":19.463000000000001},"last":0.40000000000000002},{"interface":"front","average":{"1min":1.427,"5min":1.427,"15min":1.427},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":19.422999999999998,"5min":19.422999999999998,"15min":19.422999999999998},"last":0.42399999999999999}]},{"osd":4,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.432,"5min":0.432,"15min":0.432},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.67700000000000005,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.35199999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.38}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.46700000000000003}]}]},{"osd":1,"up_from":21,"seq":90194313254,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8224,"internal_metadata":1073733600},"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":"Tue Sep 10 18:47:14 2024","interfaces":[{"interface":"back","average":{"1min":0.35199999999999998,"5min":0.32800000000000001,"15min":0.32400000000000001},"min":{"1min":0.23300000000000001,"5min":0.191,"15min":0.191},"max":{"1min":0.46600000000000003,"5min":0.496,"15min":0.496},"last":0.37},{"interface":"front","average":{"1min":0.35599999999999998,"5min":0.33000000000000002,"15min":0.32600000000000001},"min":{"1min":0.214,"5min":0.191,"15min":0.191},"max":{"1min":0.505,"5min":0.505,"15min":0.505},"last":0.38}]},{"osd":2,"last update":"Tue Sep 10 18:47:38 2024","interfaces":[{"interface":"back","average":{"1min":0.33200000000000002,"5min":0.35799999999999998,"15min":0.36199999999999999},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.46999999999999997,"5min":0.502,"15min":0.502},"last":0.33900000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.45000000000000001,"15min":0.45600000000000002},"min":{"1min":0.32000000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.58699999999999997,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.40400000000000003}]},{"osd":3,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.41099999999999998,"15min":0.41499999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.55500000000000005,"5min":0.60399999999999998,"15min":0.60399999999999998},"last":0.436},{"interface":"front","average":{"1min":0.35399999999999998,"5min":0.38800000000000001,"15min":0.39400000000000002},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.60599999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"last":0.42399999999999999}]},{"osd":4,"last update":"Tue Sep 10 18:47:55 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.504,"15min":0.50600000000000001},"min":{"1min":0.374,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.67400000000000004,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.51200000000000001,"15min":0.50800000000000001},"min":{"1min":0.39600000000000002,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.70299999999999996}]},{"osd":5,"last update":"Tue Sep 10 18:47:14 2024","interfaces":[{"interface":"back","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.73299999999999998,"5min":0.73299999999999998,"15min":0.73299999999999998},"last":0.69399999999999995}]},{"osd":6,"last update":"Tue Sep 10 18:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.84199999999999997,"5min":0.84199999999999997,"15min":0.84199999999999997},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.97399999999999998,"15min":0.97399999999999998},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":8.9179999999999993,"5min":8.9179999999999993,"15min":8.9179999999999993},"last":0.68400000000000005}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.66200000000000003},{"interface":"front","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.67100000000000004}]}]},{"osd":0,"up_from":10,"seq":42949673006,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:13 2024","interfaces":[{"interface":"back","average":{"1min":0.374,"5min":0.33900000000000002,"15min":0.33300000000000002},"min":{"1min":0.22500000000000001,"5min":0.189,"15min":0.189},"max":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.35199999999999998,"15min":0.34499999999999997},"min":{"1min":0.224,"5min":0.224,"15min":0.224},"max":{"1min":0.51400000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.40699999999999997}]},{"osd":2,"last update":"Tue Sep 10 18:47:36 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.371,"15min":0.372},"min":{"1min":0.218,"5min":0.218,"15min":0.218},"max":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"last":0.34699999999999998},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.39100000000000001,"15min":0.39700000000000002},"min":{"1min":0.249,"5min":0.20699999999999999,"15min":0.20699999999999999},"max":{"1min":0.503,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.36099999999999999}]},{"osd":3,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.379,"5min":0.39900000000000002,"15min":0.40300000000000002},"min":{"1min":0.23499999999999999,"5min":0.23499999999999999,"15min":0.23499999999999999},"max":{"1min":0.54800000000000004,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.45700000000000002},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.38300000000000001,"15min":0.38700000000000001},"min":{"1min":0.223,"5min":0.223,"15min":0.223},"max":{"1min":0.46999999999999997,"5min":0.49399999999999999,"15min":0.49399999999999999},"last":0.39400000000000002}]},{"osd":4,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.57699999999999996,"5min":0.53500000000000003,"15min":0.52800000000000002},"min":{"1min":0.42699999999999999,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.72399999999999998,"5min":0.72399999999999998,"15min":0.72399999999999998},"last":0.499},{"interface":"front","average":{"1min":1.3999999999999999,"5min":0.70799999999999996,"15min":0.59199999999999997},"min":{"1min":0.41999999999999998,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":18.143000000000001,"5min":18.143000000000001,"15min":18.143000000000001},"last":0.51800000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.44900000000000001},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.52700000000000002}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.46700000000000003}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.49199999999999999},{"interface":"front","average":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"min":{"1min":0.44400000000000001,"5min":0.44400000000000001,"15min":0.44400000000000001},"max":{"1min":1.3959999999999999,"5min":1.3959999999999999,"15min":1.3959999999999999},"last":0.53800000000000003}]}]},{"osd":2,"up_from":29,"seq":124554051618,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9485,"internal_metadata":1073732339},"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":"Tue Sep 10 18:47:34 2024","interfaces":[{"interface":"back","average":{"1min":0.32400000000000001,"5min":0.33100000000000002,"15min":0.33200000000000002},"min":{"1min":0.21199999999999999,"5min":0.20100000000000001,"15min":0.20100000000000001},"max":{"1min":0.51000000000000001,"5min":0.55200000000000005,"15min":0.55200000000000005},"last":0.22600000000000001},{"interface":"front","average":{"1min":0.34000000000000002,"5min":0.36299999999999999,"15min":0.36699999999999999},"min":{"1min":0.192,"5min":0.192,"15min":0.192},"max":{"1min":0.52000000000000002,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.307}]},{"osd":1,"last update":"Tue Sep 10 18:47:34 2024","interfaces":[{"interface":"back","average":{"1min":0.36099999999999999,"5min":0.373,"15min":0.375},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.29499999999999998},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.375,"15min":0.378},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.52600000000000002,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.255}]},{"osd":3,"last update":"Tue Sep 10 18:47:39 2024","interfaces":[{"interface":"back","average":{"1min":0.36399999999999999,"5min":0.40200000000000002,"15min":0.40799999999999997},"min":{"1min":0.23300000000000001,"5min":0.23300000000000001,"15min":0.23300000000000001},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.26300000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.41199999999999998,"15min":0.41999999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.27400000000000002}]},{"osd":4,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.53500000000000003,"15min":0.53900000000000003},"min":{"1min":0.34899999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.71799999999999997,"5min":0.74099999999999999,"15min":0.74099999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.53000000000000003,"15min":0.53200000000000003},"min":{"1min":0.39700000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"max":{"1min":0.68100000000000005,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.40000000000000002}]},{"osd":5,"last update":"Tue Sep 10 18:47:10 2024","interfaces":[{"interface":"back","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.77500000000000002,"5min":0.77500000000000002,"15min":0.77500000000000002},"last":0.498}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.434}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.40500000000000003,"5min":0.40500000000000003,"15min":0.40500000000000003},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.41199999999999998}]}]},{"osd":3,"up_from":33,"seq":141733920801,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"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":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.35099999999999998,"5min":0.37,"15min":0.373},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.51100000000000001,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.36899999999999999},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.39200000000000002,"15min":0.39900000000000002},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.48099999999999998,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.38}]},{"osd":1,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.41799999999999998,"15min":0.42599999999999999},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.495,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.438},{"interface":"front","average":{"1min":0.35499999999999998,"5min":0.38300000000000001,"15min":0.38700000000000001},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.51100000000000001,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.45600000000000002}]},{"osd":2,"last update":"Tue Sep 10 18:47:41 2024","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.42199999999999999,"15min":0.42799999999999999},"min":{"1min":0.29299999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.53100000000000003,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.42399999999999999},{"interface":"front","average":{"1min":0.378,"5min":0.40899999999999997,"15min":0.41399999999999998},"min":{"1min":0.249,"5min":0.249,"15min":0.249},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.40000000000000002}]},{"osd":4,"last update":"Tue Sep 10 18:47:56 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.54700000000000004,"15min":0.54600000000000004},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.88900000000000001},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.52600000000000002,"15min":0.52200000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.748}]},{"osd":5,"last update":"Tue Sep 10 18:47:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.54400000000000004,"5min":0.54400000000000004,"15min":0.54400000000000004},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.71699999999999997}]},{"osd":6,"last update":"Tue Sep 10 18:47:45 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.82399999999999995}]},{"osd":7,"last update":"Tue Sep 10 18:47:51 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.91400000000000003},{"interface":"front","average":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.86499999999999999,"5min":0.86499999999999999,"15min":0.86499999999999999},"last":0.92200000000000004}]}]},{"osd":4,"up_from":38,"seq":163208757278,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049124,"kb_used_data":540,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696028,"statfs":{"total":95995035648,"available":94920732672,"internally_reserved":1073741824,"allocated":552960,"data_stored":222897,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48499999999999999,"5min":0.51600000000000001,"15min":0.52100000000000002},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.68899999999999995,"5min":0.68899999999999995,"15min":0.68899999999999995},"last":0.502},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.40999999999999998,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.63700000000000001,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.53900000000000003}]},{"osd":1,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34599999999999997,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.59599999999999997},{"interface":"front","average":{"1min":0.503,"5min":0.52100000000000002,"15min":0.52400000000000002},"min":{"1min":0.30099999999999999,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.65200000000000002,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.55300000000000005}]},{"osd":2,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.52500000000000002,"15min":0.52800000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.64500000000000002,"5min":0.67700000000000005,"15min":0.67700000000000005},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.49399999999999999,"5min":0.50800000000000001,"15min":0.51000000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.67200000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.46999999999999997}]},{"osd":3,"last update":"Tue Sep 10 18:47:57 2024","interfaces":[{"interface":"back","average":{"1min":0.48099999999999998,"5min":0.51400000000000001,"15min":0.52000000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.56399999999999995,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52800000000000002,"15min":0.52900000000000003},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.64300000000000002,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.47899999999999998}]},{"osd":5,"last update":"Tue Sep 10 18:47:12 2024","interfaces":[{"interface":"back","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.623,"5min":0.623,"15min":0.623},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.42599999999999999,"5min":0.42599999999999999,"15min":0.42599999999999999},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.433}]},{"osd":6,"last update":"Tue Sep 10 18:47:46 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"last":0.40200000000000002},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.378}]},{"osd":7,"last update":"Tue Sep 10 18:47:52 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.77100000000000002,"5min":0.77100000000000002,"15min":0.77100000000000002},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.30599999999999999,"5min":0.30599999999999999,"15min":0.30599999999999999},"max":{"1min":0.73599999999999999,"5min":0.73599999999999999,"15min":0.73599999999999999},"last":0.39100000000000001}]}]},{"osd":5,"up_from":43,"seq":184683593755,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049120,"kb_used_data":536,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696032,"statfs":{"total":95995035648,"available":94920736768,"internally_reserved":1073741824,"allocated":548864,"data_stored":222603,"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":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.75600000000000001,"5min":0.75600000000000001,"15min":0.75600000000000001},"last":0.40999999999999998}]},{"osd":1,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.85199999999999998,"5min":0.85199999999999998,"15min":0.85199999999999998},"last":0.35699999999999998},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.38800000000000001}]},{"osd":2,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.38100000000000001}]},{"osd":3,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.371}]},{"osd":4,"last update":"Tue Sep 10 18:47:11 2024","interfaces":[{"interface":"back","average":{"1min":0.38,"5min":0.38,"15min":0.38},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"last":0.316},{"interface":"front","average":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.29999999999999999}]},{"osd":6,"last update":"Tue Sep 10 18:47:47 2024","interfaces":[{"interface":"back","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.70599999999999996,"5min":0.70599999999999996,"15min":0.70599999999999996},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.63,"5min":0.63,"15min":0.63},"last":0.33600000000000002}]},{"osd":7,"last update":"Tue Sep 10 18:47:55 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.30199999999999999,"5min":0.30199999999999999,"15min":0.30199999999999999},"max":{"1min":0.65800000000000003,"5min":0.65800000000000003,"15min":0.65800000000000003},"last":0.28799999999999998},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"last":0.34200000000000003}]}]}]}} 2024-09-10T18:48:14.497 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T18:48:14.497 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T18:48:14.497 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T18:48:14.498 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T18:48:14.631 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[26156]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.632 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[23353]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.632 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[26156]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[23353]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[26156]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.634 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:14 smithi071 bash[23353]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.634 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 bash[23187]: cluster 2024-09-10T18:48:13.565464+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:14.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 bash[23187]: audit 2024-09-10T18:48:14.077675+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:14.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:14 smithi145 bash[23187]: audit 2024-09-10T18:48:14.081428+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969594\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969686\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:05.969717\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:05.969745\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:05.969772\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:05.969799\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:05.969826\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:05.969853\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:14.951 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:14 smithi071 podman[36690]: 2024-09-10 18:48:14.630503667 +0000 UTC m=+0.559955105 container create d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:15.278 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 podman[36690]: 2024-09-10 18:48:15.034896669 +0000 UTC m=+0.964348113 container init d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:15.278 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 podman[36690]: 2024-09-10 18:48:15.038181307 +0000 UTC m=+0.967632751 container start d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:15.278 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.047Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.047Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.048Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.049Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.070Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.070Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.072Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:15.072Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 podman[36690]: 2024-09-10 18:48:15.151594461 +0000 UTC m=+1.081045977 container attach d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.047Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.047Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.048Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.049Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:48:15.279 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.070Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:48:15.280 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.070Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:48:15.280 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.072Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:48:15.280 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[36690]: ts=2024-09-10T18:48:15.072Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:48:15.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[23353]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[23353]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:15.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[26156]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:15 smithi071 bash[26156]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:15.757 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.757 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:15.757 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:15 smithi145 bash[23187]: cephadm 2024-09-10T18:48:14.082061+0000 mgr.y (mgr.14142) 192 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:48:15.757 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:15 smithi145 bash[23187]: cephadm 2024-09-10T18:48:14.084800+0000 mgr.y (mgr.14142) 193 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:48:16.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:16.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:16 smithi071 bash[26156]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:16.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:16.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:16 smithi071 bash[23353]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:16.681 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:48:16.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:16.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[23187]: cluster 2024-09-10T18:48:15.565894+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:17.238 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 systemd[1]: Stopping Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:48:17.238 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T18:48:17.238 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T18:48:17.238 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.986Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T18:48:17.239 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 bash[30355]: ts=2024-09-10T18:48:16.987Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.986Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[30400]: ts=2024-09-10T18:48:16.987Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T18:48:17.240 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:16 smithi145 podman[30355]: 2024-09-10 18:48:16.989737462 +0000 UTC m=+61.297859449 container died 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:17.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:17.049Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000721944s 2024-09-10T18:48:17.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:17 smithi071 bash[36690]: ts=2024-09-10T18:48:17.049Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000721944s 2024-09-10T18:48:17.389 INFO:teuthology.orchestra.run.smithi071.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T18:48:17.389 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T18:48:17.389 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T18:48:17.390 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:48:17.399 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-09-10T18:48:17.400 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -- bash -c 'ceph config set mgr mgr/cephadm/use_repo_digest false --force' 2024-09-10T18:48:17.505 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.505 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:17 smithi145 bash[23187]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.505 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31485]: 2024-09-10 18:48:17.336360416 +0000 UTC m=+0.446187817 container cleanup 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:17.505 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31485]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:48:17.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.633 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:17 smithi071 bash[23353]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.633 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:17 smithi071 bash[26156]: audit 2024-09-10T18:48:16.680447+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.71:0/851380176' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-10T18:48:17.764 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31497]: 2024-09-10 18:48:17.504315617 +0000 UTC m=+0.506513576 container remove 99e719570f0a9eb880d817f1bc75b5d67cbc947626b6771edb2978aa50e409ff (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:17.764 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-10T18:48:17.764 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 systemd[1]: Stopped Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:48:17.764 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 systemd[1]: Starting Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:48:17.765 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31514]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-10T18:48:17.765 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 systemd[1]: Started Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:48:17.765 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31528]: 2024-09-10 18:48:17.667720437 +0000 UTC m=+0.096767350 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-10T18:48:17.765 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31528]: 2024-09-10 18:48:17.763498357 +0000 UTC m=+0.192545312 container create fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31528]: 2024-09-10 18:48:17.973779623 +0000 UTC m=+0.402826541 container init fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 podman[31528]: 2024-09-10 18:48:17.976549724 +0000 UTC m=+0.405596646 container start fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.995Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.995Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.995Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:48:18.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.995Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.996Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.996Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.997Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:17.998Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.000Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.000Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.1µs 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-10T18:48:18.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.001Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.843µs wal_replay_duration=273.263µs wbl_replay_duration=99ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.1µs total_replay_duration=317.056µs 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=598.157µs db_storage=787ns remote_storage=1.005µs web_handler=185ns query_engine=3.771µs scrape=312.73µs scrape_sd=21.514µs notify=15.935µs notify_sd=4.93µs rules=22.485µs tracing=4.528µs 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:48:18.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:48:18.003Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:48:18.474 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.995Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.995Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.995Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.995Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.996Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.996Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.997Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:17.998Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.000Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.000Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.1µs 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-09-10T18:48:18.475 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.001Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.843µs wal_replay_duration=273.263µs wbl_replay_duration=99ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.1µs total_replay_duration=317.056µs 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=598.157µs db_storage=787ns remote_storage=1.005µs web_handler=185ns query_engine=3.771µs scrape=312.73µs scrape_sd=21.514µs notify=15.935µs notify_sd=4.93µs rules=22.485µs tracing=4.528µs 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 podman[31528]: 2024-09-10 18:48:18.052476592 +0000 UTC m=+0.481523521 container attach fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:48:18.476 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[31528]: ts=2024-09-10T18:48:18.003Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:48:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 bash[23187]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:18.788 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.789 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.790 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[26156]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:18.791 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:17.566130+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:18.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.792 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.792 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:17.578082+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 bash[23353]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:18.793 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:17.580581+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165781\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165861\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:09.165896\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:09.165924\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:09.165951\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:09.165978\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:09.166031\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:09.166057\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:18.794 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:17.580923+0000 mgr.y (mgr.14142) 196 : cephadm [INF] Setting dashboard grafana config to https://smithi145:3000 2024-09-10T18:48:18.794 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:17.581084+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T18:48:18.794 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:17.586438+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T18:48:18.794 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:17.589038+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:19.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 bash[23187]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 bash[23187]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 bash[23187]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:19.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:19.786 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[23353]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[23353]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[23353]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[26156]: audit 2024-09-10T18:48:19.421625+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.71:0/3368277960' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[26156]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.787 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 bash[26156]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:19.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:19.421942+0000 mon.a (mon.0) 639 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]: dispatch 2024-09-10T18:48:19.788 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:19.425557+0000 mon.a (mon.0) 640 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "mgr/cephadm/use_repo_digest", "value": "false", "force": true}]': finished 2024-09-10T18:48:20.690 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T18:48:20.699 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi071.front.sepia.ceph.com 2024-09-10T18:48:20.700 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-09-10T18:48:20.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:20.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:20 smithi145 bash[23187]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:20.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:20 smithi071 bash[23353]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:20 smithi071 bash[26156]: cluster 2024-09-10T18:48:19.566510+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.780 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.780 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:22 smithi071 bash[23353]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.780 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.780 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:22 smithi071 bash[26156]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:22.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:22 smithi145 bash[23187]: cluster 2024-09-10T18:48:21.566888+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:23.595 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:48:23.595 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "9fd4505a-34fb-46eb-9cf5-6d99a5e2b392", 2024-09-10T18:48:23.596 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "r", 2024-09-10T18:48:23.596 INFO:teuthology.orchestra.run.smithi071.stdout: "current_period": "2d9f420e-5f2a-4993-aeb1-aa495eca5ddf", 2024-09-10T18:48:23.596 INFO:teuthology.orchestra.run.smithi071.stdout: "epoch": 1 2024-09-10T18:48:23.596 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:48:23.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:23 smithi071 bash[26156]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:23 smithi071 bash[26156]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:23 smithi071 bash[23353]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:23 smithi071 bash[23353]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:23.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:24.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:24.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:23 smithi145 bash[23187]: cluster 2024-09-10T18:48:22.562116+0000 mon.a (mon.0) 641 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-09-10T18:48:24.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:23 smithi145 bash[23187]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:24.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:22.564530+0000 mon.a (mon.0) 642 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-09-10T18:48:24.404 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-09-10T18:48:24.656 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.656 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.656 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.656 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.657 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.658 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.658 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[26156]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.659 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:24.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 bash[23353]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:24.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.660 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: audit 2024-09-10T18:48:23.564077+0000 mon.a (mon.0) 643 : audit [INF] from='client.? 172.21.15.71:0/2094409795' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: cluster 2024-09-10T18:48:23.564228+0000 mon.a (mon.0) 644 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:23.567231+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v195: 33 pgs: 3 creating+peering, 1 active+clean, 29 unknown; 0 B data, 4.3 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:48:24.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 bash[23187]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:24.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:23.700588+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:24.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:23.703579+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699498\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699575\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:23.699607\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:23.699635\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:23.699662\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:23.699689\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:23.699716\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699744\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:23.699772\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:23.699842\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:24.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:23.704226+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:25.327 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:48:25.064Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.015799322s 2024-09-10T18:48:25.328 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:48:25 smithi071 bash[36690]: ts=2024-09-10T18:48:25.064Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.015799322s 2024-09-10T18:48:25.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:25.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:25 smithi071 bash[23353]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:25.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:25.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:25 smithi071 bash[26156]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:25.893 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:25.893 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:25 smithi145 bash[23187]: cluster 2024-09-10T18:48:24.575146+0000 mon.a (mon.0) 648 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-09-10T18:48:26.106 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:48:26.106 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "8ba96020-490a-42ae-9966-f072d5e85e07", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "api_name": "default", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "is_master": "true", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames": [], 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames_s3website": [], 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "zones": [], 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_targets": [], 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "default_placement": "", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "9fd4505a-34fb-46eb-9cf5-6d99a5e2b392", 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_policy": { 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: "groups": [] 2024-09-10T18:48:26.107 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:26.108 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:48:26.769 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.769 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:26 smithi071 bash[23353]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.769 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.769 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:26 smithi071 bash[26156]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:26 smithi145 bash[23187]: cluster 2024-09-10T18:48:25.567509+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v197: 33 pgs: 3 creating+peering, 20 active+clean, 10 unknown; 369 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 682 B/s wr, 0 op/s 2024-09-10T18:48:26.784 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-09-10T18:48:27.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0. 2024-09-10T18:48:27.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[26156]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[26156]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:27.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[26156]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:27.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[23353]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:27.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networ 2024-09-10T18:48:27.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:27.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"17 2024-09-10T18:48:27.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:27.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:27.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:27.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[23353]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:27.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 bash[23353]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:27.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-0 2024-09-10T18:48:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 9-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 bash[23187]: audit 2024-09-10T18:48:26.860941+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:28.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 bash[23187]: audit 2024-09-10T18:48:26.866091+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859762\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859837\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:26.859882\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:26.859911\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:26.859938\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:26.859965\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.859993\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:26.860020\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:26.860051\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:26.860122\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 bash[23187]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:28.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:26.867957+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:28.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:28.915 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:28 smithi071 bash[23353]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:28.915 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:28.915 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:28 smithi071 bash[26156]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:28 smithi145 bash[23187]: cluster 2024-09-10T18:48:27.567782+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v198: 33 pgs: 3 creating+peering, 30 active+clean; 562 B data, 4.5 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s wr, 1 op/s 2024-09-10T18:48:29.132 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "ddc6100e-44cb-46bd-b375-6e54d58063ce", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "z", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "domain_root": "z.rgw.meta:root", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "control_pool": "z.rgw.control", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "gc_pool": "z.rgw.log:gc", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "lc_pool": "z.rgw.log:lc", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "log_pool": "z.rgw.log", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "roles_pool": "z.rgw.meta:roles", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-09-10T18:48:29.133 INFO:teuthology.orchestra.run.smithi071.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "otp_pool": "z.rgw.otp", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "system_key": { 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "access_key": "", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "secret_key": "" 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_pools": [ 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "key": "default-placement", 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "val": { 2024-09-10T18:48:29.134 INFO:teuthology.orchestra.run.smithi071.stdout: "index_pool": "z.rgw.buckets.index", 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "storage_classes": { 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "STANDARD": { 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "data_pool": "z.rgw.buckets.data" 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "index_type": 0 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "9fd4505a-34fb-46eb-9cf5-6d99a5e2b392" 2024-09-10T18:48:29.135 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:48:29.761 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-09-10T18:48:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:30 smithi145 bash[23187]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:31.032 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:31.032 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:30 smithi071 bash[23353]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:31.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:30 smithi071 bash[26156]: cluster 2024-09-10T18:48:29.568056+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v199: 33 pgs: 33 active+clean; 700 B data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.709 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.710 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:32 smithi071 bash[23353]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.710 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.710 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:32 smithi071 bash[26156]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:32 smithi145 bash[23187]: cluster 2024-09-10T18:48:31.568577+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v200: 33 pgs: 33 active+clean; 1.1 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 383 B/s rd, 1.9 KiB/s wr, 2 op/s 2024-09-10T18:48:33.755 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 bash[23187]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 bash[23187]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 bash[23187]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 bash[23187]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 bash[23187]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.756 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[26156]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[26156]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[23353]: cluster 2024-09-10T18:48:32.455288+0000 mon.a (mon.0) 652 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-09-10T18:48:33.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[23353]: audit 2024-09-10T18:48:32.457078+0000 mon.a (mon.0) 653 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-09-10T18:48:33.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[26156]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[23353]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[26156]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[26156]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:33.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:33.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:33.126982+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:33.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[23353]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 bash[23353]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:33.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:33.129934+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}}, \"last_daemon_update\": \"2024-09-10T18:48:33.126202\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:33.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:33.130536+0000 mon.a (mon.0) 656 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[23353]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[23353]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[23353]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[26156]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[26156]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 bash[26156]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:34.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 bash[23187]: audit 2024-09-10T18:48:33.456499+0000 mon.a (mon.0) 657 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 bash[23187]: cluster 2024-09-10T18:48:33.456641+0000 mon.a (mon.0) 658 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 bash[23187]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:34.751 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:33.568986+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v203: 65 pgs: 26 unknown, 39 active+clean; 1.8 KiB data, 4.7 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-09-10T18:48:35.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:35.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:35 smithi145 bash[23187]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:35 smithi145 bash[23187]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:35 smithi071 bash[23353]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:35 smithi071 bash[23353]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:35.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:35 smithi071 bash[26156]: cluster 2024-09-10T18:48:34.471867+0000 mon.a (mon.0) 659 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-09-10T18:48:35.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:35 smithi071 bash[26156]: audit 2024-09-10T18:48:34.472988+0000 mon.a (mon.0) 660 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-09-10T18:48:36.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[23353]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[23353]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[23353]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[26156]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[26156]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.744 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[26156]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[23353]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15 2024-09-10T18:48:36.746 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.746 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[23353]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:36.746 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.746 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[26156]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"17 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.1 2024-09-10T18:48:36.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 5.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:36.748 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:36 smithi071 bash[26156]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:36.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 bash[23187]: audit 2024-09-10T18:48:35.484465+0000 mon.a (mon.0) 661 : audit [INF] from='client.? 172.21.15.71:0/1669839016' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-09-10T18:48:36.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 bash[23187]: cluster 2024-09-10T18:48:35.484590+0000 mon.a (mon.0) 662 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-09-10T18:48:36.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 bash[23187]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 bash[23187]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:35.569318+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v206: 97 pgs: 10 creating+peering, 31 unknown, 56 active+clean; 1.8 KiB data, 4.8 MiB used, 707 GiB / 715 GiB avail; 3.5 KiB/s rd, 255 B/s wr, 3 op/s 2024-09-10T18:48:36.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 bash[23187]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:36.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:36.399890+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172 2024-09-10T18:48:36.783 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: .21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:36.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:36.402883+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}}, \"last_daemon_update\": \"2024-09-10T18:48:36.399107\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": 2024-09-10T18:48:36.784 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:37.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 bash[23187]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 bash[23187]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 bash[23187]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[23353]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[23353]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[23353]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[26156]: cluster 2024-09-10T18:48:36.495014+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-09-10T18:48:37.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[26156]: audit 2024-09-10T18:48:36.498091+0000 mon.c (mon.1) 24 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:37.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:37 smithi071 bash[26156]: audit 2024-09-10T18:48:36.498606+0000 mon.a (mon.0) 666 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 bash[23187]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[23353]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 bash[26156]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:37.494150+0000 mon.a (mon.0) 667 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:37.494272+0000 mon.a (mon.0) 668 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:37.515701+0000 mon.c (mon.1) 25 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:37.516374+0000 mon.a (mon.0) 669 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-09-10T18:48:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:37.569744+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 2 creating+activating, 14 creating+peering, 38 unknown, 75 active+clean; 1.8 KiB data, 4.9 MiB used, 707 GiB / 715 GiB avail; 3.7 KiB/s rd, 3 op/s 2024-09-10T18:48:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:38.496729+0000 mon.a (mon.0) 670 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-09-10T18:48:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:38.496800+0000 mon.a (mon.0) 671 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-09-10T18:48:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:38.497410+0000 mon.c (mon.1) 26 : audit [INF] from='client.? 172.21.15.71:0/4141430645' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:38.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:38.497697+0000 mon.a (mon.0) 672 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-09-10T18:48:39.584 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "1f0f8959-b2c9-4b06-84df-6fafe29d0bc1", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "epoch": 1, 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "predecessor_uuid": "2d9f420e-5f2a-4993-aeb1-aa495eca5ddf", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_status": [], 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "period_map": { 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "1f0f8959-b2c9-4b06-84df-6fafe29d0bc1", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "zonegroups": [ 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "8ba96020-490a-42ae-9966-f072d5e85e07", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "api_name": "default", 2024-09-10T18:48:39.585 INFO:teuthology.orchestra.run.smithi071.stdout: "is_master": "true", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames": [], 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "hostnames_s3website": [], 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "ddc6100e-44cb-46bd-b375-6e54d58063ce", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "zones": [ 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "id": "ddc6100e-44cb-46bd-b375-6e54d58063ce", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "z", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "endpoints": [], 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "log_meta": "false", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "log_data": "false", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "bucket_index_max_shards": 11, 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "read_only": "false", 2024-09-10T18:48:39.586 INFO:teuthology.orchestra.run.smithi071.stdout: "tier_type": "", 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_from_all": "true", 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_from": [], 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "redirect_zone": "" 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "placement_targets": [ 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "name": "default-placement", 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "tags": [], 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "storage_classes": [ 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: "STANDARD" 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-10T18:48:39.587 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "default_placement": "default-placement", 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "9fd4505a-34fb-46eb-9cf5-6d99a5e2b392", 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "sync_policy": { 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "groups": [] 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: ], 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "short_zone_ids": [ 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: { 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "key": "ddc6100e-44cb-46bd-b375-6e54d58063ce", 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: "val": 751011203 2024-09-10T18:48:39.588 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: ] 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zonegroup": "8ba96020-490a-42ae-9966-f072d5e85e07", 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "master_zone": "ddc6100e-44cb-46bd-b375-6e54d58063ce", 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "period_config": { 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "bucket_quota": { 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "enabled": false, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "check_on_raw": false, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size": -1, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size_kb": 0, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "max_objects": -1 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "user_quota": { 2024-09-10T18:48:39.589 INFO:teuthology.orchestra.run.smithi071.stdout: "enabled": false, 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "check_on_raw": false, 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size": -1, 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "max_size_kb": 0, 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "max_objects": -1 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_id": "9fd4505a-34fb-46eb-9cf5-6d99a5e2b392", 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_name": "r", 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout: "realm_epoch": 2 2024-09-10T18:48:39.590 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:48:40.308 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-09-10T18:48:40.557 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[23353]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[23353]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[23353]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[26156]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[26156]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.558 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 bash[26156]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:40.559 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 bash[23187]: audit 2024-09-10T18:48:39.497348+0000 mon.a (mon.0) 673 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-09-10T18:48:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 bash[23187]: cluster 2024-09-10T18:48:39.497399+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-09-10T18:48:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 bash[23187]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:40.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:39.570163+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v212: 129 pgs: 2 creating+activating, 9 creating+peering, 17 unknown, 101 active+clean; 2.4 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 1.5 KiB/s wr, 7 op/s 2024-09-10T18:48:42.184 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled rgw update... 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.763 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 bash[23187]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.764 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.765 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.765 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.765 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[23353]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 bash[26156]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:41.570598+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v213: 129 pgs: 4 creating+peering, 125 active+clean; 5.5 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 4.9 KiB/s wr, 17 op/s 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.179004+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.181697+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.183379+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.188940+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.189698+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.195231+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.196205+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.201986+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.202770+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.207901+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi145.tcbxrc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.208669+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.209849+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi145.tcbxrc", "key": "container_image"}]: dispatch 2024-09-10T18:48:42.878 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:48:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 bash[23187]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 bash[23187]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 bash[23187]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:43.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[23353]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[23353]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[23353]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[26156]: audit 2024-09-10T18:48:42.178201+0000 mgr.y (mgr.14142) 209 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[26156]: cephadm 2024-09-10T18:48:42.178683+0000 mgr.y (mgr.14142) 210 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 bash[26156]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:43.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:42.209476+0000 mgr.y (mgr.14142) 211 : cephadm [INF] Deploying daemon rgw.r.z.smithi145.tcbxrc on smithi145 2024-09-10T18:48:44.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 bash[23187]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09- 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:44.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": { 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[26156]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:43.571160+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 6.8 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 6.2 KiB/s wr, 23 op/s 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.905302+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47 2024-09-10T18:48:44.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: :42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 bash[23353]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:44.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18: 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.908361+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398742\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398815\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:36.398845\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:36.398901\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:36.398929\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:36.398955\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.398982\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:36.399009\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:36.399036\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.908915+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.911305+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi071.uglmnf", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-09-10T18:48:44.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.911877+0000 mon.a (mon.0) 691 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:48:44.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:43.912520+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi071.uglmnf", "key": "container_image"}]: dispatch 2024-09-10T18:48:45.591 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:45.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:45 smithi071 bash[23353]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:45.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:45 smithi071 bash[26156]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:45.626 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:45.626 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:45 smithi145 bash[23187]: cephadm 2024-09-10T18:48:43.912298+0000 mgr.y (mgr.14142) 213 : cephadm [INF] Deploying daemon rgw.r.z.smithi071.uglmnf on smithi071 2024-09-10T18:48:46.562 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.562 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48: 2024-09-10T18:48:46.563 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[23353]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.563 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\ 2024-09-10T18:48:46.563 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[26156]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.563 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[26156]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[26156]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[26156]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\ 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.564 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[23353]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[23353]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 bash[23353]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: :36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.565 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911 2024-09-10T18:48:46.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 bash[23187]: cluster 2024-09-10T18:48:45.571596+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 29 KiB/s rd, 5.0 KiB/s wr, 77 op/s 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 bash[23187]: audit 2024-09-10T18:48:45.812463+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 bash[23187]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 bash[23187]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:45.815545+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125829\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125918\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:33.125950\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:33.125979\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:33.126007\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:33.126034\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:33.126061\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126089\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:33.126117\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688\ 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:46.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:45.816130+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:48 smithi145 bash[23187]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:48 smithi071 bash[23353]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:48 smithi071 bash[26156]: cluster 2024-09-10T18:48:47.572243+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 45 KiB/s rd, 4.4 KiB/s wr, 106 op/s 2024-09-10T18:48:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"202 2024-09-10T18:48:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 4-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 bash[23187]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:49.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 bash[23187]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 bash[23187]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:49.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:49.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.9620 2024-09-10T18:48:49.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 67\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:49.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[23353]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:49.999 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[26156]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:49.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:50.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[23353]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:50.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[23353]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:50.000 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:50.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[26156]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:50.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 bash[26156]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:50.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:49.028640+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"202 2024-09-10T18:48:50.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 4-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:48:50.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:49.031379+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027472\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027546\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:49.027576\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:48:49.027603\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:48:49.027629\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:48:49.027655\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:48:49.027680\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027705\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027731\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:49.027756\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45: 2024-09-10T18:48:50.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:48:49.027846\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:48:50.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:49.031887+0000 mon.a (mon.0) 698 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:48:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:50 smithi145 bash[23187]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:50 smithi071 bash[23353]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:50 smithi071 bash[26156]: cluster 2024-09-10T18:48:49.572674+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 76 KiB/s rd, 4.1 KiB/s wr, 157 op/s 2024-09-10T18:48:52.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[23353]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[26156]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[26156]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[23353]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[26156]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:52.593 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.0 2024-09-10T18:48:52.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10 2024-09-10T18:48:52.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-1 2024-09-10T18:48:52.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 0T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:52.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 bash[23353]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:52.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 72657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": 2024-09-10T18:48:52.595 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 bash[23187]: cluster 2024-09-10T18:48:51.573255+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 90 KiB/s rd, 2.9 KiB/s wr, 171 op/s 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 bash[23187]: audit 2024-09-10T18:48:52.308512+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: :37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:48:52.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 bash[23187]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:52.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:48:52.312145+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"6d75a3274d17\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307354\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:44:13.042862\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:11.130133\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:48:52.307643\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:48:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:54 smithi145 bash[23187]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:54 smithi071 bash[23353]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:54 smithi071 bash[26156]: cluster 2024-09-10T18:48:53.573822+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 1.3 KiB/s wr, 171 op/s 2024-09-10T18:48:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:56 smithi145 bash[23187]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:56 smithi071 bash[23353]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:56 smithi071 bash[26156]: cluster 2024-09-10T18:48:55.574343+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 255 B/s wr, 166 op/s 2024-09-10T18:48:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:48:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:48:58 smithi145 bash[23187]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:48:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:48:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:48:58 smithi071 bash[23353]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:48:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:48:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:48:58 smithi071 bash[26156]: cluster 2024-09-10T18:48:57.574926+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 74 KiB/s rd, 85 B/s wr, 127 op/s 2024-09-10T18:49:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:00 smithi145 bash[23187]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:00 smithi071 bash[23353]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:00 smithi071 bash[26156]: cluster 2024-09-10T18:48:59.575633+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 85 B/s wr, 98 op/s 2024-09-10T18:49:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:02 smithi145 bash[23187]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:02 smithi071 bash[23353]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:02 smithi071 bash[26156]: cluster 2024-09-10T18:49:01.576162+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 30 KiB/s rd, 0 B/s wr, 46 op/s 2024-09-10T18:49:04.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:04.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:04 smithi071 bash[23353]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:04.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:04.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:04 smithi071 bash[26156]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:04 smithi145 bash[23187]: cluster 2024-09-10T18:49:03.576646+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail; 3.3 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T18:49:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:06 smithi145 bash[23187]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:07.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:06 smithi071 bash[23353]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:06 smithi071 bash[26156]: cluster 2024-09-10T18:49:05.577107+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:08 smithi145 bash[23187]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:08 smithi071 bash[23353]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:08 smithi071 bash[26156]: cluster 2024-09-10T18:49:07.577621+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:10 smithi145 bash[23187]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:10 smithi071 bash[23353]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:10 smithi071 bash[26156]: cluster 2024-09-10T18:49:09.578329+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:12 smithi145 bash[23187]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:12 smithi071 bash[23353]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:12 smithi071 bash[26156]: cluster 2024-09-10T18:49:11.578825+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:14 smithi145 bash[23187]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:14 smithi071 bash[23353]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:14 smithi071 bash[26156]: cluster 2024-09-10T18:49:13.579274+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:16 smithi145 bash[23187]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:16 smithi071 bash[23353]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:16 smithi071 bash[26156]: cluster 2024-09-10T18:49:15.580062+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:18 smithi145 bash[23187]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:18 smithi071 bash[23353]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:18 smithi071 bash[26156]: cluster 2024-09-10T18:49:17.580734+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:20 smithi145 bash[23187]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:20 smithi071 bash[23353]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:20 smithi071 bash[26156]: cluster 2024-09-10T18:49:19.581207+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:22 smithi145 bash[23187]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:22 smithi071 bash[23353]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:22 smithi071 bash[26156]: cluster 2024-09-10T18:49:21.581777+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:24 smithi145 bash[23187]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:24 smithi071 bash[23353]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:24 smithi071 bash[26156]: cluster 2024-09-10T18:49:23.582445+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:26 smithi145 bash[23187]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:26 smithi071 bash[23353]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:26 smithi071 bash[26156]: cluster 2024-09-10T18:49:25.583033+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:28 smithi145 bash[23187]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:28 smithi071 bash[23353]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:28 smithi071 bash[26156]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:27.583491+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:30 smithi145 bash[23187]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:30 smithi071 bash[23353]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:30 smithi071 bash[26156]: cluster 2024-09-10T18:49:29.583984+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:32 smithi145 bash[23187]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:32 smithi071 bash[23353]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:32 smithi071 bash[26156]: cluster 2024-09-10T18:49:31.584692+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:34 smithi145 bash[23187]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.089 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:34 smithi071 bash[23353]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.089 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:35.089 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:34 smithi071 bash[26156]: cluster 2024-09-10T18:49:33.585172+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:36 smithi145 bash[23187]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:36 smithi071 bash[23353]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:36 smithi071 bash[26156]: cluster 2024-09-10T18:49:35.585621+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:38 smithi145 bash[23187]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:38 smithi071 bash[23353]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:38 smithi071 bash[26156]: cluster 2024-09-10T18:49:37.586164+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:40 smithi145 bash[23187]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:40 smithi071 bash[23353]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:40 smithi071 bash[26156]: cluster 2024-09-10T18:49:39.586650+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:42 smithi145 bash[23187]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:42 smithi071 bash[23353]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:42 smithi071 bash[26156]: cluster 2024-09-10T18:49:41.587222+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:44 smithi145 bash[23187]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:44 smithi071 bash[23353]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:44 smithi071 bash[26156]: cluster 2024-09-10T18:49:43.587701+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:46 smithi145 bash[23187]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:46 smithi071 bash[23353]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:46 smithi071 bash[26156]: cluster 2024-09-10T18:49:45.588264+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:48 smithi145 bash[23187]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:48 smithi071 bash[23353]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:48 smithi071 bash[26156]: cluster 2024-09-10T18:49:47.588776+0000 mgr.y (mgr.14142) 245 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:50 smithi145 bash[23187]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:50 smithi071 bash[23353]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:50 smithi071 bash[26156]: cluster 2024-09-10T18:49:49.589286+0000 mgr.y (mgr.14142) 246 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:52 smithi145 bash[23187]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:52 smithi071 bash[23353]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:52.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:52 smithi071 bash[26156]: cluster 2024-09-10T18:49:51.589991+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:54 smithi145 bash[23187]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:54 smithi071 bash[23353]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:54 smithi071 bash[26156]: cluster 2024-09-10T18:49:53.590616+0000 mgr.y (mgr.14142) 248 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:56 smithi145 bash[23187]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:56 smithi071 bash[23353]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:56 smithi071 bash[26156]: cluster 2024-09-10T18:49:55.591200+0000 mgr.y (mgr.14142) 249 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:49:58 smithi145 bash[23187]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:49:58 smithi071 bash[23353]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:49:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:49:58 smithi071 bash[26156]: cluster 2024-09-10T18:49:57.591817+0000 mgr.y (mgr.14142) 250 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:00 smithi145 bash[23187]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:00 smithi071 bash[23353]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:00 smithi071 bash[26156]: cluster 2024-09-10T18:49:59.592334+0000 mgr.y (mgr.14142) 251 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:02 smithi145 bash[23187]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:02 smithi071 bash[23353]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:02 smithi071 bash[26156]: cluster 2024-09-10T18:50:01.593017+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:04 smithi145 bash[23187]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:04 smithi071 bash[23353]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:04 smithi071 bash[26156]: cluster 2024-09-10T18:50:03.593590+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:06 smithi145 bash[23187]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:06 smithi071 bash[23353]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:06 smithi071 bash[26156]: cluster 2024-09-10T18:50:05.594255+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:08 smithi145 bash[23187]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:08 smithi071 bash[23353]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:08 smithi071 bash[26156]: cluster 2024-09-10T18:50:07.594776+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:10 smithi145 bash[23187]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:10 smithi071 bash[23353]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:10 smithi071 bash[26156]: cluster 2024-09-10T18:50:09.595291+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:12 smithi145 bash[23187]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:12 smithi071 bash[23353]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:12 smithi071 bash[26156]: cluster 2024-09-10T18:50:11.595963+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:14 smithi145 bash[23187]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:14 smithi071 bash[23353]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:14 smithi071 bash[26156]: cluster 2024-09-10T18:50:13.596495+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:16 smithi145 bash[23187]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:16 smithi071 bash[23353]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:16 smithi071 bash[26156]: cluster 2024-09-10T18:50:15.597074+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:18 smithi145 bash[23187]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:18 smithi071 bash[23353]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:18 smithi071 bash[26156]: cluster 2024-09-10T18:50:17.597696+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:20 smithi145 bash[23187]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:20 smithi071 bash[23353]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:20 smithi071 bash[26156]: cluster 2024-09-10T18:50:19.598292+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:22 smithi145 bash[23187]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:22 smithi071 bash[23353]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:22 smithi071 bash[26156]: cluster 2024-09-10T18:50:21.599092+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:24 smithi145 bash[23187]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:24 smithi071 bash[23353]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:24 smithi071 bash[26156]: cluster 2024-09-10T18:50:23.599551+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:26 smithi145 bash[23187]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:26 smithi071 bash[23353]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:26 smithi071 bash[26156]: cluster 2024-09-10T18:50:25.600111+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:28.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:28.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:28 smithi071 bash[23353]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:28.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:28.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:28 smithi071 bash[26156]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:28 smithi145 bash[23187]: cluster 2024-09-10T18:50:27.600585+0000 mgr.y (mgr.14142) 265 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:30 smithi145 bash[23187]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:30 smithi071 bash[23353]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:30 smithi071 bash[26156]: cluster 2024-09-10T18:50:29.601152+0000 mgr.y (mgr.14142) 266 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:32 smithi145 bash[23187]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:32 smithi071 bash[23353]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:32 smithi071 bash[26156]: cluster 2024-09-10T18:50:31.601834+0000 mgr.y (mgr.14142) 267 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:34 smithi145 bash[23187]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:34 smithi071 bash[23353]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:34 smithi071 bash[26156]: cluster 2024-09-10T18:50:33.602497+0000 mgr.y (mgr.14142) 268 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:36 smithi145 bash[23187]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:36 smithi071 bash[23353]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:36 smithi071 bash[26156]: cluster 2024-09-10T18:50:35.603247+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:38 smithi145 bash[23187]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:38 smithi071 bash[23353]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:38 smithi071 bash[26156]: cluster 2024-09-10T18:50:37.603832+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:40 smithi145 bash[23187]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:40 smithi071 bash[23353]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:40 smithi071 bash[26156]: cluster 2024-09-10T18:50:39.604295+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:42 smithi145 bash[23187]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:42 smithi071 bash[23353]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:42 smithi071 bash[26156]: cluster 2024-09-10T18:50:41.604827+0000 mgr.y (mgr.14142) 272 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:44 smithi145 bash[23187]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:44 smithi071 bash[23353]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:44 smithi071 bash[26156]: cluster 2024-09-10T18:50:43.605299+0000 mgr.y (mgr.14142) 273 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:46 smithi145 bash[23187]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:46 smithi071 bash[23353]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:46 smithi071 bash[26156]: cluster 2024-09-10T18:50:45.605891+0000 mgr.y (mgr.14142) 274 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:48 smithi145 bash[23187]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:48 smithi071 bash[23353]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:48 smithi071 bash[26156]: cluster 2024-09-10T18:50:47.606359+0000 mgr.y (mgr.14142) 275 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:50 smithi145 bash[23187]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:50 smithi071 bash[23353]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:50 smithi071 bash[26156]: cluster 2024-09-10T18:50:49.606983+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:52 smithi145 bash[23187]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:52 smithi071 bash[23353]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:52 smithi071 bash[26156]: cluster 2024-09-10T18:50:51.607612+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:54 smithi145 bash[23187]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:54 smithi071 bash[23353]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:54 smithi071 bash[26156]: cluster 2024-09-10T18:50:53.608176+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:56 smithi145 bash[23187]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:56 smithi071 bash[23353]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:56 smithi071 bash[26156]: cluster 2024-09-10T18:50:55.608822+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:50:58 smithi145 bash[23187]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:50:58 smithi071 bash[23353]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:50:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:50:58 smithi071 bash[26156]: cluster 2024-09-10T18:50:57.609416+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:00 smithi145 bash[23187]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:00 smithi071 bash[23353]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:00 smithi071 bash[26156]: cluster 2024-09-10T18:50:59.610073+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:02 smithi145 bash[23187]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:02 smithi071 bash[23353]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:02 smithi071 bash[26156]: cluster 2024-09-10T18:51:01.610626+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:04 smithi145 bash[23187]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:04 smithi071 bash[23353]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:04 smithi071 bash[26156]: cluster 2024-09-10T18:51:03.611186+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:06 smithi145 bash[23187]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:06 smithi071 bash[23353]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:06 smithi071 bash[26156]: cluster 2024-09-10T18:51:05.611831+0000 mgr.y (mgr.14142) 284 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:08 smithi145 bash[23187]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:08 smithi071 bash[23353]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:08 smithi071 bash[26156]: cluster 2024-09-10T18:51:07.612456+0000 mgr.y (mgr.14142) 285 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:10 smithi145 bash[23187]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:10 smithi071 bash[23353]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:10 smithi071 bash[26156]: cluster 2024-09-10T18:51:09.613054+0000 mgr.y (mgr.14142) 286 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:12 smithi145 bash[23187]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:12 smithi071 bash[23353]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:12 smithi071 bash[26156]: cluster 2024-09-10T18:51:11.613539+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:14 smithi145 bash[23187]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:14 smithi071 bash[23353]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:14 smithi071 bash[26156]: cluster 2024-09-10T18:51:13.614066+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:16 smithi145 bash[23187]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:16 smithi071 bash[23353]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:16 smithi071 bash[26156]: cluster 2024-09-10T18:51:15.614836+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:18 smithi145 bash[23187]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:18 smithi071 bash[23353]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:18 smithi071 bash[26156]: cluster 2024-09-10T18:51:17.615636+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:20 smithi145 bash[23187]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:20 smithi071 bash[23353]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:20 smithi071 bash[26156]: cluster 2024-09-10T18:51:19.616312+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:22 smithi145 bash[23187]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:22 smithi071 bash[23353]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:22 smithi071 bash[26156]: cluster 2024-09-10T18:51:21.617064+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:24 smithi145 bash[23187]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:24 smithi071 bash[23353]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:24 smithi071 bash[26156]: cluster 2024-09-10T18:51:23.617725+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:26 smithi145 bash[23187]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:26 smithi071 bash[23353]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:26 smithi071 bash[26156]: cluster 2024-09-10T18:51:25.618501+0000 mgr.y (mgr.14142) 294 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:28 smithi145 bash[23187]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:28 smithi071 bash[23353]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:28 smithi071 bash[26156]: cluster 2024-09-10T18:51:27.619156+0000 mgr.y (mgr.14142) 295 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:30 smithi145 bash[23187]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:30 smithi071 bash[23353]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:30 smithi071 bash[26156]: cluster 2024-09-10T18:51:29.619808+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:32 smithi145 bash[23187]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:32 smithi071 bash[23353]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:32 smithi071 bash[26156]: cluster 2024-09-10T18:51:31.620497+0000 mgr.y (mgr.14142) 297 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:34 smithi145 bash[23187]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:34 smithi071 bash[23353]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:34 smithi071 bash[26156]: cluster 2024-09-10T18:51:33.620971+0000 mgr.y (mgr.14142) 298 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:36 smithi145 bash[23187]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:36 smithi071 bash[23353]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:36 smithi071 bash[26156]: cluster 2024-09-10T18:51:35.621530+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:38 smithi145 bash[23187]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:38 smithi071 bash[23353]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:38 smithi071 bash[26156]: cluster 2024-09-10T18:51:37.622306+0000 mgr.y (mgr.14142) 300 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:40 smithi145 bash[23187]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:40 smithi071 bash[23353]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:40 smithi071 bash[26156]: cluster 2024-09-10T18:51:39.622845+0000 mgr.y (mgr.14142) 301 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:42 smithi145 bash[23187]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:42 smithi071 bash[23353]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:42 smithi071 bash[26156]: cluster 2024-09-10T18:51:41.623408+0000 mgr.y (mgr.14142) 302 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:44 smithi145 bash[23187]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:44 smithi071 bash[23353]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:44 smithi071 bash[26156]: cluster 2024-09-10T18:51:43.623956+0000 mgr.y (mgr.14142) 303 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:46.572 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-09-10T18:51:46.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:46.804 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:46 smithi071 bash[23353]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:46.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:46.804 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:46 smithi071 bash[26156]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:46 smithi145 bash[23187]: cluster 2024-09-10T18:51:45.624484+0000 mgr.y (mgr.14142) 304 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[23353]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[23353]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[23353]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[23353]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.984 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[26156]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[26156]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[26156]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 bash[26156]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:48.985 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:48.998 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-09-10T18:51:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 bash[23187]: cluster 2024-09-10T18:51:47.624940+0000 mgr.y (mgr.14142) 305 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 bash[23187]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 bash[23187]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 bash[23187]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:48.418120+0000 mon.c (mon.1) 27 : audit [INF] from='client.? 172.21.15.71:0/672426199' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:48.418439+0000 mon.a (mon.0) 701 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:48.423494+0000 mon.a (mon.0) 702 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-09-10T18:51:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:50.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:50 smithi071 bash[23353]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:50.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:50.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:50 smithi071 bash[26156]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:50 smithi145 bash[23187]: cluster 2024-09-10T18:51:49.625396+0000 mgr.y (mgr.14142) 306 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:51.621 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set global log_to_journald false --force' 2024-09-10T18:51:51.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.856 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[23353]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[23353]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[23353]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[26156]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[26156]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 bash[26156]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:51.857 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 bash[23187]: audit 2024-09-10T18:51:50.920832+0000 mon.c (mon.1) 28 : audit [INF] from='client.? 172.21.15.71:0/408265975' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:52.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 bash[23187]: audit 2024-09-10T18:51:50.921106+0000 mon.a (mon.0) 703 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 bash[23187]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:50.926092+0000 mon.a (mon.0) 704 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-09-10T18:51:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:52 smithi071 bash[23353]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:52 smithi071 bash[26156]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:52 smithi145 bash[23187]: cluster 2024-09-10T18:51:51.629760+0000 mgr.y (mgr.14142) 307 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:53 smithi071 bash[23353]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:53 smithi071 bash[23353]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:53 smithi071 bash[26156]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:53 smithi071 bash[26156]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:53.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:53.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:54.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:54.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:54.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:53 smithi145 bash[23187]: audit 2024-09-10T18:51:53.526598+0000 mon.a (mon.0) 705 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd=[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]: dispatch 2024-09-10T18:51:54.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:53 smithi145 bash[23187]: audit 2024-09-10T18:51:53.530347+0000 mon.a (mon.0) 706 : audit [INF] from='client.? 172.21.15.71:0/892730622' entity='client.admin' cmd='[{"prefix": "config set", "who": "global", "name": "log_to_journald", "value": "false", "force": true}]': finished 2024-09-10T18:51:54.192 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:51:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:54 smithi145 bash[23187]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:55.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:55.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:54 smithi071 bash[26156]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:54 smithi071 bash[23353]: cluster 2024-09-10T18:51:53.630214+0000 mgr.y (mgr.14142) 308 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:56.124 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (3m) 3m ago 4m docker.io/prom/alertmanager:latest 11f11916f8cd d1e744de5d5e 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 73d8484ad8e4 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6d75a3274d17 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eccb2c641efb 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (8m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 71dc9668b154 894d7abf6197 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 71dc9668b154 9110ced4b1e5 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (6m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T18:51:56.125 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 4022a502929b fa5e69ab0ec5 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T18:51:56.126 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T18:51:56.724 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:56.725 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:56 smithi071 bash[23353]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:56.725 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:56.725 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:56 smithi071 bash[26156]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:56.740 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:51:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:56 smithi145 bash[23187]: cluster 2024-09-10T18:51:55.630814+0000 mgr.y (mgr.14142) 309 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:57.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:57.881 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:57 smithi071 bash[23353]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:57.881 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:57 smithi071 bash[26156]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:57.881 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:57 smithi145 bash[23187]: audit 2024-09-10T18:51:56.119838+0000 mgr.y (mgr.14142) 310 : audit [DBG] from='client.24622 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T18:51:58.476 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:51:58.477 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:58 smithi071 bash[23353]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:51:58 smithi071 bash[23353]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:58 smithi071 bash[26156]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:58.760 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:51:58 smithi071 bash[26156]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:58 smithi145 bash[23187]: cluster 2024-09-10T18:51:57.631210+0000 mgr.y (mgr.14142) 311 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:51:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:51:58 smithi145 bash[23187]: audit 2024-09-10T18:51:58.474570+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.71:0/978233981' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:51:59.046 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:52:00.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:00.896 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:00 smithi071 bash[26156]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:00.896 INFO:teuthology.orchestra.run.smithi071.stdout: cluster: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: id: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: health: HEALTH_OK 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: services: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: mon: 3 daemons, quorum a,c,b (age 7m) 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: mgr: y(active, since 8m), standbys: x 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: osd: 8 osds: 8 up (since 5m), 8 in (since 5m) 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: rgw: 2 daemons active (r.z.smithi071.uglmnf, r.z.smithi145.tcbxrc) 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: task status: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: data: 2024-09-10T18:52:00.897 INFO:teuthology.orchestra.run.smithi071.stdout: pools: 5 pools, 129 pgs 2024-09-10T18:52:00.898 INFO:teuthology.orchestra.run.smithi071.stdout: objects: 202 objects, 7.0 KiB 2024-09-10T18:52:00.898 INFO:teuthology.orchestra.run.smithi071.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:00.898 INFO:teuthology.orchestra.run.smithi071.stdout: pgs: 129 active+clean 2024-09-10T18:52:00.898 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:52:00.898 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:00.898 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:00 smithi071 bash[23353]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:00 smithi145 bash[23187]: cluster 2024-09-10T18:51:59.631632+0000 mgr.y (mgr.14142) 312 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:01.486 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ls' 2024-09-10T18:52:02.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:02.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:01 smithi145 bash[23187]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:02.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:02.031 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:01 smithi071 bash[23353]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:02.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:02.032 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:01 smithi071 bash[26156]: audit 2024-09-10T18:52:00.894843+0000 mon.c (mon.1) 29 : audit [DBG] from='client.? 172.21.15.71:0/171218293' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:52:03.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:02 smithi071 bash[23353]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:02 smithi071 bash[26156]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:02 smithi145 bash[23187]: cluster 2024-09-10T18:52:01.632088+0000 mgr.y (mgr.14142) 313 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:03.272 INFO:teuthology.orchestra.run.smithi071.stdout:NAME RUNNING REFRESHED AGE PLACEMENT IMAGE NAME IMAGE ID 2024-09-10T18:52:03.272 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager 1/1 3m ago 5m count:1 smithi071=a docker.io/prom/alertmanager:latest 11f11916f8cd 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:grafana 1/1 3m ago 4m count:1 smithi145=a docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:mgr 2/2 3m ago 7m count:2 smithi071=y,smithi145=x docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:mon 3/0 3m ago - docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter 2/2 3m ago 5m count:2 smithi071=a,smithi145=b docker.io/prom/node-exporter:latest 71dc9668b154 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus 1/1 3m ago 5m count:1 smithi145=a docker.io/prom/prometheus:latest 4022a502929b 2024-09-10T18:52:03.273 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z 2/2 3m ago 3m count:2 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2024-09-10T18:52:03.874 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph config set mgr container_image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T18:52:04.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:04.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:04.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:04 smithi071 bash[23353]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:04.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:04 smithi071 bash[23353]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:04.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:04 smithi071 bash[26156]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:04.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:04 smithi071 bash[26156]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:04.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:04.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:04 smithi145 bash[23187]: audit 2024-09-10T18:52:03.269529+0000 mgr.y (mgr.14142) 314 : audit [DBG] from='client.24640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:04 smithi145 bash[23187]: cluster 2024-09-10T18:52:03.632441+0000 mgr.y (mgr.14142) 315 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:05.938 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:05.938 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:05 smithi071 bash[23353]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:05.938 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:05 smithi071 bash[23353]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:05.938 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:05.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:05.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:05 smithi071 bash[26156]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:05.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:05 smithi071 bash[26156]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:05.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:05 smithi145 bash[23187]: audit 2024-09-10T18:52:05.581767+0000 mon.a (mon.0) 708 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd=[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]: dispatch 2024-09-10T18:52:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:05 smithi145 bash[23187]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:06.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:05.585529+0000 mon.a (mon.0) 709 : audit [INF] from='client.? 172.21.15.71:0/277728693' entity='client.admin' cmd='[{"prefix": "config set", "who": "mgr", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588"}]': finished 2024-09-10T18:52:06.338 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)"' 2024-09-10T18:52:06.831 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:06.832 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:06 smithi071 bash[23353]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:06.832 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:06.832 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:06 smithi071 bash[26156]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:06 smithi145 bash[23187]: cluster 2024-09-10T18:52:05.632962+0000 mgr.y (mgr.14142) 316 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 bash[23187]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 bash[23187]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 bash[23187]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 bash[23187]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 bash[23187]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[23353]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[23353]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[23353]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[23353]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[23353]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[26156]: cluster 2024-09-10T18:52:07.633381+0000 mgr.y (mgr.14142) 317 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[26156]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[26156]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[26156]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 bash[26156]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:08.253769+0000 mon.c (mon.1) 30 : audit [DBG] from='client.? 172.21.15.71:0/3642833390' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:08.531949+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:08.532472+0000 mon.a (mon.0) 711 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:52:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:08.533030+0000 mon.a (mon.0) 712 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-09-10T18:52:10.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 bash[23187]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 bash[23187]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 bash[23187]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:10.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[23353]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[23353]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[23353]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[26156]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[26156]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 bash[26156]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:08.530944+0000 mgr.y (mgr.14142) 318 : audit [DBG] from='client.24658 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "redeploy", "name": "mgr.x", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:52:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:52:08.531303+0000 mgr.y (mgr.14142) 319 : cephadm [INF] Redeploy daemons mgr.x 2024-09-10T18:52:10.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:52:08.532838+0000 mgr.y (mgr.14142) 320 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T18:52:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:10 smithi145 bash[23187]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:10 smithi071 bash[23353]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:10 smithi071 bash[26156]: cluster 2024-09-10T18:52:09.633899+0000 mgr.y (mgr.14142) 321 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:12 smithi145 bash[23187]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:12 smithi071 bash[23353]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:12 smithi071 bash[26156]: cluster 2024-09-10T18:52:11.634602+0000 mgr.y (mgr.14142) 322 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:14 smithi145 bash[23187]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:14 smithi071 bash[23353]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:14 smithi071 bash[26156]: cluster 2024-09-10T18:52:13.635209+0000 mgr.y (mgr.14142) 323 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:16 smithi145 bash[23187]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.037 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:16 smithi071 bash[23353]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.037 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:17.037 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:16 smithi071 bash[26156]: cluster 2024-09-10T18:52:15.635952+0000 mgr.y (mgr.14142) 324 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:18 smithi145 bash[23187]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:18 smithi071 bash[23353]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:18 smithi071 bash[26156]: cluster 2024-09-10T18:52:17.636534+0000 mgr.y (mgr.14142) 325 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:20 smithi145 bash[23187]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:20 smithi071 bash[23353]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:20 smithi071 bash[26156]: cluster 2024-09-10T18:52:19.637176+0000 mgr.y (mgr.14142) 326 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:22 smithi145 bash[23187]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:22 smithi071 bash[23353]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:22 smithi071 bash[26156]: cluster 2024-09-10T18:52:21.637741+0000 mgr.y (mgr.14142) 327 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:24 smithi145 bash[23187]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:24 smithi071 bash[23353]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:24 smithi071 bash[26156]: cluster 2024-09-10T18:52:23.638207+0000 mgr.y (mgr.14142) 328 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:26 smithi145 bash[23187]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:26 smithi071 bash[23353]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:26 smithi071 bash[26156]: cluster 2024-09-10T18:52:25.638913+0000 mgr.y (mgr.14142) 329 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:28 smithi145 bash[23187]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:28 smithi071 bash[23353]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:28 smithi071 bash[26156]: cluster 2024-09-10T18:52:27.639451+0000 mgr.y (mgr.14142) 330 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:30 smithi145 bash[23187]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:30 smithi071 bash[23353]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:30 smithi071 bash[26156]: cluster 2024-09-10T18:52:29.640133+0000 mgr.y (mgr.14142) 331 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:32 smithi145 bash[23187]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:32 smithi071 bash[23353]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:32 smithi071 bash[26156]: cluster 2024-09-10T18:52:31.640708+0000 mgr.y (mgr.14142) 332 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:34 smithi145 bash[23187]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:34 smithi071 bash[23353]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:34 smithi071 bash[26156]: cluster 2024-09-10T18:52:33.641240+0000 mgr.y (mgr.14142) 333 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:36.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:36.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:36 smithi071 bash[23353]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:36.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:36.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:36 smithi071 bash[26156]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:36 smithi145 bash[23187]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:35.641788+0000 mgr.y (mgr.14142) 334 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:38 smithi145 bash[23187]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:38 smithi071 bash[23353]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:38 smithi071 bash[26156]: cluster 2024-09-10T18:52:37.642275+0000 mgr.y (mgr.14142) 335 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:40 smithi145 bash[23187]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:40 smithi071 bash[23353]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:40 smithi071 bash[26156]: cluster 2024-09-10T18:52:39.643027+0000 mgr.y (mgr.14142) 336 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:42 smithi145 bash[23187]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:42 smithi071 bash[23353]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:42 smithi071 bash[26156]: cluster 2024-09-10T18:52:41.643561+0000 mgr.y (mgr.14142) 337 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:44 smithi145 bash[23187]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:44 smithi071 bash[23353]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:44 smithi071 bash[26156]: cluster 2024-09-10T18:52:43.644321+0000 mgr.y (mgr.14142) 338 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:45.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:45 smithi145 systemd[1]: Stopping Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:52:46.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:46.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:46 smithi145 bash[23187]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:46 smithi071 bash[23353]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:46 smithi071 bash[26156]: cluster 2024-09-10T18:52:45.644965+0000 mgr.y (mgr.14142) 339 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:48 smithi145 bash[23187]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:48 smithi071 bash[23353]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:48 smithi071 bash[26156]: cluster 2024-09-10T18:52:47.645640+0000 mgr.y (mgr.14142) 340 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:50 smithi145 bash[23187]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:50 smithi071 bash[23353]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:50 smithi071 bash[26156]: cluster 2024-09-10T18:52:49.646252+0000 mgr.y (mgr.14142) 341 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:52 smithi145 bash[23187]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:52 smithi071 bash[23353]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:52 smithi071 bash[26156]: cluster 2024-09-10T18:52:51.646818+0000 mgr.y (mgr.14142) 342 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:54 smithi145 bash[23187]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:54 smithi071 bash[23353]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:54 smithi071 bash[26156]: cluster 2024-09-10T18:52:53.647345+0000 mgr.y (mgr.14142) 343 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:55.909 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:55 smithi145 podman[33664]: time="2024-09-10T18:52:55Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x in 10 seconds, resorting to SIGKILL" 2024-09-10T18:52:55.909 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:55 smithi145 podman[23850]: 2024-09-10 18:52:55.673219118 +0000 UTC m=+522.651168665 container died 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, ceph=True) 2024-09-10T18:52:56.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[33664]: 2024-09-10 18:52:56.082849197 +0000 UTC m=+10.531667236 container cleanup 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20200114) 2024-09-10T18:52:56.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[33664]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x 2024-09-10T18:52:56.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[23850]: 2024-09-10 18:52:56.384910813 +0000 UTC m=+523.362860359 container remove 6d75a3274d179a702ac5e2110b39bf9c6d6c217de93b8305e4a21e511e2b2eaf (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS) 2024-09-10T18:52:56.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T18:52:56.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T18:52:56.649 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Unit process 23926 (conmon) remains running after unit stopped. 2024-09-10T18:52:56.650 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Unit process 33693 (podman) remains running after unit stopped. 2024-09-10T18:52:56.650 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: Stopped Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:52:56.650 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: Starting Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:52:56.650 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[33738]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x" found: no such container 2024-09-10T18:52:56.918 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 systemd[1]: Started Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:52:56.918 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[33753]: 2024-09-10 18:52:56.676798439 +0000 UTC m=+0.016379610 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T18:52:56.919 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:56 smithi145 podman[33753]: 2024-09-10 18:52:56.794148209 +0000 UTC m=+0.133729387 container create d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T18:52:56.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:56.923 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a 2024-09-10T18:52:56.923 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 bash[23187]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:56.923 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 bash[23187]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:56.924 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 bash[23187]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:56.924 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:56.924 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 bash[23187]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:56.924 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:56.924 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[26156]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a 2024-09-10T18:52:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[23353]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:57.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[26156]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:57.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[26156]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[23353]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[23353]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[26156]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:57.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:55.648145+0000 mgr.y (mgr.14142) 344 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:57.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 bash[23353]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:57.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"202 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 4-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:56.682729+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:56.683329+0000 mon.a (mon.0) 714 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:52:57.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:52:56.686064+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307281\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:48:52.307385\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:48:52.307413\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:48:52.307439\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:48:52.307466\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307493\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307520\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:48:52.307547\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:48:52.307573\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": 2024-09-10T18:52:57.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 podman[33753]: 2024-09-10 18:52:57.030703501 +0000 UTC m=+0.370284675 container init d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 podman[33753]: 2024-09-10 18:52:57.033640039 +0000 UTC m=+0.373221217 container start d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.053+0000 7fbfced39640 1 -- 172.21.15.145:0/818871740 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559673254340 con 0x559673260800 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.053+0000 7fbfced39640 1 -- 172.21.15.145:0/818871740 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559673254340 con 0x559673260800 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 podman[33753]: 2024-09-10 18:52:57.12214365 +0000 UTC m=+0.461724836 container attach d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T18:52:57.207 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.146+0000 7fbfd15a1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:52:57.208 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.146+0000 7fbfd15a1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.208+0000 7fbfd15a1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.208+0000 7fbfd15a1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.273+0000 7fbfd15a1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.273+0000 7fbfd15a1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.399+0000 7fbfd15a1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:52:57.520 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.399+0000 7fbfd15a1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:52:57.607 INFO:teuthology.orchestra.run.smithi071.stdout:Deployed mgr.x on host 'smithi145' 2024-09-10T18:52:57.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.545+0000 7fbfd15a1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:52:57.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.545+0000 7fbfd15a1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.836+0000 7fbfd15a1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.836+0000 7fbfd15a1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:57.897+0000 7fbfd15a1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:57 smithi145 bash[33753]: debug 2024-09-10T18:52:57.897+0000 7fbfd15a1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:58.058+0000 7fbfd15a1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:52:58.091 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:58 smithi145 bash[33753]: debug 2024-09-10T18:52:58.058+0000 7fbfd15a1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T18:52:58.399 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T18:52:58.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:58.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:52:58 smithi071 bash[23353]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:58.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:58.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:52:58 smithi071 bash[26156]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:58.982 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:58.982 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:52:58 smithi145 bash[23187]: cluster 2024-09-10T18:52:57.648615+0000 mgr.y (mgr.14142) 345 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:52:59.238 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:58.980+0000 7fbfd15a1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:52:59.238 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:58 smithi145 bash[33753]: debug 2024-09-10T18:52:58.980+0000 7fbfd15a1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T18:52:59.238 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:59.048+0000 7fbfd15a1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:52:59.238 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 bash[33753]: debug 2024-09-10T18:52:59.048+0000 7fbfd15a1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T18:53:00.010 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:59.822+0000 7fbfd15a1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:53:00.010 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 bash[33753]: debug 2024-09-10T18:52:59.822+0000 7fbfd15a1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T18:53:00.011 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:52:59.938+0000 7fbfd15a1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:53:00.011 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:52:59 smithi145 bash[33753]: debug 2024-09-10T18:52:59.938+0000 7fbfd15a1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T18:53:00.269 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.065+0000 7fbfd15a1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:53:00.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.065+0000 7fbfd15a1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T18:53:00.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.126+0000 7fbfd15a1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:53:00.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.126+0000 7fbfd15a1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T18:53:00.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.268+0000 7fbfd15a1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:53:00.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.268+0000 7fbfd15a1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T18:53:00.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.335+0000 7fbfd15a1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:53:00.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.335+0000 7fbfd15a1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T18:53:00.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.393+0000 7fbfd15a1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:53:00.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.393+0000 7fbfd15a1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T18:53:00.804 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.804 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.804 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[23187]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[23187]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.530+0000 7fbfd15a1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.530+0000 7fbfd15a1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.595+0000 7fbfd15a1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.595+0000 7fbfd15a1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.662+0000 7fbfd15a1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.662+0000 7fbfd15a1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.743+0000 7fbfd15a1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.743+0000 7fbfd15a1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T18:53:00.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.802+0000 7fbfd15a1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:53:00.806 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.802+0000 7fbfd15a1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T18:53:00.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:00 smithi071 bash[23353]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:00 smithi071 bash[23353]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:00 smithi071 bash[26156]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:52:59.649217+0000 mgr.y (mgr.14142) 346 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:00 smithi071 bash[26156]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:00.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:00.270941+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:01.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:00.860+0000 7fbfd15a1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:53:01.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:00 smithi145 bash[33753]: debug 2024-09-10T18:53:00.860+0000 7fbfd15a1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T18:53:01.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:01.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6 2024-09-10T18:53:01.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:01.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:01.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:01.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:01.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:01.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:01.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:01.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:01.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:01.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:01.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[23353]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:01.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:01.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 bash[26156]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-1 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 0T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:01.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:01.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:01.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:02.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:53:01.622+0000 7fbfd15a1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:53:02.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[33753]: debug 2024-09-10T18:53:01.622+0000 7fbfd15a1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T18:53:02.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\ 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:00.270344+0000 mgr.y (mgr.14142) 347 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.018336+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:02.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 bash[23187]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.021049+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017191\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017264\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:01.017295\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:01.017323\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:01.017350\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:01.017377\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017405\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017448\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:01.017474\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:01.017499\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:01.017566\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:01.625900+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:01.626003+0000 mon.a (mon.0) 720 : cluster [DBG] Standby manager daemon x started 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.626124+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.626444+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.627193+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T18:53:02.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:01.627418+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:02 smithi071 bash[26156]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:02 smithi071 bash[26156]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:02 smithi071 bash[23353]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:02 smithi071 bash[23353]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:02 smithi145 bash[23187]: cluster 2024-09-10T18:53:01.649746+0000 mgr.y (mgr.14142) 348 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:02 smithi145 bash[23187]: cluster 2024-09-10T18:53:02.511610+0000 mon.a (mon.0) 721 : cluster [DBG] mgrmap e15: y(active, since 9m), standbys: x 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 bash[23187]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 bash[23187]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 bash[23187]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:03.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.9620 2024-09-10T18:53:04.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 67\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.9620 2024-09-10T18:53:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 67\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:04.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[23353]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:04.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[26156]: audit 2024-09-10T18:53:03.041770+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]: dispatch 2024-09-10T18:53:04.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[26156]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[26156]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[23353]: audit 2024-09-10T18:53:03.044558+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040572\", \"created\": \"2024-09-10T18:42:46.408721\", \"started\": \"2024-09-10T18:43:00.352318\"}, \"mgr.y\": {\"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040663\", \"created\": \"2024-09-10T18:43:02.210427\", \"started\": \"2024-09-10T18:43:02.340845\"}, \"mon.c\": {\"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:03.040693\", \"created\": \"2024-09-10T18:43:49.473546\", \"started\": \"2024-09-10T18:43:49.502484\"}, \"osd.0\": {\"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"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-09-10T18:53:03.040718\", \"created\": \"2024-09-10T18:44:28.253823\", \"started\": \"2024-09-10T18:44:29.736389\"}, \"osd.1\": {\"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"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-09-10T18:53:03.040744\", \"created\": \"2024-09-10T18:44:46.274485\", \"started\": \"2024-09-10T18:45:07.480738\"}, \"osd.2\": {\"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"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-09-10T18:53:03.040770\", \"created\": \"2024-09-10T18:45:08.565068\", \"started\": \"2024-09-10T18:45:30.074017\"}, \"osd.3\": {\"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"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-09-10T18:53:03.040795\", \"created\": \"2024-09-10T18:45:31.430639\", \"started\": \"2024-09-10T18:45:33.438543\"}, \"node-exporter.a\": {\"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040821\", \"created\": \"2024-09-10T18:47:19.409631\", \"started\": \"2024-09-10T18:47:33.186258\"}, \"alertmanager.a\": {\"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040846\", \"created\": \"2024-09-10T18:47:42.042211\", \"started\": \"2024-09-10T18:48:14.174347\"}, \"rgw.r.z.smithi071.uglmnf\": {\"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:03.040903\", \"created\": \"2024-09-10T18:48:45.783025\", \"started\": \"2024-09-10T18:48:46.042801\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711\"}}, \"last_daemon_update\": \"2024-09-10T18:53:03.040976\", \"last_device_update\": \"2024-09-10T18:45:36.911688\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.71\"]}, \"last_host_check\": \"2024-09-10T18:43:22.261210\"}"}]': finished 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 bash[23353]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:04.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:03.044976+0000 mon.a (mon.0) 724 : audit [DBG] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-09-10T18:53:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:04.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:04 smithi145 bash[23187]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:04 smithi071 bash[23353]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:04 smithi071 bash[26156]: cluster 2024-09-10T18:53:03.650159+0000 mgr.y (mgr.14142) 349 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.001 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:53:07.001 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (5m) 0s ago 5m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 73d8484ad8e4 2024-09-10T18:53:07.001 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (10s) 0s ago 8m 17.2.7-1606-g5be57395 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 4c55dd409611 d4e3eaf5fd6d 2024-09-10T18:53:07.001 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (9m) 0s ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (5m) 0s ago 5m docker.io/prom/node-exporter:latest 71dc9668b154 9110ced4b1e5 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (7m) 0s ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (6m) 0s ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (4m) 0s ago 5m docker.io/prom/prometheus:latest 4022a502929b fa5e69ab0ec5 2024-09-10T18:53:07.002 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (4m) 0s ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T18:53:07.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:06 smithi071 bash[23353]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:06 smithi071 bash[26156]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:06 smithi145 bash[23187]: cluster 2024-09-10T18:53:05.650695+0000 mgr.y (mgr.14142) 350 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:07.695 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:53:07.964 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 bash[26156]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:07.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46: 2024-09-10T18:53:07.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:07.965 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 bash[26156]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:07.965 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:07 smithi071 bash[23353]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:07.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_ 2024-09-10T18:53:07.966 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:07.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:07 smithi071 bash[23353]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:07.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18 2024-09-10T18:53:07.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: :46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6 2024-09-10T18:53:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:07 smithi145 bash[23187]: audit 2024-09-10T18:53:06.992229+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]: dispatch 2024-09-10T18:53:08.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:07 smithi145 bash[23187]: audit 2024-09-10T18:53:06.996003+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.71:0/1260109546' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990771\", \"created\": \"2024-09-10T18:44:00.640230\", \"started\": \"2024-09-10T18:44:00.680999\"}, \"mgr.x\": {\"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.990916\", \"created\": \"2024-09-10T18:44:13.012964\", \"started\": \"2024-09-10T18:52:56.679389\"}, \"osd.4\": {\"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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-09-10T18:53:06.990964\", \"created\": \"2024-09-10T18:45:46.008970\", \"started\": \"2024-09-10T18:45:47.563341\"}, \"osd.5\": {\"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"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-09-10T18:53:06.990997\", \"created\": \"2024-09-10T18:46:03.706589\", \"started\": \"2024-09-10T18:46:06.576988\"}, \"osd.6\": {\"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"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-09-10T18:53:06.991027\", \"created\": \"2024-09-10T18:46:21.554206\", \"started\": \"2024-09-10T18:46:42.532954\"}, \"osd.7\": {\"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"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-09-10T18:53:06.991058\", \"created\": \"2024-09-10T18:46:44.136721\", \"started\": \"2024-09-10T18:46:45.730168\"}, \"prometheus.a\": {\"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991088\", \"created\": \"2024-09-10T18:47:15.682043\", \"started\": \"2024-09-10T18:48:17.671094\"}, \"node-exporter.b\": {\"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991119\", \"created\": \"2024-09-10T18:47:18.405985\", \"started\": \"2024-09-10T18:47:26.407064\"}, \"grafana.a\": {\"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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-09-10T18:53:06.991149\", \"created\": \"2024-09-10T18:47:57.793139\", \"started\": \"2024-09-10T18:47:57.901563\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-09-10T18:53:06.991194\", \"created\": \"2024-09-10T18:48:43.873148\", \"started\": \"2024-09-10T18:48:43.904926\"}}, \"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\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427\"}}, \"last_daemon_update\": \"2024-09-10T18:53:06.991286\", \"last_device_update\": \"2024-09-10T18:46:48.982999\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.145\"]}, \"last_host_check\": \"2024-09-10T18:43:39.896296\"}"}]': finished 2024-09-10T18:53:08.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:08 smithi071 bash[23353]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:08.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:08.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:08.913 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:08 smithi071 bash[26156]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:08 smithi145 bash[23187]: cluster 2024-09-10T18:53:07.651359+0000 mgr.y (mgr.14142) 351 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:10 smithi145 bash[23187]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.041 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:10 smithi071 bash[23353]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:11.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:10 smithi071 bash[26156]: cluster 2024-09-10T18:53:09.651903+0000 mgr.y (mgr.14142) 352 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:12 smithi145 bash[23187]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:12 smithi071 bash[23353]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:12 smithi071 bash[26156]: cluster 2024-09-10T18:53:11.652418+0000 mgr.y (mgr.14142) 353 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:14 smithi145 bash[23187]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:14 smithi071 bash[23353]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:14 smithi071 bash[26156]: cluster 2024-09-10T18:53:13.652947+0000 mgr.y (mgr.14142) 354 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:16 smithi145 bash[23187]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:16 smithi071 bash[23353]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:16 smithi071 bash[26156]: cluster 2024-09-10T18:53:15.653436+0000 mgr.y (mgr.14142) 355 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:18 smithi145 bash[23187]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:18 smithi071 bash[23353]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:18 smithi071 bash[26156]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:17.653909+0000 mgr.y (mgr.14142) 356 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:20 smithi145 bash[23187]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:20 smithi071 bash[23353]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:20 smithi071 bash[26156]: cluster 2024-09-10T18:53:19.654382+0000 mgr.y (mgr.14142) 357 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:22 smithi145 bash[23187]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:22 smithi071 bash[26156]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:22 smithi071 bash[23353]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:21.655048+0000 mgr.y (mgr.14142) 358 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:24 smithi145 bash[23187]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:24 smithi071 bash[26156]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:24 smithi071 bash[23353]: cluster 2024-09-10T18:53:23.655674+0000 mgr.y (mgr.14142) 359 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:26 smithi145 bash[23187]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:26 smithi071 bash[23353]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:26 smithi071 bash[26156]: cluster 2024-09-10T18:53:25.656280+0000 mgr.y (mgr.14142) 360 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:28 smithi145 bash[23187]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:28 smithi071 bash[23353]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:28 smithi071 bash[26156]: cluster 2024-09-10T18:53:27.656903+0000 mgr.y (mgr.14142) 361 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:30 smithi145 bash[23187]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:30 smithi071 bash[23353]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:30 smithi071 bash[26156]: cluster 2024-09-10T18:53:29.657524+0000 mgr.y (mgr.14142) 362 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:32 smithi145 bash[23187]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:32 smithi071 bash[26156]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:32 smithi071 bash[23353]: cluster 2024-09-10T18:53:31.658173+0000 mgr.y (mgr.14142) 363 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:34 smithi145 bash[23187]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:34 smithi071 bash[23353]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:34 smithi071 bash[26156]: cluster 2024-09-10T18:53:33.658794+0000 mgr.y (mgr.14142) 364 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:36 smithi145 bash[23187]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:36 smithi071 bash[23353]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:37.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:36 smithi071 bash[26156]: cluster 2024-09-10T18:53:35.659487+0000 mgr.y (mgr.14142) 365 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:38 smithi145 bash[23187]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:38 smithi071 bash[23353]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:38 smithi071 bash[26156]: cluster 2024-09-10T18:53:37.659880+0000 mgr.y (mgr.14142) 366 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:40 smithi145 bash[23187]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:40 smithi071 bash[23353]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:40 smithi071 bash[26156]: cluster 2024-09-10T18:53:39.660305+0000 mgr.y (mgr.14142) 367 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:42 smithi145 bash[23187]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:42 smithi071 bash[23353]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:42 smithi071 bash[26156]: cluster 2024-09-10T18:53:41.661095+0000 mgr.y (mgr.14142) 368 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:44 smithi145 bash[23187]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:44 smithi071 bash[26156]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:44 smithi071 bash[23353]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:43.661776+0000 mgr.y (mgr.14142) 369 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:46 smithi145 bash[23187]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:46 smithi071 bash[23353]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:46 smithi071 bash[26156]: cluster 2024-09-10T18:53:45.662375+0000 mgr.y (mgr.14142) 370 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:48 smithi145 bash[23187]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:48 smithi071 bash[23353]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:48 smithi071 bash[26156]: cluster 2024-09-10T18:53:47.662982+0000 mgr.y (mgr.14142) 371 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:50 smithi145 bash[23187]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:50 smithi071 bash[23353]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:50 smithi071 bash[26156]: cluster 2024-09-10T18:53:49.663560+0000 mgr.y (mgr.14142) 372 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:52 smithi145 bash[23187]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:52 smithi071 bash[23353]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:52 smithi071 bash[26156]: cluster 2024-09-10T18:53:51.664090+0000 mgr.y (mgr.14142) 373 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:54 smithi145 bash[23187]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:54 smithi071 bash[26156]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:54 smithi071 bash[23353]: cluster 2024-09-10T18:53:53.664592+0000 mgr.y (mgr.14142) 374 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:56 smithi145 bash[23187]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:56 smithi071 bash[23353]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:56 smithi071 bash[26156]: cluster 2024-09-10T18:53:55.665212+0000 mgr.y (mgr.14142) 375 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:53:58 smithi145 bash[23187]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:53:58 smithi071 bash[23353]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:53:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:53:58 smithi071 bash[26156]: cluster 2024-09-10T18:53:57.665720+0000 mgr.y (mgr.14142) 376 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:00 smithi145 bash[23187]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:00 smithi071 bash[23353]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:00 smithi071 bash[26156]: cluster 2024-09-10T18:53:59.666223+0000 mgr.y (mgr.14142) 377 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:02 smithi145 bash[23187]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:02 smithi071 bash[23353]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:02 smithi071 bash[26156]: cluster 2024-09-10T18:54:01.666725+0000 mgr.y (mgr.14142) 378 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:04 smithi145 bash[23187]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:04 smithi071 bash[26156]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:04 smithi071 bash[23353]: cluster 2024-09-10T18:54:03.667215+0000 mgr.y (mgr.14142) 379 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:06 smithi145 bash[23187]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:06 smithi071 bash[26156]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:07.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:06 smithi071 bash[23353]: cluster 2024-09-10T18:54:05.667898+0000 mgr.y (mgr.14142) 380 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:08 smithi145 bash[23187]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:08 smithi071 bash[23353]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:08 smithi071 bash[26156]: cluster 2024-09-10T18:54:07.668303+0000 mgr.y (mgr.14142) 381 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:10 smithi145 bash[23187]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:10 smithi071 bash[23353]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:10 smithi071 bash[26156]: cluster 2024-09-10T18:54:09.668838+0000 mgr.y (mgr.14142) 382 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:12 smithi145 bash[23187]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:12 smithi071 bash[26156]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:12 smithi071 bash[23353]: cluster 2024-09-10T18:54:11.669429+0000 mgr.y (mgr.14142) 383 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:14 smithi145 bash[23187]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:14 smithi071 bash[23353]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:14 smithi071 bash[26156]: cluster 2024-09-10T18:54:13.670146+0000 mgr.y (mgr.14142) 384 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:16 smithi145 bash[23187]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:16 smithi071 bash[23353]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:16 smithi071 bash[26156]: cluster 2024-09-10T18:54:15.670794+0000 mgr.y (mgr.14142) 385 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:18 smithi145 bash[23187]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:18 smithi071 bash[23353]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:18 smithi071 bash[26156]: cluster 2024-09-10T18:54:17.671196+0000 mgr.y (mgr.14142) 386 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:20 smithi145 bash[23187]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:20 smithi071 bash[23353]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:20 smithi071 bash[26156]: cluster 2024-09-10T18:54:19.671798+0000 mgr.y (mgr.14142) 387 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:22 smithi145 bash[23187]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:22 smithi071 bash[23353]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:22 smithi071 bash[26156]: cluster 2024-09-10T18:54:21.672324+0000 mgr.y (mgr.14142) 388 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:24 smithi145 bash[23187]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:24 smithi071 bash[26156]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:24 smithi071 bash[23353]: cluster 2024-09-10T18:54:23.672963+0000 mgr.y (mgr.14142) 389 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:26 smithi145 bash[23187]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:26 smithi071 bash[23353]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:26 smithi071 bash[26156]: cluster 2024-09-10T18:54:25.673537+0000 mgr.y (mgr.14142) 390 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:28 smithi145 bash[23187]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:28 smithi071 bash[23353]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:28 smithi071 bash[26156]: cluster 2024-09-10T18:54:27.674125+0000 mgr.y (mgr.14142) 391 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:30 smithi145 bash[23187]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:30 smithi071 bash[23353]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:30 smithi071 bash[26156]: cluster 2024-09-10T18:54:29.674682+0000 mgr.y (mgr.14142) 392 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:32 smithi145 bash[23187]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:32 smithi071 bash[23353]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:32 smithi071 bash[26156]: cluster 2024-09-10T18:54:31.675229+0000 mgr.y (mgr.14142) 393 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:34 smithi145 bash[23187]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:34 smithi071 bash[23353]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:34 smithi071 bash[26156]: cluster 2024-09-10T18:54:33.675819+0000 mgr.y (mgr.14142) 394 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:36 smithi145 bash[23187]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:36 smithi071 bash[23353]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:36 smithi071 bash[26156]: cluster 2024-09-10T18:54:35.676472+0000 mgr.y (mgr.14142) 395 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:38 smithi145 bash[23187]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:38 smithi071 bash[26156]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:39.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:38 smithi071 bash[23353]: cluster 2024-09-10T18:54:37.676991+0000 mgr.y (mgr.14142) 396 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:40 smithi145 bash[23187]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:40 smithi071 bash[23353]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:40 smithi071 bash[26156]: cluster 2024-09-10T18:54:39.677720+0000 mgr.y (mgr.14142) 397 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:42 smithi071 bash[23353]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:42 smithi071 bash[26156]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:42 smithi145 bash[23187]: cluster 2024-09-10T18:54:41.678309+0000 mgr.y (mgr.14142) 398 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:44 smithi145 bash[23187]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:44 smithi071 bash[23353]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:44 smithi071 bash[26156]: cluster 2024-09-10T18:54:43.678935+0000 mgr.y (mgr.14142) 399 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:46 smithi145 bash[23187]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:46 smithi071 bash[23353]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:46 smithi071 bash[26156]: cluster 2024-09-10T18:54:45.679464+0000 mgr.y (mgr.14142) 400 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:48 smithi145 bash[23187]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:48 smithi071 bash[23353]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:48 smithi071 bash[26156]: cluster 2024-09-10T18:54:47.680198+0000 mgr.y (mgr.14142) 401 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:50 smithi145 bash[23187]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:50 smithi071 bash[23353]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:50 smithi071 bash[26156]: cluster 2024-09-10T18:54:49.680778+0000 mgr.y (mgr.14142) 402 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:52 smithi071 bash[23353]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:52 smithi071 bash[26156]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:52 smithi145 bash[23187]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:51.681286+0000 mgr.y (mgr.14142) 403 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:54 smithi145 bash[23187]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:54 smithi071 bash[23353]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:54 smithi071 bash[26156]: cluster 2024-09-10T18:54:53.681831+0000 mgr.y (mgr.14142) 404 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:56 smithi145 bash[23187]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:56 smithi071 bash[23353]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:56 smithi071 bash[26156]: cluster 2024-09-10T18:54:55.682592+0000 mgr.y (mgr.14142) 405 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:54:58 smithi145 bash[23187]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:54:58 smithi071 bash[23353]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:54:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:54:58 smithi071 bash[26156]: cluster 2024-09-10T18:54:57.683147+0000 mgr.y (mgr.14142) 406 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:00 smithi145 bash[23187]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:00 smithi071 bash[23353]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:00 smithi071 bash[26156]: cluster 2024-09-10T18:54:59.683754+0000 mgr.y (mgr.14142) 407 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:02.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:02.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:02 smithi071 bash[23353]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:02.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:02.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:02 smithi071 bash[26156]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:02 smithi145 bash[23187]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:01.684373+0000 mgr.y (mgr.14142) 408 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:04 smithi145 bash[23187]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:04 smithi071 bash[26156]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:04 smithi071 bash[23353]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:03.685123+0000 mgr.y (mgr.14142) 409 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:06 smithi145 bash[23187]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:06 smithi071 bash[23353]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:06 smithi071 bash[26156]: cluster 2024-09-10T18:55:05.685939+0000 mgr.y (mgr.14142) 410 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:08 smithi145 bash[23187]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:08 smithi071 bash[23353]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:08 smithi071 bash[26156]: cluster 2024-09-10T18:55:07.686453+0000 mgr.y (mgr.14142) 411 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:10 smithi145 bash[23187]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:10 smithi071 bash[23353]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:10 smithi071 bash[26156]: cluster 2024-09-10T18:55:09.687055+0000 mgr.y (mgr.14142) 412 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:12.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:12.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:12 smithi071 bash[23353]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:12.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:12 smithi071 bash[26156]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:12 smithi145 bash[23187]: cluster 2024-09-10T18:55:11.687650+0000 mgr.y (mgr.14142) 413 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:14 smithi145 bash[23187]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:14 smithi071 bash[23353]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:14 smithi071 bash[26156]: cluster 2024-09-10T18:55:13.688180+0000 mgr.y (mgr.14142) 414 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:16 smithi145 bash[23187]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:16 smithi071 bash[23353]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:16 smithi071 bash[26156]: cluster 2024-09-10T18:55:15.689051+0000 mgr.y (mgr.14142) 415 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:18 smithi145 bash[23187]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:18 smithi071 bash[23353]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:18 smithi071 bash[26156]: cluster 2024-09-10T18:55:17.689509+0000 mgr.y (mgr.14142) 416 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:20 smithi145 bash[23187]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:20 smithi071 bash[23353]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:21.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:20 smithi071 bash[26156]: cluster 2024-09-10T18:55:19.690121+0000 mgr.y (mgr.14142) 417 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:22 smithi071 bash[23353]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:22.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:22 smithi071 bash[26156]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:22 smithi145 bash[23187]: cluster 2024-09-10T18:55:21.690772+0000 mgr.y (mgr.14142) 418 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:24 smithi145 bash[23187]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:24 smithi071 bash[23353]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:24 smithi071 bash[26156]: cluster 2024-09-10T18:55:23.691381+0000 mgr.y (mgr.14142) 419 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:26 smithi145 bash[23187]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:26 smithi071 bash[23353]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:27.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:26 smithi071 bash[26156]: cluster 2024-09-10T18:55:25.692107+0000 mgr.y (mgr.14142) 420 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:28 smithi145 bash[23187]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:28 smithi071 bash[23353]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:29.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:28 smithi071 bash[26156]: cluster 2024-09-10T18:55:27.692693+0000 mgr.y (mgr.14142) 421 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:30 smithi145 bash[23187]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:30 smithi071 bash[23353]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:31.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:30 smithi071 bash[26156]: cluster 2024-09-10T18:55:29.693408+0000 mgr.y (mgr.14142) 422 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:32.841 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:32.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:32 smithi071 bash[26156]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:32.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:32 smithi071 bash[23353]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:32 smithi145 bash[23187]: cluster 2024-09-10T18:55:31.694035+0000 mgr.y (mgr.14142) 423 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:34 smithi145 bash[23187]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:34 smithi071 bash[26156]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:35.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:34 smithi071 bash[23353]: cluster 2024-09-10T18:55:33.694641+0000 mgr.y (mgr.14142) 424 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:36 smithi145 bash[23187]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:36 smithi071 bash[26156]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:37.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:36 smithi071 bash[23353]: cluster 2024-09-10T18:55:35.695345+0000 mgr.y (mgr.14142) 425 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:38 smithi145 bash[23187]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:38 smithi071 bash[23353]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:38 smithi071 bash[26156]: cluster 2024-09-10T18:55:37.696050+0000 mgr.y (mgr.14142) 426 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:40 smithi145 bash[23187]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:40 smithi071 bash[23353]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:40 smithi071 bash[26156]: cluster 2024-09-10T18:55:39.696612+0000 mgr.y (mgr.14142) 427 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:42 smithi071 bash[23353]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:42.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:42 smithi071 bash[26156]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:42 smithi145 bash[23187]: cluster 2024-09-10T18:55:41.697304+0000 mgr.y (mgr.14142) 428 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:44 smithi145 bash[23187]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:44 smithi071 bash[23353]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:44 smithi071 bash[26156]: cluster 2024-09-10T18:55:43.697909+0000 mgr.y (mgr.14142) 429 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:46 smithi145 bash[23187]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:46 smithi071 bash[23353]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:47.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:46 smithi071 bash[26156]: cluster 2024-09-10T18:55:45.698388+0000 mgr.y (mgr.14142) 430 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:48 smithi145 bash[23187]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:48 smithi071 bash[23353]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:48 smithi071 bash[26156]: cluster 2024-09-10T18:55:47.698934+0000 mgr.y (mgr.14142) 431 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:50 smithi145 bash[23187]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:50 smithi071 bash[23353]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:50 smithi071 bash[26156]: cluster 2024-09-10T18:55:49.699646+0000 mgr.y (mgr.14142) 432 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:52.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:52.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:52 smithi071 bash[23353]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:52.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:52 smithi071 bash[26156]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:52 smithi145 bash[23187]: cluster 2024-09-10T18:55:51.700308+0000 mgr.y (mgr.14142) 433 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:54 smithi145 bash[23187]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:54 smithi071 bash[23353]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:54 smithi071 bash[26156]: cluster 2024-09-10T18:55:53.700995+0000 mgr.y (mgr.14142) 434 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:56 smithi145 bash[23187]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:56 smithi071 bash[23353]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:57.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:56 smithi071 bash[26156]: cluster 2024-09-10T18:55:55.701554+0000 mgr.y (mgr.14142) 435 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:55:58 smithi145 bash[23187]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:55:58 smithi071 bash[23353]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:55:59.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:55:58 smithi071 bash[26156]: cluster 2024-09-10T18:55:57.702057+0000 mgr.y (mgr.14142) 436 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:00 smithi145 bash[23187]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:00 smithi071 bash[23353]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:01.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:00 smithi071 bash[26156]: cluster 2024-09-10T18:55:59.702537+0000 mgr.y (mgr.14142) 437 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:02.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:02 smithi071 bash[23353]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:02.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:02 smithi071 bash[26156]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:02 smithi145 bash[23187]: cluster 2024-09-10T18:56:01.703153+0000 mgr.y (mgr.14142) 438 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:04 smithi145 bash[23187]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:04 smithi071 bash[23353]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:05.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:04 smithi071 bash[26156]: cluster 2024-09-10T18:56:03.703626+0000 mgr.y (mgr.14142) 439 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:06 smithi145 bash[23187]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:06 smithi071 bash[23353]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:07.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:06 smithi071 bash[26156]: cluster 2024-09-10T18:56:05.704240+0000 mgr.y (mgr.14142) 440 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:08 smithi145 bash[23187]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:08 smithi071 bash[23353]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:09.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:08 smithi071 bash[26156]: cluster 2024-09-10T18:56:07.704720+0000 mgr.y (mgr.14142) 441 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:10.018 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T18:56:10.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:10.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:10 smithi071 bash[23353]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:10.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:10.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:10 smithi071 bash[26156]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:10 smithi145 bash[23187]: cluster 2024-09-10T18:56:09.705479+0000 mgr.y (mgr.14142) 442 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:11.842 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-09-10T18:56:11.842 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (7m) 3m ago 8m docker.io/prom/alertmanager:latest 11f11916f8cd d1e744de5d5e 2024-09-10T18:56:11.842 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (8m) 3m ago 8m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 73d8484ad8e4 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (3m) 3m ago 11m 17.2.7-1606-g5be57395 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 4c55dd409611 d4e3eaf5fd6d 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 eccb2c641efb 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (13m) 3m ago 13m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (12m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (8m) 3m ago 8m docker.io/prom/node-exporter:latest 71dc9668b154 894d7abf6197 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (8m) 3m ago 8m docker.io/prom/node-exporter:latest 71dc9668b154 9110ced4b1e5 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (10m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T18:56:11.843 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (7m) 3m ago 8m docker.io/prom/prometheus:latest 4022a502929b fa5e69ab0ec5 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T18:56:11.844 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T18:56:12.437 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:12 smithi071 bash[23353]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:12 smithi071 bash[23353]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:12 smithi071 bash[26156]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:12.672 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:12 smithi071 bash[26156]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:12 smithi145 bash[23187]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:12 smithi145 bash[23187]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:11.705925+0000 mgr.y (mgr.14142) 443 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:11.837472+0000 mgr.y (mgr.14142) 444 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:56:14.229 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T18:56:14.229 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-10T18:56:14.229 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-10T18:56:14.230 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-09-10T18:56:14.231 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 1 2024-09-10T18:56:14.231 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T18:56:14.231 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T18:56:14.903 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T18:56:14.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:14 smithi071 bash[23353]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:14 smithi071 bash[23353]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:14 smithi071 bash[26156]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:14.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:14 smithi071 bash[26156]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:14 smithi145 bash[23187]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:14 smithi145 bash[23187]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:13.706352+0000 mgr.y (mgr.14142) 445 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:14.227827+0000 mon.c (mon.1) 31 : audit [DBG] from='client.? 172.21.15.71:0/2752029213' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:16.636 INFO:teuthology.orchestra.run.smithi071.stdout: cluster: 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: id: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: health: HEALTH_OK 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: services: 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: mon: 3 daemons, quorum a,c,b (age 12m) 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: mgr: y(active, since 12m), standbys: x 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: osd: 8 osds: 8 up (since 9m), 8 in (since 9m) 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: rgw: 2 daemons active (r.z.smithi071.uglmnf, r.z.smithi145.tcbxrc) 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: task status: 2024-09-10T18:56:16.637 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: data: 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: pools: 5 pools, 129 pgs 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: objects: 202 objects, 7.0 KiB 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: pgs: 129 active+clean 2024-09-10T18:56:16.638 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T18:56:16.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:16 smithi071 bash[23353]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:16.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:16.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:16 smithi071 bash[23353]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:16.959 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:16.959 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:16.960 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:16.960 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:16 smithi071 bash[26156]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:16.960 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:16 smithi071 bash[26156]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:16 smithi145 bash[23187]: cluster 2024-09-10T18:56:15.706829+0000 mgr.y (mgr.14142) 446 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:16 smithi145 bash[23187]: audit 2024-09-10T18:56:16.635411+0000 mon.a (mon.0) 727 : audit [DBG] from='client.? 172.21.15.71:0/2553391089' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T18:56:17.233 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 2'"'"'' 2024-09-10T18:56:18.928 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-10T18:56:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:18 smithi071 bash[23353]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:18.929 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:18.929 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:18 smithi071 bash[26156]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:18 smithi145 bash[23187]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:17.707235+0000 mgr.y (mgr.14142) 447 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:19.547 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T18:56:19.799 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:19.800 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:19 smithi071 bash[23353]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:19.800 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:19.800 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:19 smithi071 bash[26156]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:20.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:20.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:19 smithi145 bash[23187]: audit 2024-09-10T18:56:18.917320+0000 mon.c (mon.1) 32 : audit [DBG] from='client.? 172.21.15.71:0/2809771770' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T18:56:20.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:20.979 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:20 smithi071 bash[23353]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:20.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:20.980 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:20 smithi071 bash[26156]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:20 smithi145 bash[23187]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:19.707900+0000 mgr.y (mgr.14142) 448 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:22.091 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: debug ignoring --setuser ceph since I am not root 2024-09-10T18:56:22.091 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y[23582]: ignoring --setgroup ceph since I am not root 2024-09-10T18:56:22.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[23548]: debug ignoring --setuser ceph since I am not root 2024-09-10T18:56:22.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[23548]: ignoring --setgroup ceph since I am not root 2024-09-10T18:56:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[23353]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[23353]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[23353]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[26156]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[26156]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 bash[26156]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 bash[23187]: audit 2024-09-10T18:56:21.333665+0000 mon.a (mon.0) 728 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T18:56:22.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 bash[23187]: cluster 2024-09-10T18:56:21.337790+0000 mon.a (mon.0) 729 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-09-10T18:56:22.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 bash[23187]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:21.688189+0000 mon.a (mon.0) 730 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:22.420 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:56:22.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:22.975 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:22 smithi071 bash[23353]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:22 smithi071 bash[23353]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:22 smithi071 bash[26156]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:22.976 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:22 smithi071 bash[26156]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:22 smithi145 bash[23187]: audit 2024-09-10T18:56:21.792110+0000 mon.a (mon.0) 731 : audit [INF] from='client.? 172.21.15.71:0/703891549' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T18:56:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:22 smithi145 bash[23187]: cluster 2024-09-10T18:56:21.792164+0000 mon.a (mon.0) 732 : cluster [DBG] mgrmap e16: x(active, starting, since 0.458081s), standbys: y 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[23353]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[23353]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[23353]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[23353]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:25.581 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[26156]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[26156]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[26156]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 bash[26156]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:25.582 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:26.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:26.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 bash[23187]: cluster 2024-09-10T18:56:25.516271+0000 mon.a (mon.0) 733 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 bash[23187]: cluster 2024-09-10T18:56:25.516361+0000 mon.a (mon.0) 734 : cluster [DBG] Standby manager daemon y started 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 bash[23187]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 bash[23187]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:25.516890+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:26.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:25.517916+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.? 172.21.15.71:0/2999462006' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:26.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[23353]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[23353]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[23353]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[26156]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[26156]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 bash[26156]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:26.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 bash[23187]: cluster 2024-09-10T18:56:25.572484+0000 mon.a (mon.0) 735 : cluster [DBG] mgrmap e17: x(active, starting, since 4s), standbys: y 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 bash[23187]: audit 2024-09-10T18:56:25.576550+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 bash[23187]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:27.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:25.576666+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T18:56:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 bash[23187]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.316 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.317 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.318 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.319 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.320 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.321 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[26156]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.322 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 bash[23353]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.323 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.793664+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.793879+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.794067+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.795601+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.795909+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.796167+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.796431+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.796658+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T18:56:28.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.796886+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.797114+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.797331+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.798550+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.798751+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.799222+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.800026+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T18:56:28.325 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.326 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.800819+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.801187+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.801519+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.801858+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T18:56:28.327 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.802241+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.802570+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.802866+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.803202+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.803519+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.803829+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.804147+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.804461+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.804772+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.805070+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.805366+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.805657+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.805936+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T18:56:28.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.806232+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T18:56:28.329 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.806506+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T18:56:28.329 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:27.806780+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T18:56:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 bash[23187]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[23353]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 bash[26156]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:28.060704+0000 mon.a (mon.0) 736 : cluster [INF] Manager daemon x is now available 2024-09-10T18:56:29.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:28.070187+0000 mgr.x (mgr.34547) 1 : cephadm [INF] inventory: adjusted host smithi071 addr 'smithi071' -> '172.21.15.71' 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.070599+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.071267+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.074881+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"smithi145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.079214+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.079704+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]: dispatch 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.082284+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/rgw_migration_queue","val":"[{\"created\": \"2024-09-10T18:48:42.178694\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}]"}]': finished 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:28.082790+0000 mgr.x (mgr.34547) 2 : cephadm [INF] Queued rgw.r.z for migration 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:28.083190+0000 mgr.x (mgr.34547) 3 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.083440+0000 mon.b (mon.2) 66 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.083767+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.087143+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"6","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.088818+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' 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-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.089106+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.091958+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.34547 ' 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-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.126781+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.127313+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.131583+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.132156+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.132741+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.133048+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]: dispatch 2024-09-10T18:56:29.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:28.136564+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/collection","val":"[]"}]': finished 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.131 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.132 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.133 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.133 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.134 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.134 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.135 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.136 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.136 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.136 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.137 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.137 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.137 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.137 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.138 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.138 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.138 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[26156]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.139 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 bash[23353]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.141 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.141 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.142 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.142 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.143 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.145 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.181 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: cephadm 2024-09-10T18:56:28.534082+0000 mgr.x (mgr.34547) 4 : cephadm [INF] Deploying cephadm binary to smithi071 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: cephadm 2024-09-10T18:56:28.546518+0000 mgr.x (mgr.34547) 5 : cephadm [INF] Deploying cephadm binary to smithi145 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: cluster 2024-09-10T18:56:28.863539+0000 mon.a (mon.0) 749 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: cluster 2024-09-10T18:56:28.874253+0000 mgr.x (mgr.34547) 6 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.322858+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.323537+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.323948+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.327420+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.329487+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.329943+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.332107+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040572Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040663Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040693Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040718Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040744Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040770Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040795Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040821Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040846Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:03.040903Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.183 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.333079+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 bash[23187]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.333790+0000 mon.b (mon.2) 75 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.333971+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.334090+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.336989+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.337819+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.338288+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.341890+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990771Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990916Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990964Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.990997Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991027Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991058Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991088Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991119Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991149Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:53:06.991194Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:30.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:29.342815+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 bash[23187]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 bash[23187]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 bash[23187]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 bash[23187]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T18:56:31.028+0000 7fbf7b130640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: Traceback (most recent call last): 2024-09-10T18:56:31.281 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: debug 2024-09-10T18:56:31.028+0000 7fbf7b130640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: Traceback (most recent call last): 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: self._run(expiration_interval) 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: s = self.context.wrap_socket( 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: return self.sslsocket_class._create( 2024-09-10T18:56:31.282 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: self.do_handshake() 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: self._sslobj.do_handshake() 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[33753]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._run(expiration_interval) 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:31.283 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: s = self.context.wrap_socket( 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: return self.sslsocket_class._create( 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self.do_handshake() 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._sslobj.do_handshake() 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:31.284 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: 2024-09-10T18:56:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[23353]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[23353]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[23353]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[23353]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[26156]: cluster 2024-09-10T18:56:29.798697+0000 mgr.x (mgr.34547) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[26156]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[26156]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 bash[26156]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:30.104398+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:30.104918+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]: dispatch 2024-09-10T18:56:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:30.346674+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e19: x(active, since 9s), standbys: y 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: Traceback (most recent call last): 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: self._run(expiration_interval) 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: Traceback (most recent call last): 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: self._run(expiration_interval) 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: s = self.context.wrap_socket( 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: return self.sslsocket_class._create( 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: self.do_handshake() 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: self._sslobj.do_handshake() 2024-09-10T18:56:32.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: s = self.context.wrap_socket( 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: return self.sslsocket_class._create( 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: self.do_handshake() 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: self._sslobj.do_handshake() 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.012 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[23353]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.012 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.012 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.012 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 bash[26156]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.012 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.013 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Traceback (most recent call last): 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._run(expiration_interval) 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: Traceback (most recent call last): 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._run(expiration_interval) 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.015 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s = self.context.wrap_socket( 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return self.sslsocket_class._create( 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self.do_handshake() 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.016 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._sslobj.do_handshake() 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s = self.context.wrap_socket( 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return self.sslsocket_class._create( 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.017 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self.do_handshake() 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._sslobj.do_handshake() 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.018 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:30.866607+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool rename", "format": "json", "srcpool": "device_health_metrics", "destpool": ".mgr"}]': finished 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: cluster 2024-09-10T18:56:30.866676+0000 mon.a (mon.0) 761 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: Traceback (most recent call last): 2024-09-10T18:56:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: self._run(expiration_interval) 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: s = self.context.wrap_socket( 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: return self.sslsocket_class._create( 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: self.do_handshake() 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: self._sslobj.do_handshake() 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:30.867878+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 bash[23187]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:30.872124+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-10T18:56:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:30.913681+0000 mgr.x (mgr.34547) 8 : cephadm [INF] [10/Sep/2024:18:56:30] ENGINE Bus STARTING 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:31.029334+0000 mgr.x (mgr.34547) 9 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:31.029420+0000 mgr.x (mgr.34547) 10 : cephadm [INF] [10/Sep/2024:18:56:31] ENGINE Bus STARTED 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:31.030327+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:31.030825+0000 mgr.x (mgr.34547) 11 : cephadm [ERR] [10/Sep/2024:18:56:31] ENGINE Error in HTTPServer.serve 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: Traceback (most recent call last): 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._connections.run(self.expiration_interval) 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._run(expiration_interval) 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T18:56:32.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s = self.context.wrap_socket( 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return self.sslsocket_class._create( 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self.do_handshake() 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._sslobj.do_handshake() 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T18:56:32.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 2024-09-10T18:56:32.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:31.030831+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T18:56:32.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:31.034282+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[26156]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.911 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 bash[23353]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:32.912 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:32.913 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: cluster 2024-09-10T18:56:31.799019+0000 mgr.x (mgr.34547) 12 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: audit 2024-09-10T18:56:31.873610+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 bash[23187]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:31.873655+0000 mon.a (mon.0) 766 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:32.472507+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:32.472915+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T18:56:33.194 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:32.475456+0000 mon.a (mon.0) 768 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]': finished 2024-09-10T18:56:34.176 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.176 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.176 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.176 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.177 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/c 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 bash[23187]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.178 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ce 2024-09-10T18:56:34.179 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.179 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.179 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:34.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[26156]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:34.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.295149+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:34.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.295769+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.296106+0000 mon.a (mon.0) 769 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:34.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 bash[23353]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:34.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.299443+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:34.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.300448+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker 2024-09-10T18:56:34.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.300952+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sh 2024-09-10T18:56:34.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: a256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/c 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.304238+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: eph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:34.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.684400+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:35.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.235 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.236 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.237 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.237 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.238 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.238 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.239 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.239 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.240 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.241 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.242 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[26156]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", 2024-09-10T18:56:35.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a39 2024-09-10T18:56:35.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 bash[23353]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 92\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@s 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_p 2024-09-10T18:56:35.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ercentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14 2024-09-10T18:56:35.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", 2024-09-10T18:56:35.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: cluster 2024-09-10T18:56:33.799332+0000 mgr.x (mgr.34547) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.940997+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.941511+0000 mon.b (mon.2) 88 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.941798+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.946008+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"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-09-10T18:56:28.076331Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.076342Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.946961+0000 mon.b (mon.2) 89 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.947436+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.950209+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:45:36.911688Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:33.951045+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 bash[23187]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:34.311329+0000 mon.a (mon.0) 777 : cluster [DBG] mgrmap e20: x(active, since 12s), standbys: y 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.576459+0000 mon.b (mon.2) 91 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.576866+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.579420+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config-key set", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]': finished 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.634898+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.635516+0000 mon.b (mon.2) 93 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.635841+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.641256+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.642298+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.642710+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:34.647480+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.986 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 bash[23187]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:35.987 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \ 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \ 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \ 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:35.988 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.019501+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:56:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.274895+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:36.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.275441+0000 mon.b (mon.2) 97 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.275751+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.281147+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"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-09-10T18:56:28.077433Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"1\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_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-09-10T18:56:28.077441Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:36.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:36.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[26156]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 bash[23353]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \ 2024-09-10T18:56:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \ 2024-09-10T18:56:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.282481+0000 mon.b (mon.2) 98 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\ 2024-09-10T18:56:36.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:36.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:36.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.282966+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:36.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.285927+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:46:48.982999Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:36.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:35.286941+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.482 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[23353]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.483 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.484 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 bash[26156]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.485 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.486 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.964 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.964 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.964 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: cluster 2024-09-10T18:56:35.799897+0000 mgr.x (mgr.34547) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 7.4 KiB/s rd, 178 KiB/s wr, 20 op/s 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.142584+0000 mon.a (mon.0) 788 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.965 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 bash[23187]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.142783+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.142982+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.143146+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.427616+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.652820+0000 mon.a (mon.0) 789 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.654794+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.654946+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:37.966 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.657314+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 bash[23187]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[23353]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.593 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.594 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:36.654639+0000 mon.c (mon.1) 35 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.594 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 bash[26156]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.177752+0000 mon.c (mon.1) 36 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.184707+0000 mon.b (mon.2) 107 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T18:56:38.595 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.708018+0000 mon.b (mon.2) 108 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T18:56:38.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.714126+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T18:56:38.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.714323+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T18:56:38.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:37.714512+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T18:56:38.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:37.800216+0000 mgr.x (mgr.34547) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.9 MiB used, 707 GiB / 715 GiB avail; 6.4 KiB/s rd, 154 KiB/s wr, 17 op/s 2024-09-10T18:56:38.596 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:38.049796+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T18:56:39.693 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.693 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.694 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 bash[23187]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.695 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.696 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[23353]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 bash[26156]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.405608+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.406252+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.406623+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:39.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.409468+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:39.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.410416+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.410902+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha25 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.413333+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@s 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.416673+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.416999+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.417269+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.417519+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.417770+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.418012+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.418268+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:39.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.418505+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:39.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:39.418749+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:40.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:40 smithi145 bash[23187]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:40.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:40.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:40 smithi071 bash[23353]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:40.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:40 smithi071 bash[26156]: cluster 2024-09-10T18:56:39.801051+0000 mgr.x (mgr.34547) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 7.7 KiB/s rd, 226 KiB/s wr, 22 op/s 2024-09-10T18:56:41.477 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.477 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.477 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.477 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\ 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.478 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.479 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 bash[23187]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \ 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.1 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.480 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.481 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:41.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.745 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.745 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.746 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.746 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.747 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.747 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.748 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.748 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.748 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.749 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.750 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[26156]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.122980+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:41.751 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.123520+0000 mon.b (mon.2) 126 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.752 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 bash[23353]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:41.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.124014+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:41.753 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.753 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.127477+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.754 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.128366+0000 mon.b (mon.2) 127 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.755 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.756 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:41.756 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.128892+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T18:56:41.756 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.131867+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:57.481099Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.132512+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.132770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.133033+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.133271+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.133512+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.133747+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.133999+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.134235+0000 mon.b (mon.2) 135 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.134484+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T18:56:41.757 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.135786+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.136282+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.138975+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.212546+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.213139+0000 mon.b (mon.2) 139 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.213604+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:41.758 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:41.214451+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-09-10T18:56:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:42.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:42.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:42.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:42.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:42.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:42.846 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[23353]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:42.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:42.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.848 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:42.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker 2024-09-10T18:56:42.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:42.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:42.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 bash[26156]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:42.851 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:42.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ 2024-09-10T18:56:42.851 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.852 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6 2024-09-10T18:56:42.852 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker 2024-09-10T18:56:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b0 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 64d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:42.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:42.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:42.855 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:41.212137+0000 mgr.x (mgr.34547) 17 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:43.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:41.214189+0000 mgr.x (mgr.34547) 18 : cephadm [INF] Reconfiguring daemon mon.a on smithi071 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:41.801532+0000 mgr.x (mgr.34547) 19 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 6.9 KiB/s rd, 202 KiB/s wr, 19 op/s 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.545372+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:43.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 bash[23187]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.546008+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.546620+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.549471+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.550656+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.551148+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.554217+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54 2024-09-10T18:56:43.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:43:46.908683Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:43.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.555536+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:43.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.556245+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:43.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.556854+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:43.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:42.557902+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:43 smithi071 bash[23353]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:43 smithi071 bash[23353]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:43.853 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:43 smithi071 bash[26156]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:43.854 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:43 smithi071 bash[26156]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:44.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:44.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:44.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:43 smithi145 bash[23187]: cephadm 2024-09-10T18:56:42.555282+0000 mgr.x (mgr.34547) 20 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-10T18:56:44.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:43 smithi145 bash[23187]: cephadm 2024-09-10T18:56:42.557595+0000 mgr.x (mgr.34547) 21 : cephadm [INF] Reconfiguring daemon mon.c on smithi071 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:44.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 bash[23187]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:44.935 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:44.936 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:44.936 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:44.936 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:45.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:45.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:45.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:45.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:45.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[26156]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:43.802008+0000 mgr.x (mgr.34547) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.8 KiB/s rd, 169 KiB/s wr, 16 op/s 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.899013+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:45.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.899721+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:45.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:45.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 bash[23353]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:45.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.900134+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:45.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:45.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.904482+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:45.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879f 2024-09-10T18:56:45.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: b2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.905667+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docke 2024-09-10T18:56:45.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha25 2024-09-10T18:56:45.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.906166+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54 2024-09-10T18:56:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:45.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:45.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:43.909707+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"d1e744de5d5e\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20782776, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294344Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:48:14.174347Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"dock 2024-09-10T18:56:45.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: er.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-09-10T18:48:09.171383Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:33.294559Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:45.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:43.911183+0000 mgr.x (mgr.34547) 23 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-09-10T18:56:45.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:43.919632+0000 mgr.x (mgr.34547) 24 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi071 2024-09-10T18:56:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:46 smithi145 bash[23187]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:47.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:47.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:46 smithi071 bash[23353]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:46 smithi071 bash[26156]: cluster 2024-09-10T18:56:45.802921+0000 mgr.x (mgr.34547) 25 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 5.7 KiB/s rd, 168 KiB/s wr, 16 op/s 2024-09-10T18:56:49.174 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:49.174 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:48 smithi071 bash[23353]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:49.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:49.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:48 smithi071 bash[26156]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:48 smithi145 bash[23187]: cluster 2024-09-10T18:56:47.803331+0000 mgr.x (mgr.34547) 26 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:50 smithi071 bash[23353]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:50 smithi071 bash[26156]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.093 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:50 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:56:51.093 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[36737]: ts=2024-09-10T18:56:50.876Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:56:51.093 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:50 smithi071 bash[36690]: ts=2024-09-10T18:56:50.876Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T18:56:51.093 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:50 smithi071 podman[36690]: 2024-09-10 18:56:50.878672221 +0000 UTC m=+516.808123662 container died d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:50 smithi145 bash[23187]: cluster 2024-09-10T18:56:49.804111+0000 mgr.x (mgr.34547) 27 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 65 KiB/s wr, 4 op/s 2024-09-10T18:56:51.494 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[44049]: 2024-09-10 18:56:51.233484628 +0000 UTC m=+0.435222475 container cleanup d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:51.494 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[44049]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T18:56:51.802 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[36690]: 2024-09-10 18:56:51.493087522 +0000 UTC m=+517.422539005 container remove d1e744de5d5e7abb7ecfaa29808521b2fb7ce9864119c0587e0acc6f21e061f9 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 36737 (conmon) remains running after unit stopped. 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Unit process 44061 (podman) remains running after unit stopped. 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: Starting Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[44076]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a" found: no such container 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 systemd[1]: Started Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[44088]: 2024-09-10 18:56:51.67905294 +0000 UTC m=+0.105886731 image pull 11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5 prom/alertmanager 2024-09-10T18:56:51.803 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:51 smithi071 podman[44088]: 2024-09-10 18:56:51.802409015 +0000 UTC m=+0.229242796 container create f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:52.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.057 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 podman[44088]: 2024-09-10 18:56:52.021266527 +0000 UTC m=+0.448100307 container init f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 podman[44088]: 2024-09-10 18:56:52.023982015 +0000 UTC m=+0.450815801 container start f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.033Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.033Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.034Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.035Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.056Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:56:52.058 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.056Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:56:52.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.059 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.059 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.060 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.060 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.061 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.061 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.062 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.062 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \" 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.063 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.064 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[23353]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.064 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.064 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd 2024-09-10T18:56:52.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:1 2024-09-10T18:56:52.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 4.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 bash[26156]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: onfig\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.2 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 25031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.067 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.068 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.068 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.068 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.596604+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.597439+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.597838+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.600966+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.602589+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 bash[23187]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.603118+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.607941+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98251571, \"cpu_percentage\": \"1.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293686Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301046169, \"cpu_percentage\": \"3.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293831Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 106640179, \"cpu_percentage\": \"0.74%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.293911Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46231715, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294008Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48014295, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294076Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41114664, \"cpu_percentage\": \"0.40%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294137Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47311749, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294196Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12436111, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294286Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 35001466, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:33.294420Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.609229+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.609897+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.610552+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:56:52.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:51.611690+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-09-10T18:56:52.310 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.059Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:56:52.310 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:52.059Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:56:52.310 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.033Z caller=main.go:181 level=info msg="Starting Alertmanager" version="(version=0.27.0, branch=HEAD, revision=0aa3c2aad14cff039931923ab16b26b7481783b5)" 2024-09-10T18:56:52.310 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.033Z caller=main.go:182 level=info build_context="(go=go1.21.7, platform=linux/amd64, user=root@22cd11f671e9, date=20240228-11:51:20, tags=netgo)" 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.034Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.035Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.056Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.056Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.059Z caller=tls_config.go:313 level=info msg="Listening on" address=[::]:9093 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[44088]: ts=2024-09-10T18:56:52.059Z caller=tls_config.go:316 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T18:56:52.311 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:52 smithi071 podman[44088]: 2024-09-10 18:56:52.083466127 +0000 UTC m=+0.510300009 container attach f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T18:56:52.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:52.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:52.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 bash[23187]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:52.954 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 bash[23187]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:52.955 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 bash[23187]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:52.955 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:53.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[26156]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:53.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[26156]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:53.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[26156]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[23353]: cephadm 2024-09-10T18:56:51.608964+0000 mgr.x (mgr.34547) 28 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[23353]: cephadm 2024-09-10T18:56:51.611312+0000 mgr.x (mgr.34547) 29 : cephadm [INF] Reconfiguring daemon mon.b on smithi145 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 bash[23353]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:53.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:51.804451+0000 mgr.x (mgr.34547) 30 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.184 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 bash[23187]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:54.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:56:54.035Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000288301s 2024-09-10T18:56:54.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:56:54 smithi071 bash[44088]: ts=2024-09-10T18:56:54.035Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000288301s 2024-09-10T18:56:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.002033+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:56:54.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[26156]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:54.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.002621+0000 mon.b (mon.2) 160 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.002989+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:56:54.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.005698+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:56:54.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 bash[23353]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:54.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.006998+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\" 2024-09-10T18:56:54.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: : 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\" 2024-09-10T18:56:54.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.007442+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: : \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:56:53.010864+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"fa5e69ab0ec5\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 27724349, \"cpu_percentage\": \"0.16%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633938Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:48:17.671094Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:48:14.082075Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:56:34.634274Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:53.012061+0000 mgr.x (mgr.34547) 31 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-09-10T18:56:54.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:56:53.019587+0000 mgr.x (mgr.34547) 32 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi145 2024-09-10T18:56:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:55 smithi145 bash[23187]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:55 smithi071 bash[23353]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:55 smithi071 bash[26156]: cluster 2024-09-10T18:56:53.804811+0000 mgr.x (mgr.34547) 33 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:57 smithi145 bash[23187]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:57 smithi071 bash[23353]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:57 smithi071 bash[26156]: cluster 2024-09-10T18:56:55.805423+0000 mgr.x (mgr.34547) 34 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:56:59 smithi145 bash[23187]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:56:59 smithi071 bash[23353]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:56:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:56:59 smithi071 bash[26156]: cluster 2024-09-10T18:56:57.805701+0000 mgr.x (mgr.34547) 35 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.331 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.331 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:01 smithi145 bash[23187]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:01 smithi071 bash[23353]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:01 smithi071 bash[26156]: cluster 2024-09-10T18:56:59.806306+0000 mgr.x (mgr.34547) 36 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:02.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:57:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:57:02.038Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003338741s 2024-09-10T18:57:02.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:57:02 smithi071 bash[44088]: ts=2024-09-10T18:57:02.038Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003338741s 2024-09-10T18:57:02.775 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:02.776 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[23187]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 systemd[1]: Stopping Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:57:03.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.962Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T18:57:03.031 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.962Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.963Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T18:57:03.032 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.963Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 bash[31528]: ts=2024-09-10T18:57:02.964Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T18:57:03.033 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T18:57:03.034 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T18:57:03.034 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[31543]: ts=2024-09-10T18:57:02.964Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T18:57:03.034 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:02 smithi145 podman[31528]: 2024-09-10 18:57:02.966164598 +0000 UTC m=+525.395211514 container died fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:02 smithi071 bash[23353]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:02 smithi071 bash[26156]: cluster 2024-09-10T18:57:01.806713+0000 mgr.x (mgr.34547) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:03.530 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[37070]: 2024-09-10 18:57:03.320456227 +0000 UTC m=+0.486188837 container cleanup fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:03.530 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[37070]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T18:57:03.915 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:03.915 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:03.916 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:03.916 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:03.916 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[31528]: 2024-09-10 18:57:03.6133662 +0000 UTC m=+526.042413117 container remove fa5e69ab0ec5ba075da098e4a10e7ae566e99d87cf62df3daf372a21c147a3fc (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:03.916 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-10T18:57:03.916 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Unit process 31543 (conmon) remains running after unit stopped. 2024-09-10T18:57:03.916 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Unit process 37082 (podman) remains running after unit stopped. 2024-09-10T18:57:03.916 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: Stopped Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:57:03.917 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: Starting Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:57:03.917 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[37098]: Error: no container with ID or name "ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a" found: no such container 2024-09-10T18:57:03.917 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 systemd[1]: Started Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T18:57:03.917 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[37111]: 2024-09-10 18:57:03.782470334 +0000 UTC m=+0.113698971 image pull 4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f prom/prometheus:latest 2024-09-10T18:57:03.917 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:03 smithi145 podman[37111]: 2024-09-10 18:57:03.914646549 +0000 UTC m=+0.245875170 container create 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:03.919 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:03.920 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_ 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 bash[23187]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:03.921 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:03.922 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:04.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:04.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:04.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:04.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[26156]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.691464+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.692071+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.692437+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:04.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:04.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.695980+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:04.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, 2024-09-10T18:57:04.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], 2024-09-10T18:57:04.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.697722+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\" 2024-09-10T18:57:04.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:04.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:04.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:04.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \ 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:04.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:04.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:04.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 bash[23353]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: : [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.698379+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.704035+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110100480, \"cpu_percentage\": \"0.95%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633477Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 441974784, \"cpu_percentage\": \"3.61%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:56:34.633622Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46221230, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633692Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46273658, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633756Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42645585, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633818Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45770342, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.633878Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"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\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 10695475, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634012Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39321600, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634073Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38031851, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:56:34.634132Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_confi 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: g\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.708537+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.709785+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.710322+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.710721+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.715038+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi071.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.722367+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.725451+0000 mon.b (mon.2) 169 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.726262+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.726699+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.730383+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi145.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.737839+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.740802+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T18:57:04.531 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 podman[37111]: 2024-09-10 18:57:04.192402133 +0000 UTC m=+0.523630755 container init 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:04.531 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 podman[37111]: 2024-09-10 18:57:04.195678457 +0000 UTC m=+0.526907084 container start 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:04.531 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.215Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.216Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.217Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.218Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:57:04.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.219Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.220Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.220Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.148µs 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.220Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.220Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.233Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-10T18:57:04.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.233Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.233Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.949µs wal_replay_duration=13.032938ms wbl_replay_duration=108ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.148µs total_replay_duration=13.072428ms 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.235Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.235Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.235Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.245Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:57:04.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.245Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=10.247992ms db_storage=765ns remote_storage=1.459µs web_handler=310ns query_engine=3.56µs scrape=328.373µs scrape_sd=22.491µs notify=34.801µs notify_sd=6.356µs rules=9.591826ms tracing=4.723µs 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.245Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T18:57:04.245Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:601 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:645 level=info msg="Starting Prometheus Server" mode=server version="(version=2.54.1, branch=HEAD, revision=e6cfa720fbe6280153fab13090a483dbd40bece3)" 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:650 level=info build_context="(go=go1.22.6, platform=linux/amd64, user=root@812ffd741951, date=20240827-10:56:41, tags=netgo,builtinassets,stringlabels)" 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:651 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T18:57:04.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:652 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.215Z caller=main.go:653 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.216Z caller=web.go:571 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.217Z caller=main.go:1160 level=info msg="Starting TSDB ..." 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.218Z caller=tls_config.go:313 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.219Z caller=tls_config.go:316 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.220Z caller=head.go:626 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T18:57:04.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.220Z caller=head.go:713 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.148µs 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.220Z caller=head.go:721 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.220Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.233Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.233Z caller=head.go:793 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.233Z caller=head.go:830 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=21.949µs wal_replay_duration=13.032938ms wbl_replay_duration=108ns chunk_snapshot_load_duration=0s mmap_chunk_replay_duration=1.148µs total_replay_duration=13.072428ms 2024-09-10T18:57:04.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.235Z caller=main.go:1181 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.235Z caller=main.go:1184 level=info msg="TSDB started" 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.235Z caller=main.go:1367 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.245Z caller=main.go:1404 level=info msg="updated GOGC" old=100 new=75 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.245Z caller=main.go:1415 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=10.247992ms db_storage=765ns remote_storage=1.459µs web_handler=310ns query_engine=3.56µs scrape=328.373µs scrape_sd=22.491µs notify=34.801µs notify_sd=6.356µs rules=9.591826ms tracing=4.723µs 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.245Z caller=main.go:1145 level=info msg="Server is ready to receive web requests." 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[37111]: ts=2024-09-10T18:57:04.245Z caller=manager.go:164 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T18:57:04.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 18:57:04 smithi145 podman[37111]: 2024-09-10 18:57:04.275589466 +0000 UTC m=+0.606818103 container attach 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T18:57:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[23187]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[23187]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[23187]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[23187]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 bash[23187]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[23353]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[23353]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[23353]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[23353]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[23353]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[26156]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[26156]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[26156]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[26156]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 bash[26156]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.708959+0000 mgr.x (mgr.34547) 38 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.710046+0000 mgr.x (mgr.34547) 39 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi071.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.722752+0000 mgr.x (mgr.34547) 40 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T18:57:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:03.725909+0000 mgr.x (mgr.34547) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi145.front.sepia.ceph.com:9095"}]: dispatch 2024-09-10T18:57:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:03.807062+0000 mgr.x (mgr.34547) 42 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:06 smithi071 bash[23353]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.214 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:06 smithi071 bash[26156]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.236 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:07.236 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:06 smithi145 bash[23187]: cluster 2024-09-10T18:57:05.807698+0000 mgr.x (mgr.34547) 43 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 bash[23187]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1c 2024-09-10T18:57:08.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: c9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.591831+0000 mon.b (mon.2) 173 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:08.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.592539+0000 mon.b (mon.2) 174 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.592918+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:08.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.595753+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:08.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c6 2024-09-10T18:57:08.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.597292+0000 mon.b (mon.2) 175 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[26156]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:08.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 0\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 bash[23353]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:08.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T18:57:08.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.597762+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/cep 2024-09-10T18:57:08.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", 2024-09-10T18:57:08.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:08.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: h@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:08.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:07.602668+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ce 2024-09-10T18:57:08.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.178653Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:09.274 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:08 smithi145 bash[23187]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:09.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:08 smithi071 bash[23353]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:08 smithi071 bash[26156]: cluster 2024-09-10T18:57:07.808261+0000 mgr.x (mgr.34547) 44 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.146 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.146 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.147 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.147 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.148 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.150 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[26156]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.151 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.152 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.153 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.153 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.153 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.153 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_ 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 bash[23353]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.154 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usag 2024-09-10T18:57:11.155 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.155 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: e\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.1 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 4%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0. 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.156 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.157 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.157 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 383 2024-09-10T18:57:11.157 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 46424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_perc 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: entage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.158 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: cluster 2024-09-10T18:57:09.808886+0000 mgr.x (mgr.34547) 45 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.646473+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.647038+0000 mon.b (mon.2) 177 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.647418+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.650616+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 bash[23187]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.651462+0000 mon.b (mon.2) 178 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.651949+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.655291+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 110205337, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.644976Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 457179136, \"cpu_percentage\": \"3.92%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645152Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46504345, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645244Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46766489, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645311Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43882905, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645372Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47510978, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645433Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 32369541, \"cpu_percentage\": \"124.79%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645506Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11377049, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645564Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39436943, \"cpu_percentage\": \"0.39%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645622Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \": 38346424, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:10.645679Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:10.645801Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:56:41.211806Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.656751+0000 mon.b (mon.2) 179 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.657187+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.660298+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.735017+0000 mon.b (mon.2) 180 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.735561+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:57:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:10.739120+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:57:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:12 smithi145 bash[23187]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:13.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:13.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:12 smithi071 bash[23353]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:12 smithi071 bash[26156]: cluster 2024-09-10T18:57:11.809177+0000 mgr.x (mgr.34547) 46 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:14 smithi145 bash[23187]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:14 smithi071 bash[23353]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:14 smithi071 bash[26156]: cluster 2024-09-10T18:57:13.809682+0000 mgr.x (mgr.34547) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:16 smithi145 bash[23187]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:16 smithi071 bash[23353]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:16 smithi071 bash[26156]: cluster 2024-09-10T18:57:15.810639+0000 mgr.x (mgr.34547) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:18 smithi145 bash[23187]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:18 smithi071 bash[23353]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:18 smithi071 bash[26156]: cluster 2024-09-10T18:57:17.810998+0000 mgr.x (mgr.34547) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:20 smithi145 bash[23187]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:20 smithi071 bash[23353]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:20 smithi071 bash[26156]: cluster 2024-09-10T18:57:19.811614+0000 mgr.x (mgr.34547) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:22 smithi145 bash[23187]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:22 smithi071 bash[23353]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:22 smithi071 bash[26156]: cluster 2024-09-10T18:57:21.812019+0000 mgr.x (mgr.34547) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:24 smithi145 bash[23187]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:24 smithi071 bash[23353]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:24 smithi071 bash[26156]: cluster 2024-09-10T18:57:23.812471+0000 mgr.x (mgr.34547) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:26 smithi145 bash[23187]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:26 smithi071 bash[23353]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:26 smithi071 bash[26156]: cluster 2024-09-10T18:57:25.813204+0000 mgr.x (mgr.34547) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 bash[23187]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[23353]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: cluster 2024-09-10T18:57:27.813756+0000 mgr.x (mgr.34547) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.061784+0000 mon.b (mon.2) 181 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 bash[26156]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062017+0000 mon.b (mon.2) 182 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062184+0000 mon.b (mon.2) 183 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062299+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062351+0000 mon.b (mon.2) 184 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062770+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.062975+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 5]}]: dispatch 2024-09-10T18:57:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:57:28.063184+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T18:57:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:30 smithi145 bash[23187]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:30 smithi071 bash[23353]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:30 smithi071 bash[26156]: cluster 2024-09-10T18:57:29.814539+0000 mgr.x (mgr.34547) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:32 smithi145 bash[23187]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:32 smithi071 bash[23353]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:32 smithi071 bash[26156]: cluster 2024-09-10T18:57:31.814912+0000 mgr.x (mgr.34547) 56 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:34 smithi145 bash[23187]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:34 smithi071 bash[23353]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:34 smithi071 bash[26156]: cluster 2024-09-10T18:57:33.815307+0000 mgr.x (mgr.34547) 57 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:36 smithi071 bash[23353]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:36 smithi071 bash[26156]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:36 smithi145 bash[23187]: cluster 2024-09-10T18:57:35.816102+0000 mgr.x (mgr.34547) 58 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:38 smithi145 bash[23187]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:38 smithi071 bash[23353]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:39.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:38 smithi071 bash[26156]: cluster 2024-09-10T18:57:37.816457+0000 mgr.x (mgr.34547) 59 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:40 smithi145 bash[23187]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:40 smithi071 bash[23353]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:40 smithi071 bash[26156]: cluster 2024-09-10T18:57:39.817239+0000 mgr.x (mgr.34547) 60 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:42 smithi145 bash[23187]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:42 smithi071 bash[23353]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:42 smithi071 bash[26156]: cluster 2024-09-10T18:57:41.817606+0000 mgr.x (mgr.34547) 61 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:44 smithi145 bash[23187]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:44 smithi071 bash[23353]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:44 smithi071 bash[26156]: cluster 2024-09-10T18:57:43.818016+0000 mgr.x (mgr.34547) 62 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:46 smithi145 bash[23187]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:46 smithi071 bash[23353]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:46 smithi071 bash[26156]: cluster 2024-09-10T18:57:45.818692+0000 mgr.x (mgr.34547) 63 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:48 smithi071 bash[23353]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:48 smithi071 bash[26156]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:48 smithi145 bash[23187]: cluster 2024-09-10T18:57:47.819252+0000 mgr.x (mgr.34547) 64 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:50 smithi145 bash[23187]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:50 smithi071 bash[23353]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:50 smithi071 bash[26156]: cluster 2024-09-10T18:57:49.820099+0000 mgr.x (mgr.34547) 65 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:52 smithi145 bash[23187]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:52 smithi071 bash[23353]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:52 smithi071 bash[26156]: cluster 2024-09-10T18:57:51.820605+0000 mgr.x (mgr.34547) 66 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:54 smithi145 bash[23187]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:54 smithi071 bash[23353]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:54 smithi071 bash[26156]: cluster 2024-09-10T18:57:53.821041+0000 mgr.x (mgr.34547) 67 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:56 smithi145 bash[23187]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:56 smithi071 bash[23353]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:56 smithi071 bash[26156]: cluster 2024-09-10T18:57:55.821873+0000 mgr.x (mgr.34547) 68 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:57:58 smithi145 bash[23187]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:57:58 smithi071 bash[23353]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:57:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:57:58 smithi071 bash[26156]: cluster 2024-09-10T18:57:57.822294+0000 mgr.x (mgr.34547) 69 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:00 smithi145 bash[23187]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:00 smithi071 bash[23353]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:00 smithi071 bash[26156]: cluster 2024-09-10T18:57:59.822977+0000 mgr.x (mgr.34547) 70 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:02 smithi145 bash[23187]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:02 smithi071 bash[26156]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:02 smithi071 bash[23353]: cluster 2024-09-10T18:58:01.823458+0000 mgr.x (mgr.34547) 71 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:04 smithi145 bash[23187]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:04 smithi071 bash[23353]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:04 smithi071 bash[26156]: cluster 2024-09-10T18:58:03.823921+0000 mgr.x (mgr.34547) 72 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.143 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:06 smithi071 bash[23353]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:06 smithi071 bash[26156]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:06 smithi145 bash[23187]: cluster 2024-09-10T18:58:05.824644+0000 mgr.x (mgr.34547) 73 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:08 smithi145 bash[23187]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:08 smithi071 bash[23353]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:08 smithi071 bash[26156]: cluster 2024-09-10T18:58:07.825083+0000 mgr.x (mgr.34547) 74 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:10 smithi145 bash[23187]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:10 smithi071 bash[23353]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:10 smithi071 bash[26156]: cluster 2024-09-10T18:58:09.825904+0000 mgr.x (mgr.34547) 75 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 bash[23187]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 bash[23187]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 bash[23187]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[23353]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[23353]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[23353]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[26156]: audit 2024-09-10T18:58:11.208692+0000 mon.b (mon.2) 185 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[26156]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 bash[26156]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:11.209188+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:58:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:11.215872+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:58:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:12 smithi145 bash[23187]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:13.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:12 smithi071 bash[23353]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:13.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:12 smithi071 bash[26156]: cluster 2024-09-10T18:58:11.826260+0000 mgr.x (mgr.34547) 76 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:14 smithi145 bash[23187]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:14 smithi071 bash[23353]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:14 smithi071 bash[26156]: cluster 2024-09-10T18:58:13.826674+0000 mgr.x (mgr.34547) 77 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:16 smithi145 bash[23187]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:58:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:58:16.952Z caller=notify.go:848 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-09-10T18:58:17.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:58:16 smithi071 bash[44088]: ts=2024-09-10T18:58:16.952Z caller=notify.go:848 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-09-10T18:58:17.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:16 smithi071 bash[23353]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:16 smithi071 bash[26156]: cluster 2024-09-10T18:58:15.827447+0000 mgr.x (mgr.34547) 78 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:18 smithi145 bash[23187]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:18 smithi071 bash[23353]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:18 smithi071 bash[26156]: cluster 2024-09-10T18:58:17.827808+0000 mgr.x (mgr.34547) 79 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:20 smithi145 bash[23187]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:20 smithi071 bash[23353]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:20 smithi071 bash[26156]: cluster 2024-09-10T18:58:19.828526+0000 mgr.x (mgr.34547) 80 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:22 smithi145 bash[23187]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:22 smithi071 bash[23353]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:22 smithi071 bash[26156]: cluster 2024-09-10T18:58:21.829038+0000 mgr.x (mgr.34547) 81 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:24 smithi145 bash[23187]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:24 smithi071 bash[23353]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:24 smithi071 bash[26156]: cluster 2024-09-10T18:58:23.829454+0000 mgr.x (mgr.34547) 82 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:26 smithi145 bash[23187]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:26 smithi071 bash[23353]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:26 smithi071 bash[26156]: cluster 2024-09-10T18:58:25.830266+0000 mgr.x (mgr.34547) 83 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 bash[23187]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[23353]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: cluster 2024-09-10T18:58:27.830646+0000 mgr.x (mgr.34547) 84 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.065509+0000 mon.b (mon.2) 186 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 bash[26156]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.065739+0000 mon.b (mon.2) 187 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.065907+0000 mon.b (mon.2) 188 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.066044+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T18:58:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.066091+0000 mon.b (mon.2) 189 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.066505+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.066705+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:58:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:58:28.066902+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T18:58:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:30 smithi145 bash[23187]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:30 smithi071 bash[23353]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:31.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:30 smithi071 bash[26156]: cluster 2024-09-10T18:58:29.831360+0000 mgr.x (mgr.34547) 85 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:32 smithi145 bash[23187]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:32 smithi071 bash[23353]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:32 smithi071 bash[26156]: cluster 2024-09-10T18:58:31.831877+0000 mgr.x (mgr.34547) 86 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:34 smithi145 bash[23187]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:34 smithi071 bash[23353]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:34 smithi071 bash[26156]: cluster 2024-09-10T18:58:33.832348+0000 mgr.x (mgr.34547) 87 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:36 smithi071 bash[26156]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:36 smithi071 bash[23353]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:36 smithi145 bash[23187]: cluster 2024-09-10T18:58:35.833129+0000 mgr.x (mgr.34547) 88 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:38 smithi145 bash[23187]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:38 smithi071 bash[23353]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:38 smithi071 bash[26156]: cluster 2024-09-10T18:58:37.833640+0000 mgr.x (mgr.34547) 89 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:40 smithi145 bash[23187]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:40 smithi071 bash[23353]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:40 smithi071 bash[26156]: cluster 2024-09-10T18:58:39.834445+0000 mgr.x (mgr.34547) 90 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:42 smithi145 bash[23187]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:42 smithi071 bash[23353]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:42 smithi071 bash[26156]: cluster 2024-09-10T18:58:41.834991+0000 mgr.x (mgr.34547) 91 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:44 smithi145 bash[23187]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:44 smithi071 bash[23353]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:44 smithi071 bash[26156]: cluster 2024-09-10T18:58:43.835415+0000 mgr.x (mgr.34547) 92 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:46 smithi145 bash[23187]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:46 smithi071 bash[23353]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:46 smithi071 bash[26156]: cluster 2024-09-10T18:58:45.836143+0000 mgr.x (mgr.34547) 93 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:48 smithi145 bash[23187]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:48 smithi071 bash[23353]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:48 smithi071 bash[26156]: cluster 2024-09-10T18:58:47.836646+0000 mgr.x (mgr.34547) 94 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.2 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:58:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:50 smithi145 bash[23187]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:50 smithi071 bash[23353]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:50 smithi071 bash[26156]: cluster 2024-09-10T18:58:49.837326+0000 mgr.x (mgr.34547) 95 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:52 smithi145 bash[23187]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:52 smithi071 bash[23353]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:52 smithi071 bash[26156]: cluster 2024-09-10T18:58:51.837772+0000 mgr.x (mgr.34547) 96 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:53.591 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:58:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T18:58:53.249Z caller=notify.go:848 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-09-10T18:58:53.591 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 18:58:53 smithi071 bash[44088]: ts=2024-09-10T18:58:53.249Z caller=notify.go:848 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-09-10T18:58:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:54 smithi145 bash[23187]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:55.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:55.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:54 smithi071 bash[26156]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:54 smithi071 bash[23353]: cluster 2024-09-10T18:58:53.838313+0000 mgr.x (mgr.34547) 97 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:56 smithi145 bash[23187]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:56 smithi071 bash[23353]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:56 smithi071 bash[26156]: cluster 2024-09-10T18:58:55.839248+0000 mgr.x (mgr.34547) 98 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:58:58 smithi145 bash[23187]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:58:58 smithi071 bash[23353]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:58:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:58:58 smithi071 bash[26156]: cluster 2024-09-10T18:58:57.839641+0000 mgr.x (mgr.34547) 99 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:00 smithi145 bash[23187]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:00 smithi071 bash[23353]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:00 smithi071 bash[26156]: cluster 2024-09-10T18:58:59.840411+0000 mgr.x (mgr.34547) 100 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T18:59:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:02 smithi145 bash[23187]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:03.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:02 smithi071 bash[26156]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:02 smithi071 bash[23353]: cluster 2024-09-10T18:59:01.840757+0000 mgr.x (mgr.34547) 101 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:04 smithi145 bash[23187]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:04 smithi071 bash[26156]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:04 smithi071 bash[23353]: cluster 2024-09-10T18:59:03.841171+0000 mgr.x (mgr.34547) 102 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:06 smithi145 bash[23187]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:06 smithi071 bash[23353]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:06 smithi071 bash[26156]: cluster 2024-09-10T18:59:05.841872+0000 mgr.x (mgr.34547) 103 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:08 smithi145 bash[23187]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:08 smithi071 bash[23353]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:08 smithi071 bash[26156]: cluster 2024-09-10T18:59:07.842403+0000 mgr.x (mgr.34547) 104 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:10 smithi145 bash[23187]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:10 smithi071 bash[26156]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:10 smithi071 bash[23353]: cluster 2024-09-10T18:59:09.843313+0000 mgr.x (mgr.34547) 105 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 bash[23187]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 bash[23187]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 bash[23187]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:12.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[23353]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[23353]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[23353]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[26156]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[26156]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 bash[26156]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:11.676127+0000 mon.b (mon.2) 190 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:11.676670+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:11.679413+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:12 smithi145 bash[23187]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:13.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:13.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:12 smithi071 bash[23353]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:12 smithi071 bash[26156]: cluster 2024-09-10T18:59:11.843624+0000 mgr.x (mgr.34547) 106 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:14 smithi145 bash[23187]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:14 smithi071 bash[23353]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:14 smithi071 bash[26156]: cluster 2024-09-10T18:59:13.844163+0000 mgr.x (mgr.34547) 107 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:16 smithi145 bash[23187]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:16 smithi071 bash[23353]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:16 smithi071 bash[26156]: cluster 2024-09-10T18:59:15.844999+0000 mgr.x (mgr.34547) 108 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:18 smithi145 bash[23187]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:18 smithi071 bash[26156]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:18 smithi071 bash[23353]: cluster 2024-09-10T18:59:17.845374+0000 mgr.x (mgr.34547) 109 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:20 smithi145 bash[23187]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:20 smithi071 bash[23353]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:21.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:20 smithi071 bash[26156]: cluster 2024-09-10T18:59:19.846227+0000 mgr.x (mgr.34547) 110 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:22 smithi145 bash[23187]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:22 smithi071 bash[23353]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:22 smithi071 bash[26156]: cluster 2024-09-10T18:59:21.846790+0000 mgr.x (mgr.34547) 111 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:24.607 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch daemon redeploy "mgr.$(ceph mgr dump -f json | jq .standbys | jq .[] | jq -r .name)" --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-09-10T18:59:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:25.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:24 smithi071 bash[23353]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:25.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:24 smithi071 bash[26156]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:24 smithi145 bash[23187]: cluster 2024-09-10T18:59:23.847195+0000 mgr.x (mgr.34547) 112 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:26.901 INFO:teuthology.orchestra.run.smithi071.stdout:Scheduled to redeploy mgr.y on host 'smithi071' 2024-09-10T18:59:27.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[23353]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.207 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.208 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\ 2024-09-10T18:59:27.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: "172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 bash[26156]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a14 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 67c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: cluster 2024-09-10T18:59:25.847894+0000 mgr.x (mgr.34547) 113 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.537437+0000 mon.a (mon.0) 848 : audit [DBG] from='client.? 172.21.15.71:0/3737014689' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.877674+0000 mon.b (mon.2) 191 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.878322+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.884176+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mgr.y"}]': finished 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 bash[23187]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.886738+0000 mon.b (mon.2) 192 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.887432+0000 mon.b (mon.2) 193 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.887736+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.892611+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.894057+0000 mon.b (mon.2) 194 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.894599+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.897123+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"eccb2c641efb\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 302199603, \"cpu_percentage\": \"2.90%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590275Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T18:43:02.340845Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha2 2024-09-10T18:59:27.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 56:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:14.225031Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T18:57:07.591055Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:11.713611Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T18:59:27.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.901808+0000 mon.b (mon.2) 195 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.902136+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T18:59:27.502 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps --refresh' 2024-09-10T18:59:28.040 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.040 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[26156]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.041 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 bash[23353]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.044 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.044 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.044 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.876786+0000 mgr.x (mgr.34547) 114 : audit [DBG] from='client.24733 -' entity='client.admin' cmd=[{"prefix": "orch daemon redeploy", "name": "mgr.y", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: cephadm 2024-09-10T18:59:26.886061+0000 mgr.x (mgr.34547) 115 : cephadm [INF] Schedule redeploy daemon mgr.y 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 bash[23187]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.904903+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.979813+0000 mon.b (mon.2) 196 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.980499+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T18:59:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.981459+0000 mon.b (mon.2) 197 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T18:59:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.982093+0000 mon.b (mon.2) 198 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T18:59:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T18:59:26.982764+0000 mgr.x (mgr.34547) 116 : cephadm [INF] Deploying daemon mgr.y on smithi071 2024-09-10T18:59:28.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:26.983083+0000 mon.b (mon.2) 199 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.989 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[23353]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.990 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 bash[26156]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:28.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:28.992 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: cluster 2024-09-10T18:59:27.848250+0000 mgr.x (mgr.34547) 117 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069027+0000 mon.b (mon.2) 200 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 bash[23187]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069265+0000 mon.b (mon.2) 201 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069467+0000 mon.b (mon.2) 202 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069515+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-09-10T18:59:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069658+0000 mon.b (mon.2) 203 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.069881+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T18:59:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.070093+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.13", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:28.070231+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (2m) 2m ago 11m 15.4M - 0.27.0 11f11916f8cd f1337f85aaea 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (11m) 2m ago 11m 37.6M - 6.6.2 87a51ecf0b1c 73d8484ad8e4 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (6m) 2m ago 15m 436M - 17.2.7-1606-g5be57395 4c55dd409611 d4e3eaf5fd6d 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 running (16m) 2m ago 16m 288M - 15.2.0 204a01f9b0b6 eccb2c641efb 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (16m) 2m ago 16m 103M 2048M 15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (15m) 2m ago 15m 105M 2048M 15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (15m) 2m ago 15m 101M 2048M 15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T18:59:29.492 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (11m) 2m ago 12m 12.0M - 1.8.2 71dc9668b154 894d7abf6197 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (12m) 2m ago 12m 10.8M - 1.8.2 71dc9668b154 9110ced4b1e5 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (14m) 2m ago 15m 46.4M 4096M 15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (14m) 2m ago 14m 46.0M 4096M 15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (13m) 2m ago 14m 39.6M 4096M 15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (13m) 2m ago 13m 45.4M 4096M 15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (13m) 2m ago 13m 44.3M 4096M 15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (13m) 2m ago 13m 44.5M 4096M 15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (12m) 2m ago 13m 41.8M 4096M 15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (12m) 2m ago 12m 45.3M 4096M 15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (2m) 2m ago 12m 30.8M - 2.54.1 4022a502929b 99bde4e1071a 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (10m) 2m ago 10m 33.5M - 15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T18:59:29.493 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (10m) 2m ago 10m 36.5M - 15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T18:59:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[26156]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 bash[23353]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.151 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T18:59:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.479979+0000 mon.b (mon.2) 204 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.480434+0000 mon.b (mon.2) 205 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 bash[23187]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.480790+0000 mon.b (mon.2) 206 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.481168+0000 mon.b (mon.2) 207 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.481532+0000 mon.b (mon.2) 208 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.481886+0000 mon.b (mon.2) 209 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.483928+0000 mon.b (mon.2) 210 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.484322+0000 mon.b (mon.2) 211 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.484683+0000 mon.b (mon.2) 212 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.485030+0000 mon.b (mon.2) 213 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:30.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.485371+0000 mon.b (mon.2) 214 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T18:59:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:30 smithi145 bash[23187]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:30 smithi145 bash[23187]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:31.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:30 smithi071 bash[26156]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:30 smithi071 bash[26156]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:30 smithi071 bash[23353]: audit 2024-09-10T18:59:29.477528+0000 mgr.x (mgr.34547) 118 : audit [DBG] from='client.14823 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T18:59:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:30 smithi071 bash[23353]: cluster 2024-09-10T18:59:29.848999+0000 mgr.x (mgr.34547) 119 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:32 smithi145 bash[23187]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:32 smithi071 bash[23353]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:32 smithi071 bash[26156]: cluster 2024-09-10T18:59:31.849408+0000 mgr.x (mgr.34547) 120 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:34 smithi145 bash[23187]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:34 smithi071 bash[23353]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:34 smithi071 bash[26156]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:33.850037+0000 mgr.x (mgr.34547) 121 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:36 smithi145 bash[23187]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:36 smithi071 bash[23353]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:37.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:36 smithi071 bash[26156]: cluster 2024-09-10T18:59:35.850945+0000 mgr.x (mgr.34547) 122 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:38 smithi145 bash[23187]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:38 smithi071 bash[23353]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:38 smithi071 bash[26156]: cluster 2024-09-10T18:59:37.851299+0000 mgr.x (mgr.34547) 123 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:40 smithi145 bash[23187]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:40 smithi071 bash[23353]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:40 smithi071 bash[26156]: cluster 2024-09-10T18:59:39.852030+0000 mgr.x (mgr.34547) 124 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:42 smithi145 bash[23187]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:42 smithi071 bash[23353]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:42 smithi071 bash[26156]: cluster 2024-09-10T18:59:41.852388+0000 mgr.x (mgr.34547) 125 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:44 smithi145 bash[23187]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:44 smithi071 bash[23353]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:44 smithi071 bash[26156]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:43.852920+0000 mgr.x (mgr.34547) 126 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:46 smithi145 bash[23187]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:46 smithi071 bash[26156]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:46 smithi071 bash[23353]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:47.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:45.853590+0000 mgr.x (mgr.34547) 127 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:48 smithi145 bash[23187]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:48 smithi071 bash[23353]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:48 smithi071 bash[26156]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:47.853931+0000 mgr.x (mgr.34547) 128 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:50 smithi145 bash[23187]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:50 smithi071 bash[23353]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:50 smithi071 bash[26156]: cluster 2024-09-10T18:59:49.854671+0000 mgr.x (mgr.34547) 129 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:52 smithi145 bash[23187]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:52 smithi071 bash[23353]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:52 smithi071 bash[26156]: cluster 2024-09-10T18:59:51.855191+0000 mgr.x (mgr.34547) 130 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.225 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:54 smithi071 bash[23353]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.226 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.226 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:54 smithi071 bash[26156]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:54 smithi145 bash[23187]: cluster 2024-09-10T18:59:53.855562+0000 mgr.x (mgr.34547) 131 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:56.341 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 18:59:56 smithi071 systemd[1]: Stopping Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T18:59:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:56 smithi145 bash[23187]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:56 smithi071 bash[23353]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:56 smithi071 bash[26156]: cluster 2024-09-10T18:59:55.856389+0000 mgr.x (mgr.34547) 132 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 18:59:58 smithi145 bash[23187]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 18:59:58 smithi071 bash[23353]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T18:59:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 18:59:58 smithi071 bash[26156]: cluster 2024-09-10T18:59:57.856891+0000 mgr.x (mgr.34547) 133 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:00 smithi145 bash[23187]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:00 smithi145 bash[23187]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:00 smithi071 bash[23353]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:00 smithi071 bash[23353]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:00 smithi071 bash[26156]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:00 smithi071 bash[26156]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T18:59:59.857517+0000 mgr.x (mgr.34547) 134 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:00.000133+0000 mon.a (mon.0) 862 : cluster [INF] overall HEALTH_OK 2024-09-10T19:00:02.973 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:02.973 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:02 smithi145 bash[23187]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:02 smithi071 bash[23353]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:03.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:03.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:02 smithi071 bash[26156]: cluster 2024-09-10T19:00:01.858047+0000 mgr.x (mgr.34547) 135 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:04 smithi145 bash[23187]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:04 smithi071 bash[26156]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:04 smithi071 bash[23353]: cluster 2024-09-10T19:00:03.858460+0000 mgr.x (mgr.34547) 136 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:06.591 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 bash[45641]: time="2024-09-10T19:00:06Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y in 10 seconds, resorting to SIGKILL" 2024-09-10T19:00:06.592 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 podman[23548]: 2024-09-10 19:00:06.349980376 +0000 UTC m=+1024.130357131 container died eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, ceph=True, maintainer=Dimitri Savineau , RELEASE=HEAD) 2024-09-10T19:00:06.910 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 podman[45641]: 2024-09-10 19:00:06.683400158 +0000 UTC m=+10.452287489 container cleanup eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-10T19:00:06.911 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 bash[45641]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:06 smithi071 bash[23353]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 podman[45658]: 2024-09-10 19:00:06.910271577 +0000 UTC m=+0.546444714 container remove eccb2c641efbd6b3ce1902dc84d1869a466afb9e5a5ba2ddceacf9ef56d362c6 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.y, GIT_CLEAN=True, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, ceph=True, RELEASE=HEAD, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:06 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service: Failed with result 'exit-code'. 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 systemd[1]: Stopped Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service: Consumed 1.543s CPU time. 2024-09-10T19:00:07.174 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:06 smithi071 bash[26156]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.175 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:06 smithi145 bash[23187]: cluster 2024-09-10T19:00:05.859250+0000 mgr.x (mgr.34547) 137 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:07.554 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 systemd[1]: Starting Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:00:07.841 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 podman[45798]: 2024-09-10 19:00:07.553358713 +0000 UTC m=+0.091362369 container create 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T19:00:07.841 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 podman[45798]: 2024-09-10 19:00:07.47767506 +0000 UTC m=+0.015678730 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:00:07.841 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 podman[45798]: 2024-09-10 19:00:07.772830679 +0000 UTC m=+0.310834342 container init 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_BRANCH=HEAD, ceph=True, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731) 2024-09-10T19:00:07.841 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 podman[45798]: 2024-09-10 19:00:07.77573207 +0000 UTC m=+0.313735735 container start 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y, org.label-schema.license=GPLv2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:00:07.842 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 ceph-mgr[45817]: -- 172.21.15.71:0/2728660803 <== mon.1 v2:172.21.15.71:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556660592340 con 0x55666059e800 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 bash[45798]: 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 systemd[1]: Started Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:07.891+0000 7f14439e1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:07.952+0000 7f14439e1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.021+0000 7f14439e1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:00:08.155 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.153+0000 7f14439e1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:00:08.495 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.310+0000 7f14439e1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:00:08.805 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.606+0000 7f14439e1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:00:08.805 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.669+0000 7f14439e1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:00:09.091 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:08.846+0000 7f14439e1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \" 2024-09-10T19:00:09.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26 2024-09-10T19:00:09.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[26156]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 bash[23353]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: -10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": 2024-09-10T19:00:09.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_ 2024-09-10T19:00:09.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26. 2024-09-10T19:00:09.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26 2024-09-10T19:00:09.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"20 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 24-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: cluster 2024-09-10T19:00:07.859572+0000 mgr.x (mgr.34547) 138 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.933507+0000 mon.b (mon.2) 215 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.934253+0000 mon.b (mon.2) 216 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.934667+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.940048+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.941165+0000 mon.b (mon.2) 217 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-10T19:00:09.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: onfig\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.941664+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18: 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 bash[23187]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.946931+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: .982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {\"mgr.y\": \"redeploy\"}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.948122+0000 mon.b (mon.2) 218 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:09.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.948777+0000 mon.b (mon.2) 219 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.949145+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.954396+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.955555+0000 mon.b (mon.2) 220 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \" 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.956087+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\" 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.961207+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 108108185, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590106Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 106745036, \"cpu_percentage\": \"0.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590368Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48674897, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590446Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590520Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 41534095, \"cpu_percentage\": \"0.48%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590594Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47657779, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590666Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12656312, \"cpu_percentage\": \"0.31%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590738Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16221470, \"cpu_percentage\": \"0.54%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T18:57:07.590808Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T18:57:07.590878Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:2 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 6.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.964631+0000 mon.b (mon.2) 221 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:09.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:07.966091+0000 mon.b (mon.2) 222 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:00:10.091 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:09.746+0000 7f14439e1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:00:10.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:09.812+0000 7f14439e1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:00:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:10.633+0000 7f14439e1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:00:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:10.753+0000 7f14439e1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:00:10.893 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:10.891+0000 7f14439e1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:10 smithi071 bash[23353]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:10 smithi071 bash[26156]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:10.957+0000 7f14439e1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.081+0000 7f14439e1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:00:11.149 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.147+0000 7f14439e1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:00:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:10 smithi145 bash[23187]: cluster 2024-09-10T19:00:09.860195+0000 mgr.x (mgr.34547) 139 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:11.408 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.205+0000 7f14439e1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:00:11.408 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.341+0000 7f14439e1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:00:11.408 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.407+0000 7f14439e1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:00:11.674 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.474+0000 7f14439e1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:00:11.674 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.556+0000 7f14439e1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:00:11.674 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.615+0000 7f14439e1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:00:11.674 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:11.672+0000 7f14439e1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:00:12.705 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:00:12.458+0000 7f14439e1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:12.713 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 bash[23187]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:12.714 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:12.714 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:12.714 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:12.714 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:12.714 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:13.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[26156]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: cluster 2024-09-10T19:00:11.860464+0000 mgr.x (mgr.34547) 140 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 bash[23353]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:12.461421+0000 mon.a (mon.0) 871 : cluster [DBG] Standby manager daemon y restarted 2024-09-10T19:00:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:12.461546+0000 mon.a (mon.0) 872 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:00:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.462170+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:00:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.462472+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:00:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.463339+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:00:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.463599+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:00:13.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:13.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:13.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:13.997 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:13.998 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:13.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:13.999 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:13.999 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.000 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.001 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.001 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.002 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.002 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[26156]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.004 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.005 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.005 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.006 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60 2024-09-10T19:00:14.006 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137 2024-09-10T19:00:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\ 2024-09-10T19:00:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.007 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.007 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.008 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f7 2024-09-10T19:00:14.008 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 4ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.008 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.008 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.008 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.009 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.009 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_pe 2024-09-10T19:00:14.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: rcentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.010 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\" 2024-09-10T19:00:14.010 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: : 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.011 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:14.012 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 bash[23353]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.013 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \" 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \ 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.014 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: cluster 2024-09-10T19:00:12.711523+0000 mon.a (mon.0) 873 : cluster [DBG] mgrmap e21: x(active, since 3m), standbys: y 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.759122+0000 mon.b (mon.2) 223 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.759679+0000 mon.b (mon.2) 224 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.759997+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.764512+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.765467+0000 mon.b (mon.2) 225 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.765888+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc13 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 7f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:12.769279+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 110624768, \"cpu_percentage\": \"1.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.757774Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60513320, \"cpu_percentage\": \"100.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:00:12.757913Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 119957094, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758017Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50069504, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758084Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49513758, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758147Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 42593157, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758224Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 47951380, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758282Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12866027, \"cpu_percentage\": \"0.27%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758340Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16431185, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758397Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 bash[23187]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 35924213, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:12.758454Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:12.758576Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.942831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.107241+0000 mon.b (mon.2) 226 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.107773+0000 mon.b (mon.2) 227 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.108115+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.111750+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.112829+0000 mon.b (mon.2) 228 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 390384 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 84, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.113244+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\": \"0.14%\", \ 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:00:14.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.116321+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 127716556, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105749Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 460954009, \"cpu_percentage\": \"2.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105881Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.105979Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48360325, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106055Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45560627, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106117Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48800727, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106177Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 44438650, \"cpu_percentage\": \"0.31%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106253Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10957619, \"cpu_percentage\": \"0.28%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106310Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39562772, \"cpu_percentage\": \"0.38%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106367Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39038484, \"cpu_percentage\ 2024-09-10T19:00:14.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:00:13.106423Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:00:13.106538Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T18:56:35.274300Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:00:14.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.460591+0000 mon.b (mon.2) 229 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.461237+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:00:14.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:13.464569+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:00:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:14 smithi145 bash[23187]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:15.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:14 smithi071 bash[23353]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:14 smithi071 bash[26156]: cluster 2024-09-10T19:00:13.860787+0000 mgr.x (mgr.34547) 141 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:16 smithi145 bash[23187]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:16 smithi071 bash[23353]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:16 smithi071 bash[26156]: cluster 2024-09-10T19:00:15.861455+0000 mgr.x (mgr.34547) 142 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:18 smithi145 bash[23187]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:18 smithi071 bash[23353]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:18 smithi071 bash[26156]: cluster 2024-09-10T19:00:17.861931+0000 mgr.x (mgr.34547) 143 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:20 smithi145 bash[23187]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:20 smithi071 bash[23353]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:20 smithi071 bash[26156]: cluster 2024-09-10T19:00:19.862672+0000 mgr.x (mgr.34547) 144 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:22 smithi145 bash[23187]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:22 smithi071 bash[23353]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:22 smithi071 bash[26156]: cluster 2024-09-10T19:00:21.863055+0000 mgr.x (mgr.34547) 145 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:24 smithi145 bash[23187]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:24 smithi071 bash[23353]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:24 smithi071 bash[26156]: cluster 2024-09-10T19:00:23.863433+0000 mgr.x (mgr.34547) 146 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:26 smithi145 bash[23187]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:26 smithi071 bash[23353]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:27.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:26 smithi071 bash[26156]: cluster 2024-09-10T19:00:25.864295+0000 mgr.x (mgr.34547) 147 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 bash[23187]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[23353]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: cluster 2024-09-10T19:00:27.864734+0000 mgr.x (mgr.34547) 148 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.073162+0000 mon.b (mon.2) 230 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 bash[26156]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.073406+0000 mon.b (mon.2) 231 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.073598+0000 mon.b (mon.2) 232 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.073799+0000 mon.b (mon.2) 233 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.073804+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.4", "id": [7, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.074473+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.074772+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:00:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:00:28.075080+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 5]}]: dispatch 2024-09-10T19:00:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:30 smithi145 bash[23187]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:30 smithi071 bash[23353]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:30 smithi071 bash[26156]: cluster 2024-09-10T19:00:29.865447+0000 mgr.x (mgr.34547) 149 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:32 smithi145 bash[23187]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:32 smithi071 bash[23353]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:32 smithi071 bash[26156]: cluster 2024-09-10T19:00:31.865791+0000 mgr.x (mgr.34547) 150 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:34 smithi145 bash[23187]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:34 smithi071 bash[23353]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:34 smithi071 bash[26156]: cluster 2024-09-10T19:00:33.866199+0000 mgr.x (mgr.34547) 151 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:36 smithi145 bash[23187]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:36 smithi071 bash[23353]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:37.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:36 smithi071 bash[26156]: cluster 2024-09-10T19:00:35.867044+0000 mgr.x (mgr.34547) 152 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:38 smithi145 bash[23187]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.324 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:38 smithi071 bash[23353]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:39.324 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:38 smithi071 bash[26156]: cluster 2024-09-10T19:00:37.867562+0000 mgr.x (mgr.34547) 153 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:40 smithi145 bash[23187]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:40 smithi071 bash[26156]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:40 smithi071 bash[23353]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:39.868229+0000 mgr.x (mgr.34547) 154 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:42 smithi145 bash[23187]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:42 smithi071 bash[23353]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:42 smithi071 bash[26156]: cluster 2024-09-10T19:00:41.868748+0000 mgr.x (mgr.34547) 155 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:44 smithi145 bash[23187]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:44 smithi071 bash[23353]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:44 smithi071 bash[26156]: cluster 2024-09-10T19:00:43.869319+0000 mgr.x (mgr.34547) 156 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:46 smithi145 bash[23187]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:46 smithi071 bash[23353]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:46 smithi071 bash[26156]: cluster 2024-09-10T19:00:45.870159+0000 mgr.x (mgr.34547) 157 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:48 smithi071 bash[23353]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:48 smithi071 bash[26156]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:48 smithi145 bash[23187]: cluster 2024-09-10T19:00:47.870520+0000 mgr.x (mgr.34547) 158 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:50 smithi145 bash[23187]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:50 smithi071 bash[23353]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:50 smithi071 bash[26156]: cluster 2024-09-10T19:00:49.871282+0000 mgr.x (mgr.34547) 159 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:52 smithi145 bash[23187]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:52 smithi071 bash[23353]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:52 smithi071 bash[26156]: cluster 2024-09-10T19:00:51.871820+0000 mgr.x (mgr.34547) 160 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:54 smithi145 bash[23187]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:54 smithi071 bash[23353]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:54 smithi071 bash[26156]: cluster 2024-09-10T19:00:53.872372+0000 mgr.x (mgr.34547) 161 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:56 smithi145 bash[23187]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:56 smithi071 bash[23353]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:56 smithi071 bash[26156]: cluster 2024-09-10T19:00:55.873187+0000 mgr.x (mgr.34547) 162 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:00:58 smithi145 bash[23187]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:00:58 smithi071 bash[26156]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:00:59.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:00:58 smithi071 bash[23353]: cluster 2024-09-10T19:00:57.873614+0000 mgr.x (mgr.34547) 163 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:01 smithi145 bash[23187]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:00 smithi071 bash[23353]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:01 smithi071 bash[26156]: cluster 2024-09-10T19:00:59.874418+0000 mgr.x (mgr.34547) 164 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:02 smithi145 bash[23187]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:02 smithi071 bash[23353]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:02 smithi071 bash[26156]: cluster 2024-09-10T19:01:01.874807+0000 mgr.x (mgr.34547) 165 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:04 smithi145 bash[23187]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:04 smithi071 bash[23353]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:04 smithi071 bash[26156]: cluster 2024-09-10T19:01:03.875370+0000 mgr.x (mgr.34547) 166 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:06 smithi145 bash[23187]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:06 smithi071 bash[23353]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:06 smithi071 bash[26156]: cluster 2024-09-10T19:01:05.876245+0000 mgr.x (mgr.34547) 167 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:08 smithi145 bash[23187]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:08 smithi071 bash[23353]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:08 smithi071 bash[26156]: cluster 2024-09-10T19:01:07.876784+0000 mgr.x (mgr.34547) 168 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:10 smithi145 bash[23187]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:10 smithi071 bash[23353]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:10 smithi071 bash[26156]: cluster 2024-09-10T19:01:09.877495+0000 mgr.x (mgr.34547) 169 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:12 smithi145 bash[23187]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:12 smithi071 bash[23353]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:12 smithi071 bash[26156]: cluster 2024-09-10T19:01:11.877879+0000 mgr.x (mgr.34547) 170 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:14.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:13 smithi145 bash[23187]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:13 smithi071 bash[23353]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:13 smithi071 bash[26156]: audit 2024-09-10T19:01:13.535715+0000 mon.b (mon.2) 234 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:01:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:15.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:14 smithi145 bash[23187]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:15.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:15.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:14 smithi071 bash[23353]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:15.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:15.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:14 smithi071 bash[26156]: cluster 2024-09-10T19:01:13.878162+0000 mgr.x (mgr.34547) 171 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:16 smithi145 bash[23187]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.282 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.283 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:16 smithi071 bash[23353]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.283 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:17.283 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:16 smithi071 bash[26156]: cluster 2024-09-10T19:01:15.878788+0000 mgr.x (mgr.34547) 172 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:18.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 bash[23187]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph 2024-09-10T19:01:18.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: /ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[26156]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:18.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.714978+0000 mon.b (mon.2) 235 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:01:18.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.715552+0000 mon.b (mon.2) 236 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.715831+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:01:18.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"d 2024-09-10T19:01:18.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ocker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.718617+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:01:18.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ce 2024-09-10T19:01:18.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph 2024-09-10T19:01:18.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: /ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:18.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.719797+0000 mon.b (mon.2) 237 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 bash[23353]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:18.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.720229+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:01:18.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:17.723147+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 113455923, \"cpu_percentage\": \"1.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713523Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417123532, \"cpu_percentage\": \"7.35%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:01:17.713671Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 124361113, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713756Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50195333, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713815Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713873Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42834329, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.713930Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48108666, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714016Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11303649, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714075Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.10%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714134Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256 2024-09-10T19:01:18.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: :54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 36490444, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:01:17.714192Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:01:17.714340Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T18:56:33.940475Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:01:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 bash[23187]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 bash[23187]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 bash[23187]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 bash[23187]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:19.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[23353]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[23353]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[23353]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[23353]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[26156]: cluster 2024-09-10T19:01:17.879094+0000 mgr.x (mgr.34547) 173 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[26156]: audit 2024-09-10T19:01:18.068388+0000 mon.b (mon.2) 238 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[26156]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 bash[26156]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:18.068800+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:01:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:18.072055+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:01:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:20 smithi145 bash[23187]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:21.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:20 smithi071 bash[23353]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:20 smithi071 bash[26156]: cluster 2024-09-10T19:01:19.879818+0000 mgr.x (mgr.34547) 174 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:22 smithi145 bash[23187]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:22 smithi071 bash[23353]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:23.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:22 smithi071 bash[26156]: cluster 2024-09-10T19:01:21.880178+0000 mgr.x (mgr.34547) 175 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:24 smithi145 bash[23187]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:24 smithi071 bash[23353]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:24 smithi071 bash[26156]: cluster 2024-09-10T19:01:23.880689+0000 mgr.x (mgr.34547) 176 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:26 smithi145 bash[23187]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:26 smithi071 bash[23353]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:26 smithi071 bash[26156]: cluster 2024-09-10T19:01:25.881567+0000 mgr.x (mgr.34547) 177 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 bash[23187]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[23353]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 bash[26156]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:27.882006+0000 mgr.x (mgr.34547) 178 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.076739+0000 mon.b (mon.2) 239 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.076972+0000 mon.b (mon.2) 240 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.077163+0000 mon.b (mon.2) 241 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.077350+0000 mon.b (mon.2) 242 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.077391+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.e", "id": [7, 4]}]: dispatch 2024-09-10T19:01:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.077853+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.078059+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:01:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:01:28.078260+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:01:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:30 smithi145 bash[23187]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:30 smithi071 bash[23353]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:30 smithi071 bash[26156]: cluster 2024-09-10T19:01:29.882744+0000 mgr.x (mgr.34547) 179 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:32 smithi145 bash[23187]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:32 smithi071 bash[23353]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:33.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:32 smithi071 bash[26156]: cluster 2024-09-10T19:01:31.883174+0000 mgr.x (mgr.34547) 180 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:34 smithi145 bash[23187]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:34 smithi071 bash[23353]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:34 smithi071 bash[26156]: cluster 2024-09-10T19:01:33.883645+0000 mgr.x (mgr.34547) 181 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:36 smithi145 bash[23187]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:36 smithi071 bash[23353]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:37.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:36 smithi071 bash[26156]: cluster 2024-09-10T19:01:35.884491+0000 mgr.x (mgr.34547) 182 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:38 smithi145 bash[23187]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:38 smithi071 bash[23353]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:38 smithi071 bash[26156]: cluster 2024-09-10T19:01:37.884886+0000 mgr.x (mgr.34547) 183 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:40 smithi145 bash[23187]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:40 smithi071 bash[26156]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:40 smithi071 bash[23353]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:39.885571+0000 mgr.x (mgr.34547) 184 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:42 smithi145 bash[23187]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:42 smithi071 bash[23353]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:43.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:42 smithi071 bash[26156]: cluster 2024-09-10T19:01:41.886114+0000 mgr.x (mgr.34547) 185 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:44 smithi145 bash[23187]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:44 smithi071 bash[23353]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:44 smithi071 bash[26156]: cluster 2024-09-10T19:01:43.886431+0000 mgr.x (mgr.34547) 186 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:46 smithi145 bash[23187]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:46 smithi071 bash[23353]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:47.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:46 smithi071 bash[26156]: cluster 2024-09-10T19:01:45.887127+0000 mgr.x (mgr.34547) 187 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:48 smithi145 bash[23187]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:48 smithi071 bash[23353]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:48 smithi071 bash[26156]: cluster 2024-09-10T19:01:47.887481+0000 mgr.x (mgr.34547) 188 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:50 smithi145 bash[23187]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:50 smithi071 bash[23353]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:50 smithi071 bash[26156]: cluster 2024-09-10T19:01:49.888234+0000 mgr.x (mgr.34547) 189 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:52 smithi145 bash[23187]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:52 smithi071 bash[23353]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:52 smithi071 bash[26156]: cluster 2024-09-10T19:01:51.888727+0000 mgr.x (mgr.34547) 190 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:54 smithi145 bash[23187]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:54 smithi071 bash[23353]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:54 smithi071 bash[26156]: cluster 2024-09-10T19:01:53.889303+0000 mgr.x (mgr.34547) 191 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:56 smithi145 bash[23187]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:56 smithi071 bash[23353]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:56 smithi071 bash[26156]: cluster 2024-09-10T19:01:55.889946+0000 mgr.x (mgr.34547) 192 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:58 smithi145 bash[23187]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:01:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:01:58 smithi071 bash[23353]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:01:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:01:58 smithi071 bash[26156]: cluster 2024-09-10T19:01:57.890292+0000 mgr.x (mgr.34547) 193 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:00 smithi145 bash[23187]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:00 smithi071 bash[23353]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:01.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:00 smithi071 bash[26156]: cluster 2024-09-10T19:01:59.891118+0000 mgr.x (mgr.34547) 194 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:02 smithi145 bash[23187]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:02 smithi071 bash[23353]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:03.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:02 smithi071 bash[26156]: cluster 2024-09-10T19:02:01.891718+0000 mgr.x (mgr.34547) 195 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:04 smithi145 bash[23187]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:04 smithi071 bash[26156]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:04 smithi071 bash[23353]: cluster 2024-09-10T19:02:03.892349+0000 mgr.x (mgr.34547) 196 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:06 smithi145 bash[23187]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:06 smithi071 bash[23353]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:06 smithi071 bash[26156]: cluster 2024-09-10T19:02:05.892974+0000 mgr.x (mgr.34547) 197 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:08 smithi145 bash[23187]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:08 smithi071 bash[23353]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:09.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:08 smithi071 bash[26156]: cluster 2024-09-10T19:02:07.893518+0000 mgr.x (mgr.34547) 198 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:10 smithi145 bash[23187]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:10 smithi071 bash[23353]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:11.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:10 smithi071 bash[26156]: cluster 2024-09-10T19:02:09.894175+0000 mgr.x (mgr.34547) 199 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:12 smithi145 bash[23187]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:12 smithi071 bash[23353]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:13.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:12 smithi071 bash[26156]: cluster 2024-09-10T19:02:11.894768+0000 mgr.x (mgr.34547) 200 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:14 smithi145 bash[23187]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:14 smithi071 bash[23353]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:15.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:14 smithi071 bash[26156]: cluster 2024-09-10T19:02:13.895477+0000 mgr.x (mgr.34547) 201 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:16 smithi145 bash[23187]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:16 smithi071 bash[23353]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:16 smithi071 bash[26156]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:17.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:15.896039+0000 mgr.x (mgr.34547) 202 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 bash[23187]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 bash[23187]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 bash[23187]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 bash[23187]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[26156]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[26156]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[26156]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[26156]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[23353]: cluster 2024-09-10T19:02:17.896369+0000 mgr.x (mgr.34547) 203 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[23353]: audit 2024-09-10T19:02:18.542718+0000 mon.b (mon.2) 243 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[23353]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 bash[23353]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:18.543154+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:18.545812+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:20 smithi145 bash[23187]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:21.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:20 smithi071 bash[23353]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:20 smithi071 bash[26156]: cluster 2024-09-10T19:02:19.897062+0000 mgr.x (mgr.34547) 204 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:22 smithi145 bash[23187]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:22 smithi071 bash[23353]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:23.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:22 smithi071 bash[26156]: cluster 2024-09-10T19:02:21.897399+0000 mgr.x (mgr.34547) 205 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:24 smithi145 bash[23187]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:24 smithi071 bash[23353]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:24 smithi071 bash[26156]: cluster 2024-09-10T19:02:23.898043+0000 mgr.x (mgr.34547) 206 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:26 smithi145 bash[23187]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:26 smithi071 bash[23353]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:26 smithi071 bash[26156]: cluster 2024-09-10T19:02:25.898706+0000 mgr.x (mgr.34547) 207 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 bash[23187]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[23353]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: cluster 2024-09-10T19:02:27.899158+0000 mgr.x (mgr.34547) 208 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.080719+0000 mon.b (mon.2) 244 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 bash[26156]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.081010+0000 mon.b (mon.2) 245 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.081276+0000 mon.b (mon.2) 246 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.081407+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.081552+0000 mon.b (mon.2) 247 : audit [INF] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.081806+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.082078+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:02:29.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:28.082273+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.34547 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:02:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:30 smithi145 bash[23187]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:31.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:30 smithi071 bash[23353]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:31.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:31.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:31.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:30 smithi071 bash[26156]: cluster 2024-09-10T19:02:29.899807+0000 mgr.x (mgr.34547) 209 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:32.485 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:02:32.990 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:32.991 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:32 smithi071 bash[23353]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:32.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:32.991 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:32 smithi071 bash[26156]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:33.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:32 smithi145 bash[23187]: cluster 2024-09-10T19:02:31.900236+0000 mgr.x (mgr.34547) 210 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (5m) 76s ago 14m 15.5M - 0.27.0 11f11916f8cd f1337f85aaea 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (14m) 2m ago 14m 37.7M - 6.6.2 87a51ecf0b1c 73d8484ad8e4 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (9m) 2m ago 18m 439M - 17.2.7-1606-g5be57395 4c55dd409611 d4e3eaf5fd6d 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443 running (2m) 76s ago 19m 397M - 17.2.7-1606-g5be57395 4c55dd409611 96dbc1357815 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (19m) 76s ago 19m 108M 2048M 15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (18m) 2m ago 18m 121M 2048M 15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (18m) 76s ago 18m 118M 2048M 15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T19:02:34.415 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (15m) 76s ago 15m 10.7M - 1.8.2 71dc9668b154 894d7abf6197 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (15m) 2m ago 15m 10.4M - 1.8.2 71dc9668b154 9110ced4b1e5 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (18m) 76s ago 18m 47.8M 4096M 15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (17m) 76s ago 17m 47.5M 4096M 15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (17m) 76s ago 17m 40.8M 4096M 15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (17m) 76s ago 17m 45.8M 4096M 15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (16m) 2m ago 16m 46.0M 4096M 15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (16m) 2m ago 16m 46.1M 4096M 15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (15m) 2m ago 16m 43.4M 4096M 15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (15m) 2m ago 15m 46.5M 4096M 15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (5m) 2m ago 15m 42.3M - 2.54.1 4022a502929b 99bde4e1071a 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (13m) 76s ago 13m 34.7M - 15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T19:02:34.416 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (13m) 2m ago 13m 37.2M - 15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T19:02:34.974 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:02:35.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[23353]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 bash[26156]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: cluster 2024-09-10T19:02:33.900962+0000 mgr.x (mgr.34547) 211 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.403767+0000 mon.b (mon.2) 248 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 bash[23187]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.404359+0000 mon.b (mon.2) 249 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.404746+0000 mon.b (mon.2) 250 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.405135+0000 mon.b (mon.2) 251 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.405535+0000 mon.b (mon.2) 252 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.405916+0000 mon.b (mon.2) 253 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.407965+0000 mon.b (mon.2) 254 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.408350+0000 mon.b (mon.2) 255 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.408726+0000 mon.b (mon.2) 256 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.409103+0000 mon.b (mon.2) 257 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:35.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.409474+0000 mon.b (mon.2) 258 : audit [DBG] from='mgr.34547 172.21.15.145:0/394067888' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:35 smithi145 bash[23187]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:35 smithi071 bash[23353]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:35 smithi071 bash[26156]: audit 2024-09-10T19:02:34.401227+0000 mgr.x (mgr.34547) 212 : audit [DBG] from='client.24751 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:02:36.971 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T19:02:36.972 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T19:02:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:36 smithi145 bash[23187]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.340 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:36 smithi071 bash[23353]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.340 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:36 smithi071 bash[26156]: cluster 2024-09-10T19:02:35.901547+0000 mgr.x (mgr.34547) 213 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:37.599 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:02:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:38.148 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:37 smithi071 bash[23353]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:38.149 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:38.149 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:37 smithi071 bash[26156]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:37 smithi145 bash[23187]: audit 2024-09-10T19:02:36.969908+0000 mon.c (mon.1) 41 : audit [DBG] from='client.? 172.21.15.71:0/1356319311' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:02:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:38 smithi071 bash[23353]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:38 smithi071 bash[26156]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:38 smithi145 bash[23187]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:37.901939+0000 mgr.x (mgr.34547) 214 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.595 INFO:teuthology.orchestra.run.smithi071.stdout: cluster: 2024-09-10T19:02:39.595 INFO:teuthology.orchestra.run.smithi071.stdout: id: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T19:02:39.595 INFO:teuthology.orchestra.run.smithi071.stdout: health: HEALTH_OK 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: services: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: mon: 3 daemons, quorum a,c,b (age 18m) 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: mgr: x(active, since 6m), standbys: y 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: osd: 8 osds: 8 up (since 15m), 8 in (since 15m) 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: rgw: 2 daemons active (r.z.smithi071.uglmnf, r.z.smithi145.tcbxrc) 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: task status: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: data: 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: objects: 203 objects, 584 KiB 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: pgs: 129 active+clean 2024-09-10T19:02:39.596 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:02:40.197 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T19:02:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:39 smithi145 bash[23187]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:40.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:40.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:39 smithi071 bash[23353]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:40.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:39 smithi071 bash[26156]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:40.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:39.595001+0000 mon.a (mon.0) 904 : audit [DBG] from='client.? 172.21.15.71:0/2416535961' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:02:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:41.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:40 smithi071 bash[23353]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:41.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:40 smithi071 bash[26156]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:40 smithi145 bash[23187]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:39.902752+0000 mgr.x (mgr.34547) 215 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.004 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.004 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.004 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[23187]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.004 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[23187]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.004 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[23187]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[23187]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:42.744+0000 7fbfcc534640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: debug 2024-09-10T19:02:42.744+0000 7fbfcc534640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ignoring --setuser ceph since I am not root 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ignoring --setgroup ceph since I am not root 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: ignoring --setuser ceph since I am not root 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: ignoring --setgroup ceph since I am not root 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:42.790+0000 7f7525877640 1 -- 172.21.15.145:0/228228354 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c69424c340 con 0x55c694258800 2024-09-10T19:02:43.005 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: debug 2024-09-10T19:02:42.790+0000 7f7525877640 1 -- 172.21.15.145:0/228228354 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c69424c340 con 0x55c694258800 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:42.882+0000 7f75280d1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: debug 2024-09-10T19:02:42.882+0000 7f75280d1ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:42.936+0000 7f75280d1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:42 smithi145 bash[33753]: debug 2024-09-10T19:02:42.936+0000 7f75280d1ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.000+0000 7f75280d1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:02:43.006 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.000+0000 7f75280d1ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:02:43.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[23353]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[23353]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[23353]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[23353]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[26156]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[26156]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[26156]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 bash[26156]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:41.903181+0000 mgr.x (mgr.34547) 216 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 7.8 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:42.141113+0000 mon.c (mon.1) 42 : audit [INF] from='client.? 172.21.15.71:0/681990230' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:42.141409+0000 mon.a (mon.0) 905 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:02:43.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:42.145528+0000 mon.a (mon.0) 906 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-09-10T19:02:43.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.122+0000 7f75280d1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:02:43.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.122+0000 7f75280d1ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:02:43.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.255+0000 7f75280d1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:02:43.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.255+0000 7f75280d1ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:02:43.342 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:02:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[23187]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[23187]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:43.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:43.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.510+0000 7f75280d1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:02:43.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.510+0000 7f75280d1ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:02:43.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.570+0000 7f75280d1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:02:43.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.570+0000 7f75280d1ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:02:43.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:43.727+0000 7f75280d1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:02:43.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:43 smithi145 bash[33753]: debug 2024-09-10T19:02:43.727+0000 7f75280d1ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:43 smithi071 bash[23353]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:43 smithi071 bash[23353]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.889 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:43.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:43 smithi071 bash[26156]: audit 2024-09-10T19:02:42.744405+0000 mon.a (mon.0) 907 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:02:43.890 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:43 smithi071 bash[26156]: cluster 2024-09-10T19:02:42.744461+0000 mon.a (mon.0) 908 : cluster [DBG] mgrmap e22: y(active, starting, since 0.602608s) 2024-09-10T19:02:45.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:44.564+0000 7f75280d1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:02:45.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:44 smithi145 bash[33753]: debug 2024-09-10T19:02:44.564+0000 7f75280d1ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:02:45.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:44.627+0000 7f75280d1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:02:45.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:44 smithi145 bash[33753]: debug 2024-09-10T19:02:44.627+0000 7f75280d1ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:02:45.613 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.324+0000 7f75280d1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:02:45.613 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.324+0000 7f75280d1ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:02:45.613 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.434+0000 7f75280d1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:02:45.614 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.434+0000 7f75280d1ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:02:45.614 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.553+0000 7f75280d1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:02:45.614 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.553+0000 7f75280d1ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.612+0000 7f75280d1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.612+0000 7f75280d1ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.736+0000 7f75280d1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.736+0000 7f75280d1ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.802+0000 7f75280d1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.802+0000 7f75280d1ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:02:45.994 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.859+0000 7f75280d1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:02:45.995 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.859+0000 7f75280d1ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:02:45.995 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:45.992+0000 7f75280d1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:02:45.995 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:45 smithi145 bash[33753]: debug 2024-09-10T19:02:45.992+0000 7f75280d1ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:46.055+0000 7f75280d1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 bash[33753]: debug 2024-09-10T19:02:46.055+0000 7f75280d1ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:46.119+0000 7f75280d1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 bash[33753]: debug 2024-09-10T19:02:46.119+0000 7f75280d1ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:46.198+0000 7f75280d1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 bash[33753]: debug 2024-09-10T19:02:46.198+0000 7f75280d1ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:46.255+0000 7f75280d1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:02:46.257 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 bash[33753]: debug 2024-09-10T19:02:46.255+0000 7f75280d1ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:02:46.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:46.311+0000 7f75280d1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:02:46.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:46 smithi145 bash[33753]: debug 2024-09-10T19:02:46.311+0000 7f75280d1ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:02:47.432 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:02:47.049+0000 7f75280d1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:02:47.432 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[33753]: debug 2024-09-10T19:02:47.049+0000 7f75280d1ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[23187]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[23187]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[23187]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[23187]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 bash[23187]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[23353]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[23353]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[23353]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[23353]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[23353]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[26156]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[26156]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[26156]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[26156]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 bash[26156]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.052491+0000 mon.b (mon.2) 259 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.052778+0000 mon.b (mon.2) 260 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:47.052982+0000 mon.a (mon.0) 909 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.053472+0000 mon.b (mon.2) 261 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:02:48.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.053735+0000 mon.b (mon.2) 262 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 bash[23187]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 bash[23187]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 bash[23187]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:49.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:49.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[23353]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[23353]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[23353]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[26156]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[26156]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 bash[26156]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.747830+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:02:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:47.748212+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.? 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:02:49.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:47.748301+0000 mon.a (mon.0) 910 : cluster [DBG] mgrmap e23: y(active, starting, since 5s), standbys: x 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 bash[23187]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.038 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.039 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.098 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:02:49.980+0000 7f13ed570640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: Traceback (most recent call last): 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._run(expiration_interval) 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: s = self.context.wrap_socket( 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: return self.sslsocket_class._create( 2024-09-10T19:02:50.099 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self.do_handshake() 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._sslobj.do_handshake() 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[26156]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.748309+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.748515+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 bash[23353]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.748713+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:02:50.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.750373+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.750624+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.750794+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.751002+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.751190+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.751355+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.751562+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.751795+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.752002+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.752138+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:02:50.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.752579+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.753250+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.753916+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.754187+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.754437+0000 mon.a (mon.0) 928 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.754711+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.754970+0000 mon.a (mon.0) 930 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.755222+0000 mon.a (mon.0) 931 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:02:50.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.755468+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.755732+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.755992+0000 mon.a (mon.0) 934 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.756256+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.756501+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.756741+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.756982+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.757229+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.757470+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.757707+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.757952+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:02:50.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.758203+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.758449+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.758699+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.758958+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.759211+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.759456+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.759695+0000 mon.a (mon.0) 949 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.759943+0000 mon.a (mon.0) 950 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.760185+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.760418+0000 mon.a (mon.0) 952 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.760656+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.760900+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:48.819407+0000 mon.a (mon.0) 955 : cluster [INF] Manager daemon y is now available 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.830279+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.834030+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi071\": {\"hostname\": \"smithi071\", \"addr\": \"172.21.15.71\", \"labels\": [], \"status\": \"\"}, \"smithi145\": {\"hostname\": \"smithi145\", \"addr\": \"172.21.15.145\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-09-10T19:02:50.111 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.866061+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:02:50.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:48.869313+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:02:50.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:49.148146+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:50.112 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:49.156367+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:51.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 bash[23187]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 bash[23187]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 bash[23187]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 bash[23187]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 bash[23187]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[23353]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[23353]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[23353]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[23353]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[26156]: cephadm 2024-09-10T19:02:48.829923+0000 mgr.y (mgr.24745) 1 : cephadm [INF] inventory: adjusted host smithi145 addr 'smithi145' -> '172.21.15.145' 2024-09-10T19:02:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[26156]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[26156]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[26156]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[23353]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:51.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 bash[26156]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:51.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:49.758578+0000 mon.a (mon.0) 962 : cluster [DBG] mgrmap e24: y(active, since 7s), standbys: x 2024-09-10T19:02:51.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:49.773538+0000 mgr.y (mgr.24745) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:51.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:49.981513+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:02:51.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:49.985170+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: Traceback (most recent call last): 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: self._run(expiration_interval) 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: s = self.context.wrap_socket( 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: return self.sslsocket_class._create( 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: self.do_handshake() 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: self._sslobj.do_handshake() 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 bash[23187]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: Traceback (most recent call last): 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._run(expiration_interval) 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s = self.context.wrap_socket( 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return self.sslsocket_class._create( 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self.do_handshake() 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._sslobj.do_handshake() 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: Traceback (most recent call last): 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: self._run(expiration_interval) 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: s = self.context.wrap_socket( 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: return self.sslsocket_class._create( 2024-09-10T19:02:52.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: self.do_handshake() 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: self._sslobj.do_handshake() 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[23353]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Traceback (most recent call last): 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: Traceback (most recent call last): 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: self._run(expiration_interval) 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: s = self.context.wrap_socket( 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: return self.sslsocket_class._create( 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: self.do_handshake() 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: self._sslobj.do_handshake() 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 bash[26156]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:02:49.864635+0000 mgr.y (mgr.24745) 3 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTING 2024-09-10T19:02:52.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:02:49.980672+0000 mgr.y (mgr.24745) 4 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:02:49.980764+0000 mgr.y (mgr.24745) 5 : cephadm [INF] [10/Sep/2024:19:02:49] ENGINE Bus STARTED 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:02:49.982062+0000 mgr.y (mgr.24745) 6 : cephadm [ERR] [10/Sep/2024:19:02:49] ENGINE Error in HTTPServer.serve 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: Traceback (most recent call last): 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._connections.run(self.expiration_interval) 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._run(expiration_interval) 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s = self.context.wrap_socket( 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return self.sslsocket_class._create( 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self.do_handshake() 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._sslobj.do_handshake() 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._run(expiration_interval) 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s = self.context.wrap_socket( 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return self.sslsocket_class._create( 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:02:52.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self.do_handshake() 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._sslobj.do_handshake() 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:50.751847+0000 mgr.y (mgr.24745) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:52.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:50.992672+0000 mon.a (mon.0) 965 : cluster [DBG] mgrmap e25: y(active, since 8s), standbys: x 2024-09-10T19:02:54.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 bash[23187]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:54.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970 2024-09-10T19:02:54.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59 2024-09-10T19:02:54.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: cluster 2024-09-10T19:02:52.752180+0000 mgr.y (mgr.24745) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: cluster 2024-09-10T19:02:52.769328+0000 mon.a (mon.0) 966 : cluster [DBG] mgrmap e26: y(active, since 10s), standbys: x 2024-09-10T19:02:54.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[23353]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:54.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.611158+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:54.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca 2024-09-10T19:02:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"d 2024-09-10T19:02:54.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ocker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:54.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.611687+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:54.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 bash[26156]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:54.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.615050+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:54.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.615916+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a 2024-09-10T19:02:54.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:54.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.618523+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\ 2024-09-10T19:02:54.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970 2024-09-10T19:02:55.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 bash[23187]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \" 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_ 2024-09-10T19:02:55.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1c 2024-09-10T19:02:55.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[26156]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:53.964806+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.211870+0000 mon.a (mon.0) 973 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.212466+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.215336+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: c9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.216029+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed9 2024-09-10T19:02:55.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 70aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed 2024-09-10T19:02:55.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.220973+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 137153740, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.609819Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 437780480, \"cpu_percentage\": \"3.93%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:02:53.609973Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 134008012, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610048Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50583306, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610113Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610187Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43065016, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610245Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48412753, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610302Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610358Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16273899, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610414Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\ 2024-09-10T19:02:55.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 bash[23353]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37308334, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:53.610470Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:53.610590Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:02:54.211225Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.221561+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.221876+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.222172+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.222444+0000 mon.a (mon.0) 981 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.222721+0000 mon.a (mon.0) 982 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.222984+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.223258+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.223519+0000 mon.a (mon.0) 985 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:55.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.223809+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:55.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.371667+0000 mon.a (mon.0) 987 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:55.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.372187+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:55.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.375260+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:55.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 407 2024-09-10T19:02:55.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.376135+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 407896 2024-09-10T19:02:55.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 89606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 06, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:55.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 2024-09-10T19:02:55.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.110 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:55.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.379948+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \ 2024-09-10T19:02:55.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: "cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:55.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.722773+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:02:56.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 407896 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 bash[23187]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 06, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_ 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[26156]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:54.752661+0000 mgr.y (mgr.24745) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.971001+0000 mon.a (mon.0) 993 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:02:56.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.971548+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:02:56.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 bash[23353]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.976832+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:02:56.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467 2024-09-10T19:02:56.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: c60\"], \"memory_usage\": 40789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.977758+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \" 2024-09-10T19:02:56.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:02:56.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40789606, \"cpu_p 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.982909+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 141977190, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370376Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 413872947, \"cpu_percentage\": \"2.72%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370515Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48685383, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370583Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48790241, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370643Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45990543, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370700Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49398415, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370757Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 50059018, \"cpu_percentage\": \"0.26%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370813Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 11251220, \"cpu_percentage\": \"0.26%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370909Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39615201, \"cpu_percentage\": \"0.37%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.370975Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 40 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 789606, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ercentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:02:54.371035Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:02:54.371177Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:02:54.970458Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.983512+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.983794+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.984049+0000 mon.a (mon.0) 1000 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.984281+0000 mon.a (mon.0) 1001 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.984508+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.984731+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.984963+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.985188+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.985421+0000 mon.a (mon.0) 1006 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.986702+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:54.989879+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:55.059026+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:02:56.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:02:55.062480+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:02:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:02:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:57 smithi145 bash[23187]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:02:58.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:02:58.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:57 smithi071 bash[23353]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:02:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:02:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:57 smithi071 bash[26156]: cluster 2024-09-10T19:02:56.753274+0000 mgr.y (mgr.24745) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:03:00.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:02:59 smithi071 bash[23353]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:02:59 smithi071 bash[26156]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:02:59 smithi145 bash[23187]: cluster 2024-09-10T19:02:58.753749+0000 mgr.y (mgr.24745) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T19:03:02.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:02.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:01 smithi071 bash[23353]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:01 smithi071 bash[26156]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:01 smithi145 bash[23187]: cluster 2024-09-10T19:03:00.754536+0000 mgr.y (mgr.24745) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:03:04.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:03 smithi071 bash[23353]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:03 smithi071 bash[26156]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:03 smithi145 bash[23187]: cluster 2024-09-10T19:03:02.755097+0000 mgr.y (mgr.24745) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:05 smithi071 bash[23353]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:05 smithi071 bash[26156]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:05 smithi145 bash[23187]: cluster 2024-09-10T19:03:04.755670+0000 mgr.y (mgr.24745) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:07 smithi145 bash[23187]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:07 smithi071 bash[23353]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:07 smithi071 bash[26156]: cluster 2024-09-10T19:03:06.756351+0000 mgr.y (mgr.24745) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:03:10.065 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:09 smithi071 bash[23353]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:10.066 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:10.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:10.066 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:09 smithi071 bash[26156]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:09 smithi145 bash[23187]: cluster 2024-09-10T19:03:08.756801+0000 mgr.y (mgr.24745) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:11 smithi071 bash[23353]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:11 smithi071 bash[26156]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:11 smithi145 bash[23187]: cluster 2024-09-10T19:03:10.757407+0000 mgr.y (mgr.24745) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:13 smithi071 bash[23353]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:13 smithi071 bash[26156]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:14.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:13 smithi145 bash[23187]: cluster 2024-09-10T19:03:12.757874+0000 mgr.y (mgr.24745) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:15 smithi071 bash[23353]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:15 smithi071 bash[26156]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:15 smithi145 bash[23187]: cluster 2024-09-10T19:03:14.758439+0000 mgr.y (mgr.24745) 19 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:17.341 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:03:16.952Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:03:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:16 smithi071 bash[44088]: ts=2024-09-10T19:03:16.952Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:03:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:16 smithi071 bash[44088]: ts=2024-09-10T19:03:16.953Z caller=notify.go:848 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-09-10T19:03:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:03:16.953Z caller=notify.go:848 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-09-10T19:03:18.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:18.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:17 smithi145 bash[23187]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:17 smithi071 bash[23353]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:17 smithi071 bash[26156]: cluster 2024-09-10T19:03:16.759345+0000 mgr.y (mgr.24745) 20 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:19.841 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:19.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:19 smithi071 bash[23353]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:19.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:19.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:19 smithi071 bash[26156]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:20.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:20.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:19 smithi145 bash[23187]: cluster 2024-09-10T19:03:18.759768+0000 mgr.y (mgr.24745) 21 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:21 smithi145 bash[23187]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:21 smithi071 bash[26156]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:21 smithi071 bash[23353]: cluster 2024-09-10T19:03:20.760392+0000 mgr.y (mgr.24745) 22 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:23 smithi145 bash[23187]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:23 smithi071 bash[23353]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:23 smithi071 bash[26156]: cluster 2024-09-10T19:03:22.760761+0000 mgr.y (mgr.24745) 23 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:25 smithi071 bash[23353]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:25 smithi071 bash[26156]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:25 smithi145 bash[23187]: cluster 2024-09-10T19:03:24.761216+0000 mgr.y (mgr.24745) 24 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:27 smithi145 bash[23187]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:27 smithi071 bash[23353]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:27 smithi071 bash[26156]: cluster 2024-09-10T19:03:26.761840+0000 mgr.y (mgr.24745) 25 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:29 smithi145 bash[23187]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:29 smithi071 bash[23353]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:29 smithi071 bash[26156]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:28.762319+0000 mgr.y (mgr.24745) 26 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:31 smithi071 bash[23353]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:31 smithi071 bash[26156]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:31 smithi145 bash[23187]: cluster 2024-09-10T19:03:30.763185+0000 mgr.y (mgr.24745) 27 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:33 smithi071 bash[23353]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:33 smithi071 bash[26156]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:33 smithi145 bash[23187]: cluster 2024-09-10T19:03:32.763714+0000 mgr.y (mgr.24745) 28 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:35 smithi071 bash[23353]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:35 smithi071 bash[26156]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:35 smithi145 bash[23187]: cluster 2024-09-10T19:03:34.764219+0000 mgr.y (mgr.24745) 29 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:37 smithi145 bash[23187]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:37 smithi071 bash[23353]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:37 smithi071 bash[26156]: cluster 2024-09-10T19:03:36.764815+0000 mgr.y (mgr.24745) 30 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:39 smithi145 bash[23187]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:39 smithi071 bash[23353]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:40.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:39 smithi071 bash[26156]: cluster 2024-09-10T19:03:38.765259+0000 mgr.y (mgr.24745) 31 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:41 smithi071 bash[26156]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:41 smithi071 bash[23353]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:41 smithi145 bash[23187]: cluster 2024-09-10T19:03:40.766055+0000 mgr.y (mgr.24745) 32 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:43 smithi071 bash[23353]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:43 smithi071 bash[26156]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:43 smithi145 bash[23187]: cluster 2024-09-10T19:03:42.766667+0000 mgr.y (mgr.24745) 33 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:45 smithi071 bash[26156]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:45 smithi071 bash[23353]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:45 smithi145 bash[23187]: cluster 2024-09-10T19:03:44.767337+0000 mgr.y (mgr.24745) 34 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:47 smithi145 bash[23187]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:47 smithi071 bash[23353]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:47 smithi071 bash[26156]: cluster 2024-09-10T19:03:46.767900+0000 mgr.y (mgr.24745) 35 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[23353]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[23353]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[23353]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[23353]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[23353]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[26156]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[26156]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[26156]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[26156]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 bash[26156]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 bash[23187]: cluster 2024-09-10T19:03:48.768240+0000 mgr.y (mgr.24745) 36 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 bash[23187]: audit 2024-09-10T19:03:48.824801+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 bash[23187]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 bash[23187]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 bash[23187]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:48.825093+0000 mon.a (mon.0) 1012 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:48.825315+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:03:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:48.825541+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:03:52.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:52.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:51 smithi071 bash[23353]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:52.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:52.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:51 smithi071 bash[26156]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:51 smithi145 bash[23187]: cluster 2024-09-10T19:03:50.768925+0000 mgr.y (mgr.24745) 37 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:53.591 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:03:53.249Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:03:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:03:53.249Z caller=notify.go:848 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-09-10T19:03:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:53 smithi071 bash[44088]: ts=2024-09-10T19:03:53.249Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 17 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:03:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:03:53 smithi071 bash[44088]: ts=2024-09-10T19:03:53.249Z caller=notify.go:848 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-09-10T19:03:54.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:53 smithi071 bash[23353]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:53 smithi071 bash[26156]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:53 smithi145 bash[23187]: cluster 2024-09-10T19:03:52.769286+0000 mgr.y (mgr.24745) 38 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[23353]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[23353]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[23353]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[26156]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[26156]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 bash[26156]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 bash[23187]: cluster 2024-09-10T19:03:54.769744+0000 mgr.y (mgr.24745) 39 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 bash[23187]: audit 2024-09-10T19:03:55.524135+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 bash[23187]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:03:55.527905+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:03:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:58.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:57 smithi145 bash[23187]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:58.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:58.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:57 smithi071 bash[23353]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:03:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:57 smithi071 bash[26156]: cluster 2024-09-10T19:03:56.770322+0000 mgr.y (mgr.24745) 40 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:59 smithi145 bash[23187]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:03:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:59 smithi071 bash[23353]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:03:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:03:59 smithi071 bash[26156]: cluster 2024-09-10T19:03:58.770764+0000 mgr.y (mgr.24745) 41 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:01 smithi071 bash[23353]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:01 smithi071 bash[26156]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:01 smithi145 bash[23187]: cluster 2024-09-10T19:04:00.771370+0000 mgr.y (mgr.24745) 42 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:03 smithi071 bash[23353]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:03 smithi071 bash[26156]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:03 smithi145 bash[23187]: cluster 2024-09-10T19:04:02.771733+0000 mgr.y (mgr.24745) 43 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:05 smithi071 bash[23353]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:05 smithi071 bash[26156]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:05 smithi145 bash[23187]: cluster 2024-09-10T19:04:04.772158+0000 mgr.y (mgr.24745) 44 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:07 smithi145 bash[23187]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:07 smithi071 bash[23353]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:07 smithi071 bash[26156]: cluster 2024-09-10T19:04:06.772754+0000 mgr.y (mgr.24745) 45 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:09 smithi071 bash[23353]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:09 smithi071 bash[26156]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:09 smithi145 bash[23187]: cluster 2024-09-10T19:04:08.773160+0000 mgr.y (mgr.24745) 46 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:11 smithi071 bash[23353]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:11 smithi071 bash[26156]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:11 smithi145 bash[23187]: cluster 2024-09-10T19:04:10.773925+0000 mgr.y (mgr.24745) 47 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:13 smithi071 bash[23353]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:13 smithi071 bash[26156]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:14.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:13 smithi145 bash[23187]: cluster 2024-09-10T19:04:12.774312+0000 mgr.y (mgr.24745) 48 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:15 smithi071 bash[23353]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:15 smithi071 bash[26156]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:15 smithi145 bash[23187]: cluster 2024-09-10T19:04:14.774898+0000 mgr.y (mgr.24745) 49 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:17 smithi145 bash[23187]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:17 smithi071 bash[23353]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:17 smithi071 bash[26156]: cluster 2024-09-10T19:04:16.775703+0000 mgr.y (mgr.24745) 50 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:19 smithi071 bash[23353]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:19 smithi071 bash[26156]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:19 smithi145 bash[23187]: cluster 2024-09-10T19:04:18.776232+0000 mgr.y (mgr.24745) 51 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:21 smithi071 bash[23353]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:21 smithi071 bash[26156]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:21 smithi145 bash[23187]: cluster 2024-09-10T19:04:20.777009+0000 mgr.y (mgr.24745) 52 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:23 smithi071 bash[23353]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:23 smithi071 bash[26156]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:23 smithi145 bash[23187]: cluster 2024-09-10T19:04:22.777347+0000 mgr.y (mgr.24745) 53 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:25 smithi071 bash[23353]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:25 smithi071 bash[26156]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:25 smithi145 bash[23187]: cluster 2024-09-10T19:04:24.777842+0000 mgr.y (mgr.24745) 54 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:27 smithi071 bash[23353]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:27 smithi071 bash[26156]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:27 smithi145 bash[23187]: cluster 2024-09-10T19:04:26.778324+0000 mgr.y (mgr.24745) 55 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:29 smithi071 bash[23353]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:29 smithi071 bash[26156]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:29 smithi145 bash[23187]: cluster 2024-09-10T19:04:28.778814+0000 mgr.y (mgr.24745) 56 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:31 smithi071 bash[23353]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:31 smithi071 bash[26156]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:31 smithi145 bash[23187]: cluster 2024-09-10T19:04:30.779504+0000 mgr.y (mgr.24745) 57 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:33 smithi071 bash[23353]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:33 smithi071 bash[26156]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:33 smithi145 bash[23187]: cluster 2024-09-10T19:04:32.780060+0000 mgr.y (mgr.24745) 58 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:35 smithi071 bash[23353]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:35 smithi071 bash[26156]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:35 smithi145 bash[23187]: cluster 2024-09-10T19:04:34.780660+0000 mgr.y (mgr.24745) 59 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:37 smithi071 bash[23353]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:37 smithi071 bash[26156]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:37 smithi145 bash[23187]: cluster 2024-09-10T19:04:36.781311+0000 mgr.y (mgr.24745) 60 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:39 smithi071 bash[23353]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:39 smithi071 bash[26156]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:39 smithi145 bash[23187]: cluster 2024-09-10T19:04:38.781836+0000 mgr.y (mgr.24745) 61 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:41 smithi071 bash[23353]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:41 smithi071 bash[26156]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:41 smithi145 bash[23187]: cluster 2024-09-10T19:04:40.782678+0000 mgr.y (mgr.24745) 62 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:43 smithi071 bash[23353]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:43 smithi071 bash[26156]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:43 smithi145 bash[23187]: cluster 2024-09-10T19:04:42.783028+0000 mgr.y (mgr.24745) 63 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:45 smithi071 bash[23353]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:45 smithi071 bash[26156]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:45 smithi145 bash[23187]: cluster 2024-09-10T19:04:44.783599+0000 mgr.y (mgr.24745) 64 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:47 smithi145 bash[23187]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:47 smithi071 bash[23353]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:47 smithi071 bash[26156]: cluster 2024-09-10T19:04:46.783990+0000 mgr.y (mgr.24745) 65 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 bash[23187]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 bash[23187]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 bash[23187]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 bash[23187]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 bash[23187]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[23353]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[23353]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[23353]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[23353]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[23353]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[26156]: cluster 2024-09-10T19:04:48.784569+0000 mgr.y (mgr.24745) 66 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[26156]: audit 2024-09-10T19:04:48.828431+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[26156]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[26156]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 bash[26156]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:49.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:48.828709+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:48.828968+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:04:49.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:48.829196+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-09-10T19:04:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:51 smithi145 bash[23187]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:52.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:52.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:51 smithi071 bash[23353]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:51 smithi071 bash[26156]: cluster 2024-09-10T19:04:50.785347+0000 mgr.y (mgr.24745) 67 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:52 smithi145 bash[23187]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:52 smithi071 bash[23353]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:53.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:52 smithi071 bash[26156]: cluster 2024-09-10T19:04:52.785832+0000 mgr.y (mgr.24745) 68 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:55 smithi145 bash[23187]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:55 smithi071 bash[23353]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:55 smithi071 bash[26156]: cluster 2024-09-10T19:04:54.786560+0000 mgr.y (mgr.24745) 69 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:56 smithi145 bash[23187]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:56 smithi145 bash[23187]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:57.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:56 smithi071 bash[23353]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:56 smithi071 bash[23353]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:56 smithi071 bash[26156]: audit 2024-09-10T19:04:55.988505+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:04:57.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:56 smithi071 bash[26156]: audit 2024-09-10T19:04:55.991668+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:04:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:57 smithi145 bash[23187]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:57 smithi071 bash[26156]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:57 smithi071 bash[23353]: cluster 2024-09-10T19:04:56.786946+0000 mgr.y (mgr.24745) 70 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:04:58 smithi145 bash[23187]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:04:58 smithi071 bash[23353]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:04:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:04:58 smithi071 bash[26156]: cluster 2024-09-10T19:04:58.787327+0000 mgr.y (mgr.24745) 71 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:01 smithi145 bash[23187]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:01 smithi071 bash[23353]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:02.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:01 smithi071 bash[26156]: cluster 2024-09-10T19:05:00.787972+0000 mgr.y (mgr.24745) 72 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:02 smithi145 bash[23187]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:02 smithi071 bash[23353]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:03.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:02 smithi071 bash[26156]: cluster 2024-09-10T19:05:02.788404+0000 mgr.y (mgr.24745) 73 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:05 smithi145 bash[23187]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:05 smithi071 bash[23353]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:05 smithi071 bash[26156]: cluster 2024-09-10T19:05:04.789132+0000 mgr.y (mgr.24745) 74 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:07 smithi071 bash[23353]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:07 smithi071 bash[26156]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:07 smithi145 bash[23187]: cluster 2024-09-10T19:05:06.789548+0000 mgr.y (mgr.24745) 75 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:09 smithi071 bash[23353]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:09 smithi071 bash[26156]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:09 smithi145 bash[23187]: cluster 2024-09-10T19:05:08.790065+0000 mgr.y (mgr.24745) 76 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:11 smithi071 bash[23353]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:11 smithi071 bash[26156]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:11 smithi145 bash[23187]: cluster 2024-09-10T19:05:10.790789+0000 mgr.y (mgr.24745) 77 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:13 smithi071 bash[23353]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:13 smithi071 bash[26156]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:13 smithi145 bash[23187]: cluster 2024-09-10T19:05:12.791175+0000 mgr.y (mgr.24745) 78 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:15 smithi071 bash[23353]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:15 smithi071 bash[26156]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:15 smithi145 bash[23187]: cluster 2024-09-10T19:05:14.791777+0000 mgr.y (mgr.24745) 79 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:17 smithi145 bash[23187]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:17 smithi071 bash[23353]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:17 smithi071 bash[26156]: cluster 2024-09-10T19:05:16.792249+0000 mgr.y (mgr.24745) 80 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:19 smithi071 bash[23353]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:19 smithi071 bash[26156]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:19 smithi145 bash[23187]: cluster 2024-09-10T19:05:18.792682+0000 mgr.y (mgr.24745) 81 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:21 smithi071 bash[23353]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:21 smithi071 bash[26156]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:21 smithi145 bash[23187]: cluster 2024-09-10T19:05:20.793604+0000 mgr.y (mgr.24745) 82 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:23 smithi071 bash[23353]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:23 smithi071 bash[26156]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:23 smithi145 bash[23187]: cluster 2024-09-10T19:05:22.794058+0000 mgr.y (mgr.24745) 83 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:25 smithi071 bash[23353]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:25 smithi071 bash[26156]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:25 smithi145 bash[23187]: cluster 2024-09-10T19:05:24.794928+0000 mgr.y (mgr.24745) 84 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:27 smithi071 bash[23353]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:27 smithi071 bash[26156]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:27 smithi145 bash[23187]: cluster 2024-09-10T19:05:26.795389+0000 mgr.y (mgr.24745) 85 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:28 smithi145 bash[23187]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:28 smithi071 bash[23353]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:29.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:28 smithi071 bash[26156]: cluster 2024-09-10T19:05:28.795817+0000 mgr.y (mgr.24745) 86 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:30 smithi145 bash[23187]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:30 smithi071 bash[23353]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:30 smithi071 bash[26156]: cluster 2024-09-10T19:05:30.796484+0000 mgr.y (mgr.24745) 87 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:32 smithi145 bash[23187]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:32 smithi071 bash[23353]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:32 smithi071 bash[26156]: cluster 2024-09-10T19:05:32.796977+0000 mgr.y (mgr.24745) 88 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:34 smithi145 bash[23187]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:34 smithi071 bash[23353]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:34 smithi071 bash[26156]: cluster 2024-09-10T19:05:34.797646+0000 mgr.y (mgr.24745) 89 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:37 smithi071 bash[23353]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:37 smithi071 bash[26156]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:37 smithi145 bash[23187]: cluster 2024-09-10T19:05:36.798176+0000 mgr.y (mgr.24745) 90 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:38 smithi145 bash[23187]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:38 smithi071 bash[23353]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:38 smithi071 bash[26156]: cluster 2024-09-10T19:05:38.798669+0000 mgr.y (mgr.24745) 91 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:40 smithi145 bash[23187]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:40 smithi071 bash[23353]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:40 smithi071 bash[26156]: cluster 2024-09-10T19:05:40.799328+0000 mgr.y (mgr.24745) 92 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:42 smithi145 bash[23187]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:42 smithi071 bash[23353]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:43.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:42 smithi071 bash[26156]: cluster 2024-09-10T19:05:42.799717+0000 mgr.y (mgr.24745) 93 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:44 smithi145 bash[23187]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:44 smithi071 bash[23353]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:44 smithi071 bash[26156]: cluster 2024-09-10T19:05:44.800380+0000 mgr.y (mgr.24745) 94 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:45.745 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (8m) 2m ago 18m 15.5M - 0.27.0 11f11916f8cd f1337f85aaea 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (17m) 2m ago 17m 37.7M - 6.6.2 87a51ecf0b1c 73d8484ad8e4 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (12m) 2m ago 21m 394M - 17.2.7-1606-g5be57395 4c55dd409611 d4e3eaf5fd6d 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443 running (5m) 2m ago 22m 417M - 17.2.7-1606-g5be57395 4c55dd409611 96dbc1357815 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (22m) 2m ago 23m 130M 2048M 15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (21m) 2m ago 21m 135M 2048M 15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (21m) 2m ago 21m 127M 2048M 15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (18m) 2m ago 18m 11.4M - 1.8.2 71dc9668b154 894d7abf6197 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (18m) 2m ago 18m 10.7M - 1.8.2 71dc9668b154 9110ced4b1e5 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (21m) 2m ago 21m 48.2M 4096M 15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T19:05:47.637 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (20m) 2m ago 21m 47.6M 4096M 15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (20m) 2m ago 20m 41.0M 4096M 15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (20m) 2m ago 20m 46.1M 4096M 15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (20m) 2m ago 20m 46.4M 4096M 15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (19m) 2m ago 19m 46.5M 4096M 15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (19m) 2m ago 19m 43.8M 4096M 15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (19m) 2m ago 19m 47.1M 4096M 15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (8m) 2m ago 18m 47.7M - 2.54.1 4022a502929b 99bde4e1071a 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (17m) 2m ago 17m 35.5M - 15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T19:05:47.638 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (17m) 2m ago 17m 38.9M - 15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T19:05:47.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:47.950 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[23353]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.951 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 bash[26156]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:47.954 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.233 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: cluster 2024-09-10T19:05:46.800915+0000 mgr.y (mgr.24745) 95 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.627484+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 bash[23187]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.627802+0000 mon.a (mon.0) 1024 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.628048+0000 mon.a (mon.0) 1025 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.628281+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.628508+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.628723+0000 mon.a (mon.0) 1028 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.630146+0000 mon.a (mon.0) 1029 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.630371+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.630599+0000 mon.a (mon.0) 1031 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.630813+0000 mon.a (mon.0) 1032 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:48.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.631043+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:05:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:49.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:48 smithi071 bash[23353]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:49.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:48 smithi071 bash[26156]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:49.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:49.182 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:48 smithi145 bash[23187]: audit 2024-09-10T19:05:47.625625+0000 mgr.y (mgr.24745) 96 : audit [DBG] from='client.14886 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:05:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[26156]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[26156]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[26156]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[26156]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[26156]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[23353]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[23353]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[23353]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[23353]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 bash[23353]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.156 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T19:05:50.156 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-10T19:05:50.156 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:05:50.156 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:05:50.157 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-10T19:05:50.158 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:05:50.159 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:05:50.159 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T19:05:50.159 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T19:05:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 bash[23187]: cluster 2024-09-10T19:05:48.801237+0000 mgr.y (mgr.24745) 97 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 bash[23187]: audit 2024-09-10T19:05:48.831747+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:05:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 bash[23187]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 bash[23187]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 bash[23187]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:48.831917+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:48.832051+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:05:50.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:48.832193+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:05:50.742 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph -s' 2024-09-10T19:05:51.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:51.003 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:50 smithi071 bash[23353]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:51.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:51.003 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:50 smithi071 bash[26156]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:50 smithi145 bash[23187]: audit 2024-09-10T19:05:50.155061+0000 mon.a (mon.0) 1038 : audit [DBG] from='client.? 172.21.15.71:0/2560140299' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:52.070 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.071 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:51 smithi071 bash[23353]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.071 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.071 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:51 smithi071 bash[26156]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:51 smithi145 bash[23187]: cluster 2024-09-10T19:05:50.801846+0000 mgr.y (mgr.24745) 98 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.555 INFO:teuthology.orchestra.run.smithi071.stdout: cluster: 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: id: 6551eb3a-6fa4-11ef-bcea-c7b262605968 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: health: HEALTH_OK 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: services: 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: mon: 3 daemons, quorum a,c,b (age 21m) 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: mgr: y(active, since 3m), standbys: x 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: osd: 8 osds: 8 up (since 19m), 8 in (since 19m) 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: rgw: 2 daemons active (r.z.smithi071.uglmnf, r.z.smithi145.tcbxrc) 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:05:52.556 INFO:teuthology.orchestra.run.smithi071.stdout: task status: 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: data: 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: pools: 5 pools, 129 pgs 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: objects: 203 objects, 584 KiB 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: usage: 8.0 GiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: pgs: 129 active+clean 2024-09-10T19:05:52.557 INFO:teuthology.orchestra.run.smithi071.stdout: 2024-09-10T19:05:53.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:53.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:52 smithi071 bash[23353]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:52 smithi071 bash[26156]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:53.234 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T19:05:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:52 smithi145 bash[23187]: audit 2024-09-10T19:05:52.555136+0000 mon.a (mon.0) 1039 : audit [DBG] from='client.? 172.21.15.71:0/1101556287' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-10T19:05:54.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:54.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:53 smithi071 bash[23353]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:53 smithi071 bash[26156]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:53 smithi145 bash[23187]: cluster 2024-09-10T19:05:52.802214+0000 mgr.y (mgr.24745) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:55.129 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-10T19:05:55.690 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph mgr fail' 2024-09-10T19:05:56.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:55 smithi071 bash[23353]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:55 smithi071 bash[23353]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:55 smithi071 bash[26156]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:55 smithi071 bash[26156]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:55 smithi145 bash[23187]: cluster 2024-09-10T19:05:54.802778+0000 mgr.y (mgr.24745) 100 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:55 smithi145 bash[23187]: audit 2024-09-10T19:05:55.117840+0000 mon.c (mon.1) 45 : audit [DBG] from='client.? 172.21.15.71:0/3649195955' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:05:56.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:56 smithi071 bash[23353]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:56 smithi071 bash[23353]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:56 smithi071 bash[26156]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:56 smithi071 bash[26156]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:56.885 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:56 smithi145 bash[23187]: audit 2024-09-10T19:05:56.587823+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:05:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:56 smithi145 bash[23187]: audit 2024-09-10T19:05:56.590786+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.24745 172.21.15.71:0/3603780695' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:57.846+0000 7f143e974640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: ignoring --setuser ceph since I am not root 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: ignoring --setgroup ceph since I am not root 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-mgr[45817]: -- 172.21.15.71:0/367515549 <== mon.0 v2:172.21.15.71:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5612e0e72340 con 0x5612e0e7ec00 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:57.983+0000 7f310b662ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:05:58.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.038+0000 7f310b662ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[23353]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[23353]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[23353]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[23353]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[26156]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[26156]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[26156]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 bash[26156]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 bash[23187]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:56.803026+0000 mgr.y (mgr.24745) 101 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 7.9 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 bash[23187]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 bash[23187]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 bash[23187]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:57.624122+0000 mon.c (mon.1) 46 : audit [INF] from='client.? 172.21.15.71:0/1219360775' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:57.624413+0000 mon.a (mon.0) 1042 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "mgr fail"}]: dispatch 2024-09-10T19:05:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:57.629005+0000 mon.a (mon.0) 1043 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-09-10T19:05:58.369 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.104+0000 7f310b662ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:05:58.369 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.230+0000 7f310b662ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:05:58.369 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.367+0000 7f310b662ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:05:58.525 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'sleep 180' 2024-09-10T19:05:58.883 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.630+0000 7f310b662ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:05:58.883 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.694+0000 7f310b662ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:05:58.883 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:58.860+0000 7f310b662ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:58 smithi071 bash[23353]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:05:58 smithi071 bash[23353]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:58 smithi071 bash[26156]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:58 smithi071 bash[26156]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:05:58.884 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:05:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:05:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:05:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:58 smithi145 bash[23187]: audit 2024-09-10T19:05:57.849400+0000 mon.a (mon.0) 1044 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "mgr fail"}]': finished 2024-09-10T19:05:59.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:05:58 smithi145 bash[23187]: cluster 2024-09-10T19:05:57.849445+0000 mon.a (mon.0) 1045 : cluster [DBG] mgrmap e27: x(active, starting, since 0.224597s) 2024-09-10T19:06:00.012 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:59.738+0000 7f310b662ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:06:00.013 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:05:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:05:59.807+0000 7f310b662ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:06:00.808 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.520+0000 7f310b662ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:06:00.808 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.630+0000 7f310b662ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:06:00.808 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.748+0000 7f310b662ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:06:00.808 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.806+0000 7f310b662ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:06:01.091 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.930+0000 7f310b662ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:06:01.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:00.996+0000 7f310b662ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:06:01.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.053+0000 7f310b662ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:06:01.450 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.186+0000 7f310b662ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:06:01.450 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.248+0000 7f310b662ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:06:01.450 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.312+0000 7f310b662ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:06:01.450 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.391+0000 7f310b662ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:06:01.450 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.448+0000 7f310b662ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:06:01.841 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:01.505+0000 7f310b662ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:06:02.591 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:06:02.244+0000 7f310b662ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[23353]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[23353]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[23353]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[23353]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[23353]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:03.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[26156]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[26156]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[26156]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[26156]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 bash[26156]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 bash[23187]: cluster 2024-09-10T19:06:02.246314+0000 mon.a (mon.0) 1046 : cluster [DBG] Standby manager daemon y started 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 bash[23187]: audit 2024-09-10T19:06:02.246749+0000 mon.a (mon.0) 1047 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 bash[23187]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 bash[23187]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 bash[23187]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.247017+0000 mon.a (mon.0) 1048 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.247627+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-09-10T19:06:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.247835+0000 mon.a (mon.0) 1050 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[23353]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[23353]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[23353]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[26156]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[26156]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 bash[26156]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:04.127 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.127 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.127 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 bash[23187]: cluster 2024-09-10T19:06:02.803832+0000 mon.a (mon.0) 1051 : cluster [DBG] mgrmap e28: x(active, starting, since 5s), standbys: y 2024-09-10T19:06:04.128 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 bash[23187]: audit 2024-09-10T19:06:02.805924+0000 mon.b (mon.2) 263 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:06:04.128 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 bash[23187]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:04.128 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:02.806176+0000 mon.b (mon.2) 264 : audit [DBG] from='mgr.? 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:06:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[23353]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 bash[26156]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.109 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.110 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.111 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.112 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.113 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.114 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.114 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.851847+0000 mon.b (mon.2) 265 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.852102+0000 mon.b (mon.2) 266 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.115 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.852334+0000 mon.b (mon.2) 267 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.116 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.117 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.854365+0000 mon.b (mon.2) 268 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.118 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 bash[23187]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.854682+0000 mon.b (mon.2) 269 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.854913+0000 mon.b (mon.2) 270 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.855226+0000 mon.b (mon.2) 271 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:06:05.119 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.855482+0000 mon.b (mon.2) 272 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.855744+0000 mon.b (mon.2) 273 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.856007+0000 mon.b (mon.2) 274 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.856279+0000 mon.b (mon.2) 275 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.857313+0000 mon.b (mon.2) 276 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.857522+0000 mon.b (mon.2) 277 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:06:05.120 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.858004+0000 mon.b (mon.2) 278 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.858882+0000 mon.b (mon.2) 279 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.859655+0000 mon.b (mon.2) 280 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.859980+0000 mon.b (mon.2) 281 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.860306+0000 mon.b (mon.2) 282 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.860654+0000 mon.b (mon.2) 283 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.860969+0000 mon.b (mon.2) 284 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.861362+0000 mon.b (mon.2) 285 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.861760+0000 mon.b (mon.2) 286 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.862146+0000 mon.b (mon.2) 287 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.862467+0000 mon.b (mon.2) 288 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:06:05.121 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.862785+0000 mon.b (mon.2) 289 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.863093+0000 mon.b (mon.2) 290 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.863376+0000 mon.b (mon.2) 291 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.863682+0000 mon.b (mon.2) 292 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.863990+0000 mon.b (mon.2) 293 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.864287+0000 mon.b (mon.2) 294 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.864578+0000 mon.b (mon.2) 295 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.864875+0000 mon.b (mon.2) 296 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:06:05.122 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.865180+0000 mon.b (mon.2) 297 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.865478+0000 mon.b (mon.2) 298 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.865764+0000 mon.b (mon.2) 299 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.866085+0000 mon.b (mon.2) 300 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.866391+0000 mon.b (mon.2) 301 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.866670+0000 mon.b (mon.2) 302 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.866978+0000 mon.b (mon.2) 303 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.867281+0000 mon.b (mon.2) 304 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.867572+0000 mon.b (mon.2) 305 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.867856+0000 mon.b (mon.2) 306 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:06:05.123 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.868166+0000 mon.b (mon.2) 307 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:03.868467+0000 mon.b (mon.2) 308 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:03.970254+0000 mon.a (mon.0) 1052 : cluster [INF] Manager daemon x is now available 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.008789+0000 mon.b (mon.2) 309 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.009178+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.013553+0000 mon.b (mon.2) 310 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.013917+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.219543+0000 mon.b (mon.2) 311 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.124 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:04.224405+0000 mon.b (mon.2) 312 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:06:05.094+0000 7f74d1c6e640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: Traceback (most recent call last): 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._run(expiration_interval) 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:05.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: debug 2024-09-10T19:06:05.094+0000 7f74d1c6e640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: Traceback (most recent call last): 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: self._run(expiration_interval) 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:05.532 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: s = self.context.wrap_socket( 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: return self.sslsocket_class._create( 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: self.do_handshake() 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: self._sslobj.do_handshake() 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[33753]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: s = self.context.wrap_socket( 2024-09-10T19:06:05.533 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: return self.sslsocket_class._create( 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self.do_handshake() 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: self._sslobj.do_handshake() 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:05.534 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: 2024-09-10T19:06:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[23353]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[23353]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[23353]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[26156]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[26156]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[26156]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[23353]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[26156]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[23353]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:06.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 bash[26156]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:06.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:06.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[23187]: cluster 2024-09-10T19:06:04.809358+0000 mon.a (mon.0) 1055 : cluster [DBG] mgrmap e29: x(active, since 7s), standbys: y 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[23187]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[23187]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[23187]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:04.815488+0000 mgr.x (mgr.34613) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:06.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 bash[23187]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:06.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:05.095200+0000 mon.b (mon.2) 313 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:05.095639+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:06:06.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:05.098989+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: Traceback (most recent call last): 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: self._run(expiration_interval) 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: s = self.context.wrap_socket( 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: return self.sslsocket_class._create( 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: self.do_handshake() 2024-09-10T19:06:07.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: self._sslobj.do_handshake() 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[23353]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Traceback (most recent call last): 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._run(expiration_interval) 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: Traceback (most recent call last): 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: self._run(expiration_interval) 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: s = self.context.wrap_socket( 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: return self.sslsocket_class._create( 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: self.do_handshake() 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: self._sslobj.do_handshake() 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 bash[26156]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: Traceback (most recent call last): 2024-09-10T19:06:07.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._run(expiration_interval) 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s = self.context.wrap_socket( 2024-09-10T19:06:07.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return self.sslsocket_class._create( 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self.do_handshake() 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._sslobj.do_handshake() 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s = self.context.wrap_socket( 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return self.sslsocket_class._create( 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self.do_handshake() 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._sslobj.do_handshake() 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2024-09-10T19:06:07.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:07.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: cephadm 2024-09-10T19:06:04.977745+0000 mgr.x (mgr.34613) 2 : cephadm [INF] [10/Sep/2024:19:06:04] ENGINE Bus STARTING 2024-09-10T19:06:07.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: Traceback (most recent call last): 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: self._run(expiration_interval) 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: s = self.context.wrap_socket( 2024-09-10T19:06:07.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: return self.sslsocket_class._create( 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: self.do_handshake() 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: self._sslobj.do_handshake() 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 bash[23187]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:06:05.094296+0000 mgr.x (mgr.34613) 3 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Serving on https://172.21.15.145:7150 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:06:05.094387+0000 mgr.x (mgr.34613) 4 : cephadm [INF] [10/Sep/2024:19:06:05] ENGINE Bus STARTED 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:06:05.095753+0000 mgr.x (mgr.34613) 5 : cephadm [ERR] [10/Sep/2024:19:06:05] ENGINE Error in HTTPServer.serve 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: Traceback (most recent call last): 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._connections.run(self.expiration_interval) 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:06:07.219 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._run(expiration_interval) 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s = self.context.wrap_socket( 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return self.sslsocket_class._create( 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self.do_handshake() 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._sslobj.do_handshake() 2024-09-10T19:06:07.220 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:06:07.221 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 2024-09-10T19:06:07.221 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:06.104409+0000 mon.a (mon.0) 1058 : cluster [DBG] mgrmap e30: x(active, since 8s), standbys: y 2024-09-10T19:06:08.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:07 smithi071 bash[23353]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:07 smithi071 bash[26156]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:08.148 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:08.148 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:07 smithi145 bash[23187]: cluster 2024-09-10T19:06:05.857475+0000 mgr.x (mgr.34613) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 bash[23187]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\ 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@s 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph 2024-09-10T19:06:09.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: /ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.327 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.328 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.329 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.330 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.330 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.331 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:07.840576+0000 mon.a (mon.0) 1059 : cluster [DBG] mgrmap e31: x(active, since 10s), standbys: y 2024-09-10T19:06:09.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[23353]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:09.332 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.333 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:07.857878+0000 mgr.x (mgr.34613) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:09.333 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.334 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 bash[26156]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.604520+0000 mon.b (mon.2) 314 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.605065+0000 mon.b (mon.2) 315 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.605394+0000 mon.a (mon.0) 1060 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.608537+0000 mon.a (mon.0) 1061 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.609681+0000 mon.b (mon.2) 316 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.335 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.610080+0000 mon.a (mon.0) 1062 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ce 2024-09-10T19:06:09.336 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:09.336 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.612778+0000 mon.a (mon.0) 1063 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph 2024-09-10T19:06:09.336 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: @sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970ac 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: a59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@s 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 bash[23187]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/c 2024-09-10T19:06:10.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: eph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\" 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: : 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cp 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: u_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59 2024-09-10T19:06:10.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[26156]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:08.979860+0000 mon.b (mon.2) 317 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.229276+0000 mon.b (mon.2) 318 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.229818+0000 mon.b (mon.2) 319 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.230205+0000 mon.a (mon.0) 1064 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.234169+0000 mon.a (mon.0) 1065 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.236683+0000 mon.b (mon.2) 320 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T19:06:10.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@s 2024-09-10T19:06:10.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.237046+0000 mon.a (mon.0) 1066 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.i 2024-09-10T19:06:10.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: o/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha25 2024-09-10T19:06:10.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 bash[23353]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 6:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.242691+0000 mon.a (mon.0) 1067 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:00:13.499588Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.322189Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.243428+0000 mon.b (mon.2) 321 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.243696+0000 mon.b (mon.2) 322 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.243970+0000 mon.b (mon.2) 323 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.244210+0000 mon.b (mon.2) 324 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.244455+0000 mon.b (mon.2) 325 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.244733+0000 mon.b (mon.2) 326 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.245013+0000 mon.b (mon.2) 327 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.245289+0000 mon.b (mon.2) 328 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:10.359 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.245572+0000 mon.b (mon.2) 329 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.419091+0000 mon.b (mon.2) 330 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.419712+0000 mon.b (mon.2) 331 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.420002+0000 mon.a (mon.0) 1068 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:10.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.425252+0000 mon.a (mon.0) 1069 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:10.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806 2024-09-10T19:06:10.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.426504+0000 mon.b (mon.2) 332 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806 2024-09-10T19:06:10.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13 2024-09-10T19:06:10.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.427000+0000 mon.a (mon.0) 1070 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\" 2024-09-10T19:06:10.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: : \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \ 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.431910+0000 mon.a (mon.0) 1071 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:10.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:09.787912+0000 mon.b (mon.2) 333 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:06:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 bash[23187]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.1 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 3%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[26156]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:09.858405+0000 mgr.x (mgr.34613) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.033745+0000 mon.b (mon.2) 334 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 bash[23353]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.034324+0000 mon.b (mon.2) 335 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.034611+0000 mon.a (mon.0) 1072 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:06:11.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806 2024-09-10T19:06:11.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"me 2024-09-10T19:06:11.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.038116+0000 mon.a (mon.0) 1073 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:06:11.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: mory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: %\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.039030+0000 mon.b (mon.2) 336 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\ 2024-09-10T19:06:11.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.039410+0000 mon.a (mon.0) 1074 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usa 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ge\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.042509+0000 mon.a (mon.0) 1075 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \ 2024-09-10T19:06:11.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T18:59:26.979091Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T18:56:29.331936Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.044772+0000 mon.b (mon.2) 337 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.045066+0000 mon.b (mon.2) 338 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.045338+0000 mon.b (mon.2) 339 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.045590+0000 mon.b (mon.2) 340 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.045842+0000 mon.b (mon.2) 341 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.046099+0000 mon.b (mon.2) 342 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.046351+0000 mon.b (mon.2) 343 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.046598+0000 mon.b (mon.2) 344 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.046854+0000 mon.b (mon.2) 345 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.048053+0000 mon.b (mon.2) 346 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.048345+0000 mon.a (mon.0) 1076 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.051362+0000 mon.a (mon.0) 1077 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:11.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.123991+0000 mon.b (mon.2) 347 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.124479+0000 mon.a (mon.0) 1078 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:06:11.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:06:10.128121+0000 mon.a (mon.0) 1079 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:06:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:13 smithi071 bash[23353]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:13 smithi071 bash[26156]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:14.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:14.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:13 smithi145 bash[23187]: cluster 2024-09-10T19:06:11.858823+0000 mgr.x (mgr.34613) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T19:06:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:15 smithi071 bash[23353]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:15 smithi071 bash[26156]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:15 smithi145 bash[23187]: cluster 2024-09-10T19:06:13.859411+0000 mgr.x (mgr.34613) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 19 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:06:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:17 smithi071 bash[23353]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:17 smithi071 bash[26156]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:17 smithi145 bash[23187]: cluster 2024-09-10T19:06:15.860321+0000 mgr.x (mgr.34613) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:06:20.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:20.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:19 smithi145 bash[23187]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:20.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:19 smithi071 bash[23353]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:19 smithi071 bash[26156]: cluster 2024-09-10T19:06:17.860717+0000 mgr.x (mgr.34613) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:21 smithi071 bash[23353]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:21 smithi071 bash[26156]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.253 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:22.253 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:21 smithi145 bash[23187]: cluster 2024-09-10T19:06:19.861379+0000 mgr.x (mgr.34613) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:06:24.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:23 smithi071 bash[23353]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:23 smithi071 bash[26156]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:23 smithi145 bash[23187]: cluster 2024-09-10T19:06:21.861716+0000 mgr.x (mgr.34613) 14 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:24 smithi145 bash[23187]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:24 smithi071 bash[23353]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:24 smithi071 bash[26156]: cluster 2024-09-10T19:06:23.862096+0000 mgr.x (mgr.34613) 15 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:27 smithi071 bash[23353]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:27 smithi071 bash[26156]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:27 smithi145 bash[23187]: cluster 2024-09-10T19:06:25.863001+0000 mgr.x (mgr.34613) 16 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:29 smithi071 bash[23353]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:29 smithi071 bash[26156]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:29 smithi145 bash[23187]: cluster 2024-09-10T19:06:27.863404+0000 mgr.x (mgr.34613) 17 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:31 smithi145 bash[23187]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:31 smithi071 bash[23353]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:31 smithi071 bash[26156]: cluster 2024-09-10T19:06:29.864025+0000 mgr.x (mgr.34613) 18 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:33 smithi071 bash[23353]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:33 smithi071 bash[26156]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:33 smithi145 bash[23187]: cluster 2024-09-10T19:06:31.864461+0000 mgr.x (mgr.34613) 19 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:35 smithi071 bash[23353]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:35 smithi071 bash[26156]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:35 smithi145 bash[23187]: cluster 2024-09-10T19:06:33.865014+0000 mgr.x (mgr.34613) 20 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:37 smithi071 bash[23353]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:37 smithi071 bash[26156]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:37 smithi145 bash[23187]: cluster 2024-09-10T19:06:35.865644+0000 mgr.x (mgr.34613) 21 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:38 smithi145 bash[23187]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:38 smithi071 bash[23353]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:39.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:38 smithi071 bash[26156]: cluster 2024-09-10T19:06:37.866175+0000 mgr.x (mgr.34613) 22 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:40 smithi071 bash[23353]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.160 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:40 smithi071 bash[26156]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:41.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:40 smithi145 bash[23187]: cluster 2024-09-10T19:06:39.866810+0000 mgr.x (mgr.34613) 23 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:43 smithi071 bash[23353]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:43 smithi071 bash[26156]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:43 smithi145 bash[23187]: cluster 2024-09-10T19:06:41.867284+0000 mgr.x (mgr.34613) 24 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:45 smithi071 bash[23353]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:45 smithi071 bash[26156]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:45 smithi145 bash[23187]: cluster 2024-09-10T19:06:43.867665+0000 mgr.x (mgr.34613) 25 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:47 smithi071 bash[23353]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:47 smithi071 bash[26156]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:47 smithi145 bash[23187]: cluster 2024-09-10T19:06:45.868357+0000 mgr.x (mgr.34613) 26 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:49 smithi145 bash[23187]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:49 smithi071 bash[23353]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:50.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:49 smithi071 bash[26156]: cluster 2024-09-10T19:06:47.868751+0000 mgr.x (mgr.34613) 27 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:51 smithi071 bash[23353]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:51 smithi071 bash[26156]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:51 smithi145 bash[23187]: cluster 2024-09-10T19:06:49.869576+0000 mgr.x (mgr.34613) 28 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:52 smithi071 bash[23353]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:52 smithi071 bash[26156]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:52 smithi145 bash[23187]: cluster 2024-09-10T19:06:51.870148+0000 mgr.x (mgr.34613) 29 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:54 smithi145 bash[23187]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:54 smithi071 bash[23353]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:54 smithi071 bash[26156]: cluster 2024-09-10T19:06:53.870580+0000 mgr.x (mgr.34613) 30 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:57 smithi071 bash[23353]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:57 smithi071 bash[26156]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:06:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:57 smithi145 bash[23187]: cluster 2024-09-10T19:06:55.871351+0000 mgr.x (mgr.34613) 31 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:06:59 smithi071 bash[23353]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:06:59 smithi071 bash[26156]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:06:59 smithi145 bash[23187]: cluster 2024-09-10T19:06:57.871728+0000 mgr.x (mgr.34613) 32 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:01 smithi071 bash[23353]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:01 smithi071 bash[26156]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:01 smithi145 bash[23187]: cluster 2024-09-10T19:06:59.872640+0000 mgr.x (mgr.34613) 33 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:03 smithi071 bash[23353]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:03 smithi071 bash[26156]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:03 smithi145 bash[23187]: cluster 2024-09-10T19:07:01.873222+0000 mgr.x (mgr.34613) 34 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[23353]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 bash[26156]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.974716+0000 mon.b (mon.2) 348 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975000+0000 mon.b (mon.2) 349 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 bash[23187]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975185+0000 mon.a (mon.0) 1080 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1d", "id": [7, 2]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975246+0000 mon.b (mon.2) 350 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975517+0000 mon.b (mon.2) 351 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975542+0000 mon.a (mon.0) 1081 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.975778+0000 mon.a (mon.0) 1082 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:07:05.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:03.976048+0000 mon.a (mon.0) 1083 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:07:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:06.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:05 smithi071 bash[23353]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:06.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:05 smithi071 bash[26156]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:05 smithi145 bash[23187]: cluster 2024-09-10T19:07:03.873829+0000 mgr.x (mgr.34613) 35 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:07 smithi071 bash[23353]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:07 smithi071 bash[26156]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:07 smithi145 bash[23187]: cluster 2024-09-10T19:07:05.874781+0000 mgr.x (mgr.34613) 36 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:09 smithi071 bash[26156]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:09 smithi071 bash[23353]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:09 smithi145 bash[23187]: cluster 2024-09-10T19:07:07.875234+0000 mgr.x (mgr.34613) 37 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[26156]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_ 2024-09-10T19:07:11.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_per 2024-09-10T19:07:11.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: centage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.103 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", 2024-09-10T19:07:11.104 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.104 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 bash[23353]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\ 2024-09-10T19:07:11.105 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.105 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.106 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.106 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"d 2024-09-10T19:07:11.107 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ocker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.107 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992 2024-09-10T19:07:11.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docke 2024-09-10T19:07:11.108 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: r.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.490181+0000 mon.b (mon.2) 352 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.490785+0000 mon.b (mon.2) 353 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.491153+0000 mon.a (mon.0) 1084 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.494179+0000 mon.a (mon.0) 1085 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.495598+0000 mon.b (mon.2) 354 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.496279+0000 mon.b (mon.2) 355 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_perc 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: entage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.496524+0000 mon.b (mon.2) 356 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.496711+0000 mon.a (mon.0) 1086 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\", \"ve 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: rsion\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 bash[23187]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.497229+0000 mon.a (mon.0) 1087 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.501582+0000 mon.a (mon.0) 1088 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 166828441, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417629Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 436102758, \"cpu_percentage\": \"2.23%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.417778Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49199185, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417851Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49115299, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417916Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46315601, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.417993Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49712988, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418055Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52418314, \"cpu_percentage\": \"0.24%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418130Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 11765022, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418190Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 39699087, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:09.418250Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 41806725, \"cpu_percentage\": \"0.13%\ 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:09.418321Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:09.418484Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:06:10.033102Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.506069+0000 mon.a (mon.0) 1089 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.507994+0000 mon.b (mon.2) 357 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.508506+0000 mon.a (mon.0) 1090 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/c 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: eph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.513309+0000 mon.a (mon.0) 1091 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 183500800, \"cpu_percentage\": \"1.38%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603069Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 415026380, \"cpu_percentage\": \"3.50%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:06:08.603223Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 156762112, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603299Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50635735, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603365Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50174361, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603430Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43421532, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603492Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48559554, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603554Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12404654, \"cpu_percentage\": \"0.24%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603615Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 16064184, \"cpu_percentage\": \"0.09%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:06:08.603675Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256: 2024-09-10T19:07:11.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38314967, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:06:08.603735Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:06:08.603870Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:06:09.228724Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[23353]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[23353]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[23353]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[23353]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[26156]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[26156]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[26156]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 bash[26156]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 bash[23187]: cluster 2024-09-10T19:07:09.875788+0000 mgr.x (mgr.34613) 38 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 bash[23187]: audit 2024-09-10T19:07:10.876676+0000 mon.b (mon.2) 358 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 bash[23187]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 bash[23187]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.877166+0000 mon.a (mon.0) 1092 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:07:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:07:10.879859+0000 mon.a (mon.0) 1093 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:07:14.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:13 smithi071 bash[23353]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:13 smithi071 bash[26156]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:13 smithi145 bash[23187]: cluster 2024-09-10T19:07:11.876332+0000 mgr.x (mgr.34613) 39 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:14 smithi145 bash[23187]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:14 smithi071 bash[23353]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:15.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:14 smithi071 bash[26156]: cluster 2024-09-10T19:07:13.876858+0000 mgr.x (mgr.34613) 40 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:17 smithi071 bash[23353]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:17 smithi071 bash[26156]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:17 smithi145 bash[23187]: cluster 2024-09-10T19:07:15.877586+0000 mgr.x (mgr.34613) 41 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.082 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.083 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:19 smithi145 bash[23187]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:19 smithi071 bash[23353]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:19 smithi071 bash[26156]: cluster 2024-09-10T19:07:17.878053+0000 mgr.x (mgr.34613) 42 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:21 smithi071 bash[23353]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:21 smithi071 bash[26156]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:21 smithi145 bash[23187]: cluster 2024-09-10T19:07:19.878737+0000 mgr.x (mgr.34613) 43 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:23 smithi071 bash[23353]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:23 smithi071 bash[26156]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:23 smithi145 bash[23187]: cluster 2024-09-10T19:07:21.879283+0000 mgr.x (mgr.34613) 44 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:25 smithi071 bash[23353]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:25 smithi071 bash[26156]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:25 smithi145 bash[23187]: cluster 2024-09-10T19:07:23.879654+0000 mgr.x (mgr.34613) 45 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:27 smithi071 bash[23353]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:27 smithi071 bash[26156]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:27 smithi145 bash[23187]: cluster 2024-09-10T19:07:25.880561+0000 mgr.x (mgr.34613) 46 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:29 smithi071 bash[23353]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:29 smithi071 bash[26156]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:29 smithi145 bash[23187]: cluster 2024-09-10T19:07:27.881105+0000 mgr.x (mgr.34613) 47 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:31 smithi071 bash[23353]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:31 smithi071 bash[26156]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:31 smithi145 bash[23187]: cluster 2024-09-10T19:07:29.881699+0000 mgr.x (mgr.34613) 48 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:33 smithi071 bash[23353]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:33 smithi071 bash[26156]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:33 smithi145 bash[23187]: cluster 2024-09-10T19:07:31.882240+0000 mgr.x (mgr.34613) 49 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:35 smithi071 bash[23353]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:35 smithi071 bash[26156]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:35 smithi145 bash[23187]: cluster 2024-09-10T19:07:33.882691+0000 mgr.x (mgr.34613) 50 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:37 smithi071 bash[23353]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:37 smithi071 bash[26156]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:37 smithi145 bash[23187]: cluster 2024-09-10T19:07:35.883367+0000 mgr.x (mgr.34613) 51 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:39 smithi071 bash[23353]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:39 smithi071 bash[26156]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:39 smithi145 bash[23187]: cluster 2024-09-10T19:07:37.883887+0000 mgr.x (mgr.34613) 52 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:41 smithi071 bash[23353]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:41 smithi071 bash[26156]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:41 smithi145 bash[23187]: cluster 2024-09-10T19:07:39.884547+0000 mgr.x (mgr.34613) 53 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:43 smithi071 bash[23353]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:43 smithi071 bash[26156]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:43 smithi145 bash[23187]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:41.885113+0000 mgr.x (mgr.34613) 54 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:45 smithi071 bash[23353]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:45 smithi071 bash[26156]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:45 smithi145 bash[23187]: cluster 2024-09-10T19:07:43.885617+0000 mgr.x (mgr.34613) 55 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:47 smithi145 bash[23187]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:47 smithi071 bash[23353]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:47 smithi071 bash[26156]: cluster 2024-09-10T19:07:45.886332+0000 mgr.x (mgr.34613) 56 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:48 smithi145 bash[23187]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:48 smithi071 bash[23353]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:48 smithi071 bash[26156]: cluster 2024-09-10T19:07:47.886807+0000 mgr.x (mgr.34613) 57 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:50 smithi145 bash[23187]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:50 smithi071 bash[23353]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:50 smithi071 bash[26156]: cluster 2024-09-10T19:07:49.887574+0000 mgr.x (mgr.34613) 58 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:53 smithi071 bash[23353]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:53 smithi071 bash[26156]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:53 smithi145 bash[23187]: cluster 2024-09-10T19:07:51.888061+0000 mgr.x (mgr.34613) 59 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:55 smithi071 bash[23353]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:55 smithi071 bash[26156]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:55 smithi145 bash[23187]: cluster 2024-09-10T19:07:53.888495+0000 mgr.x (mgr.34613) 60 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:57 smithi071 bash[23353]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:57 smithi071 bash[26156]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:07:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:57 smithi145 bash[23187]: cluster 2024-09-10T19:07:55.889315+0000 mgr.x (mgr.34613) 61 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:07:59 smithi071 bash[23353]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:07:59 smithi071 bash[26156]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:07:59 smithi145 bash[23187]: cluster 2024-09-10T19:07:57.889836+0000 mgr.x (mgr.34613) 62 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:01 smithi071 bash[23353]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:01 smithi071 bash[26156]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:01 smithi145 bash[23187]: cluster 2024-09-10T19:07:59.890487+0000 mgr.x (mgr.34613) 63 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:02 smithi145 bash[23187]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:02 smithi071 bash[23353]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:03.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:02 smithi071 bash[26156]: cluster 2024-09-10T19:08:01.891093+0000 mgr.x (mgr.34613) 64 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 bash[23187]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[23353]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: cluster 2024-09-10T19:08:03.891527+0000 mgr.x (mgr.34613) 65 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 bash[26156]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.978793+0000 mon.b (mon.2) 359 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979062+0000 mon.b (mon.2) 360 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979203+0000 mon.a (mon.0) 1094 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.12", "id": [7, 2]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979227+0000 mon.b (mon.2) 361 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979399+0000 mon.b (mon.2) 362 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979597+0000 mon.a (mon.0) 1095 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:08:05.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.979838+0000 mon.a (mon.0) 1096 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:08:05.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:03.980059+0000 mon.a (mon.0) 1097 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:08:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:07 smithi071 bash[23353]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:07 smithi071 bash[26156]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:07 smithi145 bash[23187]: cluster 2024-09-10T19:08:05.892442+0000 mgr.x (mgr.34613) 66 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:09 smithi071 bash[23353]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:09 smithi071 bash[26156]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:09 smithi145 bash[23187]: cluster 2024-09-10T19:08:07.893029+0000 mgr.x (mgr.34613) 67 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[23353]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[23353]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[23353]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[23353]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[26156]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[26156]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[26156]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 bash[26156]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 bash[23187]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 bash[23187]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:09.893635+0000 mgr.x (mgr.34613) 68 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 bash[23187]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 bash[23187]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:11.337619+0000 mon.b (mon.2) 363 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:11.338087+0000 mon.a (mon.0) 1098 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:08:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:08:11.343474+0000 mon.a (mon.0) 1099 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:08:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:13 smithi071 bash[23353]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:13 smithi071 bash[26156]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:13 smithi145 bash[23187]: cluster 2024-09-10T19:08:11.894031+0000 mgr.x (mgr.34613) 69 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:15 smithi071 bash[23353]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:15 smithi071 bash[26156]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:15 smithi145 bash[23187]: cluster 2024-09-10T19:08:13.894497+0000 mgr.x (mgr.34613) 70 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:08:16.953Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="web.hook/webhook[0]: notify retry canceled after 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:08:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:08:16.954Z caller=notify.go:848 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-09-10T19:08:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:16 smithi071 bash[44088]: ts=2024-09-10T19:08:16.953Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=4 err="web.hook/webhook[0]: notify retry canceled after 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:08:17.342 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:16 smithi071 bash[44088]: ts=2024-09-10T19:08:16.954Z caller=notify.go:848 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-09-10T19:08:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:17 smithi145 bash[23187]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:18.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:18.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:17 smithi071 bash[23353]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:17 smithi071 bash[26156]: cluster 2024-09-10T19:08:15.895372+0000 mgr.x (mgr.34613) 71 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:18 smithi145 bash[23187]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:18 smithi071 bash[23353]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:18 smithi071 bash[26156]: cluster 2024-09-10T19:08:17.895831+0000 mgr.x (mgr.34613) 72 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:20 smithi145 bash[23187]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:20 smithi071 bash[23353]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:20 smithi071 bash[26156]: cluster 2024-09-10T19:08:19.896455+0000 mgr.x (mgr.34613) 73 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:23 smithi071 bash[23353]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:23 smithi071 bash[26156]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:23 smithi145 bash[23187]: cluster 2024-09-10T19:08:21.896861+0000 mgr.x (mgr.34613) 74 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:25 smithi071 bash[23353]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:25 smithi071 bash[26156]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:25 smithi145 bash[23187]: cluster 2024-09-10T19:08:23.897329+0000 mgr.x (mgr.34613) 75 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:27 smithi145 bash[23187]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:27 smithi071 bash[23353]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:27 smithi071 bash[26156]: cluster 2024-09-10T19:08:25.898036+0000 mgr.x (mgr.34613) 76 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:29 smithi145 bash[23187]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:29 smithi071 bash[23353]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:29 smithi071 bash[26156]: cluster 2024-09-10T19:08:27.898418+0000 mgr.x (mgr.34613) 77 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:30 smithi145 bash[23187]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:30 smithi071 bash[23353]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:30 smithi071 bash[26156]: cluster 2024-09-10T19:08:29.899158+0000 mgr.x (mgr.34613) 78 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:33 smithi071 bash[23353]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:33 smithi071 bash[26156]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:33 smithi145 bash[23187]: cluster 2024-09-10T19:08:31.899641+0000 mgr.x (mgr.34613) 79 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:35 smithi071 bash[23353]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:35 smithi071 bash[26156]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:36.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:35 smithi145 bash[23187]: cluster 2024-09-10T19:08:33.900101+0000 mgr.x (mgr.34613) 80 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:37 smithi145 bash[23187]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:37 smithi071 bash[23353]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:37 smithi071 bash[26156]: cluster 2024-09-10T19:08:35.900794+0000 mgr.x (mgr.34613) 81 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.144 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:39 smithi071 bash[23353]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.144 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.145 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:39 smithi071 bash[26156]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:39 smithi145 bash[23187]: cluster 2024-09-10T19:08:37.901186+0000 mgr.x (mgr.34613) 82 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:40 smithi145 bash[23187]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:40 smithi071 bash[23353]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:40 smithi071 bash[26156]: cluster 2024-09-10T19:08:39.901914+0000 mgr.x (mgr.34613) 83 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:43 smithi071 bash[23353]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:43 smithi071 bash[26156]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:43 smithi145 bash[23187]: cluster 2024-09-10T19:08:41.902280+0000 mgr.x (mgr.34613) 84 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:45 smithi071 bash[23353]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:45 smithi071 bash[26156]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:45 smithi145 bash[23187]: cluster 2024-09-10T19:08:43.902681+0000 mgr.x (mgr.34613) 85 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:08:48.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:48.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:47 smithi071 bash[23353]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:48.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:47 smithi071 bash[26156]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:47 smithi145 bash[23187]: cluster 2024-09-10T19:08:45.903451+0000 mgr.x (mgr.34613) 86 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:49 smithi145 bash[23187]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:49 smithi071 bash[23353]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:49 smithi071 bash[26156]: cluster 2024-09-10T19:08:47.903923+0000 mgr.x (mgr.34613) 87 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 4.0 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:08:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:51 smithi145 bash[23187]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:52.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:52.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:51 smithi071 bash[23353]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:51 smithi071 bash[26156]: cluster 2024-09-10T19:08:49.904587+0000 mgr.x (mgr.34613) 88 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:52 smithi071 bash[23353]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:52 smithi071 bash[26156]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:52 smithi145 bash[23187]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:51.905168+0000 mgr.x (mgr.34613) 89 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:08:53.250Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:08:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:53 smithi071 bash[44088]: ts=2024-09-10T19:08:53.250Z caller=dispatch.go:353 level=error component=dispatcher msg="Notify for alerts failed" num_alerts=1 err="web.hook/webhook[0]: notify retry canceled after 16 attempts: Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-09-10T19:08:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:53 smithi071 bash[44088]: ts=2024-09-10T19:08:53.250Z caller=notify.go:848 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-09-10T19:08:53.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:08:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:08:53.250Z caller=notify.go:848 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-09-10T19:08:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:54 smithi145 bash[23187]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:55.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:54 smithi071 bash[23353]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:55.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:54 smithi071 bash[26156]: cluster 2024-09-10T19:08:53.905657+0000 mgr.x (mgr.34613) 90 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:57 smithi071 bash[23353]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:57 smithi071 bash[26156]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:08:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:57 smithi145 bash[23187]: cluster 2024-09-10T19:08:55.906354+0000 mgr.x (mgr.34613) 91 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 71 KiB/s rd, 0 B/s wr, 119 op/s 2024-09-10T19:09:00.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:08:59 smithi071 bash[23353]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:08:59 smithi071 bash[26156]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:08:59 smithi145 bash[23187]: cluster 2024-09-10T19:08:57.906695+0000 mgr.x (mgr.34613) 92 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:00.679 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch ps' 2024-09-10T19:09:02.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.086 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:01 smithi071 bash[23353]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:01 smithi071 bash[26156]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.086 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:01 smithi145 bash[23187]: cluster 2024-09-10T19:08:59.907524+0000 mgr.x (mgr.34613) 93 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail; 67 KiB/s rd, 0 B/s wr, 112 op/s 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:alertmanager.a smithi071 running (12m) 2m ago 21m 15.3M - 0.27.0 11f11916f8cd f1337f85aaea 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:grafana.a smithi145 running (21m) 2m ago 21m 37.8M - 6.6.2 87a51ecf0b1c 73d8484ad8e4 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.x smithi145 running (16m) 2m ago 24m 415M - 17.2.7-1606-g5be57395 4c55dd409611 d4e3eaf5fd6d 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:mgr.y smithi071 *:8443 running (8m) 2m ago 26m 395M - 17.2.7-1606-g5be57395 4c55dd409611 96dbc1357815 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:mon.a smithi071 running (26m) 2m ago 26m 175M 2048M 15.2.0 204a01f9b0b6 3279a1429f38 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:mon.b smithi145 running (25m) 2m ago 25m 159M 2048M 15.2.0 204a01f9b0b6 98cc8884cd43 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:mon.c smithi071 running (25m) 2m ago 25m 149M 2048M 15.2.0 204a01f9b0b6 97c2bbcf89b5 2024-09-10T19:09:02.418 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.a smithi071 running (21m) 2m ago 21m 11.8M - 1.8.2 71dc9668b154 894d7abf6197 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:node-exporter.b smithi145 running (21m) 2m ago 21m 11.2M - 1.8.2 71dc9668b154 9110ced4b1e5 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.0 smithi071 running (24m) 2m ago 24m 48.2M 4096M 15.2.0 204a01f9b0b6 073a264c7735 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.1 smithi071 running (23m) 2m ago 24m 47.8M 4096M 15.2.0 204a01f9b0b6 e5c41768d96c 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.2 smithi071 running (23m) 2m ago 23m 41.4M 4096M 15.2.0 204a01f9b0b6 b912d2590a8b 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.3 smithi071 running (23m) 2m ago 23m 46.3M 4096M 15.2.0 204a01f9b0b6 2617610dc678 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.4 smithi145 running (23m) 2m ago 23m 46.9M 4096M 15.2.0 204a01f9b0b6 0d3853b4e353 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.5 smithi145 running (22m) 2m ago 22m 46.8M 4096M 15.2.0 204a01f9b0b6 9ce306a5a4b2 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.6 smithi145 running (22m) 2m ago 22m 44.1M 4096M 15.2.0 204a01f9b0b6 2b0f42d7ea82 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:osd.7 smithi145 running (22m) 2m ago 22m 47.4M 4096M 15.2.0 204a01f9b0b6 e1672c971420 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:prometheus.a smithi145 running (11m) 2m ago 21m 49.9M - 2.54.1 4022a502929b 99bde4e1071a 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi071.uglmnf smithi071 running (20m) 2m ago 20m 36.5M - 15.2.0 204a01f9b0b6 6920298a70a7 2024-09-10T19:09:02.419 INFO:teuthology.orchestra.run.smithi071.stdout:rgw.r.z.smithi145.tcbxrc smithi145 running (20m) 2m ago 20m 39.8M - 15.2.0 204a01f9b0b6 65aedf925544 2024-09-10T19:09:03.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.023 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[23353]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.024 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.025 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 bash[26156]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.026 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.027 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.037 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions' 2024-09-10T19:09:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.405993+0000 mon.b (mon.2) 364 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.406470+0000 mon.b (mon.2) 365 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 bash[23187]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.406874+0000 mon.b (mon.2) 366 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.407244+0000 mon.b (mon.2) 367 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.407643+0000 mon.b (mon.2) 368 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.408033+0000 mon.b (mon.2) 369 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.410038+0000 mon.b (mon.2) 370 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.410461+0000 mon.b (mon.2) 371 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.410857+0000 mon.b (mon.2) 372 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.411231+0000 mon.b (mon.2) 373 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:03.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.411568+0000 mon.b (mon.2) 374 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:03 smithi071 bash[23353]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:03 smithi071 bash[23353]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:03 smithi071 bash[26156]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:03 smithi071 bash[26156]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:03 smithi145 bash[23187]: cluster 2024-09-10T19:09:01.908014+0000 mgr.x (mgr.34613) 94 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:04.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:03 smithi145 bash[23187]: audit 2024-09-10T19:09:02.403579+0000 mgr.x (mgr.34613) 95 : audit [DBG] from='client.14943 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:04.965 INFO:teuthology.orchestra.run.smithi071.stdout:{ 2024-09-10T19:09:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "mon": { 2024-09-10T19:09:04.965 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "mgr": { 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "osd": { 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-09-10T19:09:04.966 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "mds": {}, 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "rgw": { 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: }, 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "overall": { 2024-09-10T19:09:04.967 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-09-10T19:09:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)": 2 2024-09-10T19:09:04.968 INFO:teuthology.orchestra.run.smithi071.stdout: } 2024-09-10T19:09:04.968 INFO:teuthology.orchestra.run.smithi071.stdout:} 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 bash[23187]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[23353]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 bash[26156]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:03.908399+0000 mgr.x (mgr.34613) 96 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.982650+0000 mon.b (mon.2) 375 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.982898+0000 mon.b (mon.2) 376 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983039+0000 mon.a (mon.0) 1100 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.8", "id": [7, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983096+0000 mon.b (mon.2) 377 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983320+0000 mon.b (mon.2) 378 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983368+0000 mon.a (mon.0) 1101 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983506+0000 mon.a (mon.0) 1102 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:09:05.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:03.983682+0000 mon.a (mon.0) 1103 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-09-10T19:09:05.570 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mgr' 2024-09-10T19:09:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:05 smithi145 bash[23187]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:06.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:06.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:05 smithi071 bash[23353]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:05 smithi071 bash[26156]: audit 2024-09-10T19:09:04.963321+0000 mon.c (mon.1) 47 : audit [DBG] from='client.? 172.21.15.71:0/1513794707' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:08.042 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.043 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:07 smithi071 bash[23353]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.043 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:07 smithi071 bash[26156]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:07 smithi145 bash[23187]: cluster 2024-09-10T19:09:05.909103+0000 mgr.x (mgr.34613) 97 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:08.750 INFO:teuthology.orchestra.run.smithi071.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[23353]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 bash[26156]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:07.403756+0000 mgr.x (mgr.34613) 98 : audit [DBG] from='client.24874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.744584+0000 mon.b (mon.2) 379 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 bash[23187]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.745199+0000 mon.a (mon.0) 1104 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.748212+0000 mon.a (mon.0) 1105 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": null, \"target_digests\": null, \"target_version\": null, \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.751127+0000 mon.b (mon.2) 380 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.751443+0000 mon.a (mon.0) 1106 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:09.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:08.757600+0000 mon.a (mon.0) 1107 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:09.398 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- 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-09-10T19:09:09.945 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[23353]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[23353]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[23353]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[26156]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[26156]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 bash[26156]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:09.946 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 bash[23187]: cluster 2024-09-10T19:09:07.909484+0000 mgr.x (mgr.34613) 99 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 bash[23187]: cephadm 2024-09-10T19:09:08.743687+0000 mgr.x (mgr.34613) 100 : cephadm [INF] Upgrade: Started with target quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 bash[23187]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:08.835619+0000 mgr.x (mgr.34613) 101 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:11.904 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.905 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[23353]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.906 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:11.907 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 bash[26156]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:11.908 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:12.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.266+0000 7f7523072640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:09:12.270 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.266+0000 7f7523072640 -1 mgr handle_mgr_map I was active but no longer am 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: cluster 2024-09-10T19:09:09.910123+0000 mgr.x (mgr.34613) 102 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.0 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.253151+0000 mon.b (mon.2) 381 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:12.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 bash[23187]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.253658+0000 mon.a (mon.0) 1108 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.256954+0000 mon.a (mon.0) 1109 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"progress_id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"target_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"target_version\": \"17.2.7-1606-g5be57395\", \"fs_original_max_mds\": null, \"fs_original_allow_standby_replay\": null, \"error\": null, \"paused\": false, \"daemon_types\": [\"mgr\"], \"hosts\": null, \"services\": null, \"total_count\": null, \"remaining_count\": null}"}]': finished 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.259209+0000 mon.b (mon.2) 382 : audit [DBG] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.260300+0000 mon.b (mon.2) 383 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.260634+0000 mon.a (mon.0) 1110 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.264834+0000 mon.a (mon.0) 1111 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-09-10T19:09:12.272 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.269254+0000 mon.b (mon.2) 384 : audit [INF] from='mgr.34613 172.21.15.145:0/3059262621' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:12.273 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:11.269520+0000 mon.a (mon.0) 1112 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-09-10T19:09:12.273 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:11.274204+0000 mon.a (mon.0) 1113 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ignoring --setuser ceph since I am not root 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: ignoring --setgroup ceph since I am not root 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: ignoring --setuser ceph since I am not root 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: ignoring --setgroup ceph since I am not root 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.315+0000 7f4b3d93e640 1 -- 172.21.15.145:0/160453392 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560cf308a340 con 0x560cf3096c00 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.315+0000 7f4b3d93e640 1 -- 172.21.15.145:0/160453392 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560cf308a340 con 0x560cf3096c00 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.406+0000 7f4b40198ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.406+0000 7f4b40198ec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.461+0000 7f4b40198ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:12.529 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.461+0000 7f4b40198ec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:12.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.525+0000 7f4b40198ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:09:12.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.525+0000 7f4b40198ec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:09:12.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.648+0000 7f4b40198ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:12.805 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.648+0000 7f4b40198ec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:13.042 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:12.785+0000 7f4b40198ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:09:13.042 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[33753]: debug 2024-09-10T19:09:12.785+0000 7f4b40198ec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:09:13.042 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:13.039+0000 7f4b40198ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:09:13.042 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 bash[33753]: debug 2024-09-10T19:09:13.039+0000 7f4b40198ec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 bash[23187]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.044 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.044 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.044 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[26156]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cephadm 2024-09-10T19:09:11.258162+0000 mgr.x (mgr.34613) 103 : cephadm [INF] Upgrade: Target is version 17.2.7-1606-g5be57395 (quincy) 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 bash[23353]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:11.258238+0000 mgr.x (mgr.34613) 104 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, digests ['quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16'] 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:11.265759+0000 mgr.x (mgr.34613) 105 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:11.266247+0000 mgr.x (mgr.34613) 106 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:11.268937+0000 mgr.x (mgr.34613) 107 : cephadm [INF] Failing over to other MGR 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:12.267575+0000 mon.a (mon.0) 1114 : audit [INF] from='mgr.34613 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-09-10T19:09:13.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:12.267626+0000 mon.a (mon.0) 1115 : cluster [DBG] mgrmap e32: y(active, starting, since 0.997651s) 2024-09-10T19:09:13.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:13.099+0000 7f4b40198ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:09:13.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 bash[33753]: debug 2024-09-10T19:09:13.099+0000 7f4b40198ec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:09:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:13.259+0000 7f4b40198ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:09:13.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:13 smithi145 bash[33753]: debug 2024-09-10T19:09:13.259+0000 7f4b40198ec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:09:14.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:14.100+0000 7f4b40198ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:09:14.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 bash[33753]: debug 2024-09-10T19:09:14.100+0000 7f4b40198ec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:09:14.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:14.165+0000 7f4b40198ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:09:14.531 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 bash[33753]: debug 2024-09-10T19:09:14.165+0000 7f4b40198ec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:09:15.151 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:14.862+0000 7f4b40198ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:09:15.151 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 bash[33753]: debug 2024-09-10T19:09:14.862+0000 7f4b40198ec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:09:15.151 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:14.971+0000 7f4b40198ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:09:15.152 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:14 smithi145 bash[33753]: debug 2024-09-10T19:09:14.971+0000 7f4b40198ec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:09:15.152 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.091+0000 7f4b40198ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:15.152 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.091+0000 7f4b40198ec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:15.401 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.149+0000 7f4b40198ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:09:15.401 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.149+0000 7f4b40198ec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.275+0000 7f4b40198ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.275+0000 7f4b40198ec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.342+0000 7f4b40198ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.342+0000 7f4b40198ec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.399+0000 7f4b40198ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:09:15.402 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.399+0000 7f4b40198ec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.534+0000 7f4b40198ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.534+0000 7f4b40198ec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.598+0000 7f4b40198ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.598+0000 7f4b40198ec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.662+0000 7f4b40198ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:09:15.664 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.662+0000 7f4b40198ec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:09:16.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.743+0000 7f4b40198ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:16.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.743+0000 7f4b40198ec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:16.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.799+0000 7f4b40198ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:09:16.031 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.799+0000 7f4b40198ec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:09:16.031 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:15.856+0000 7f4b40198ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:09:16.031 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:15 smithi145 bash[33753]: debug 2024-09-10T19:09:15.856+0000 7f4b40198ec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:09:17.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x[33774]: debug 2024-09-10T19:09:16.599+0000 7f4b40198ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:09:17.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[33753]: debug 2024-09-10T19:09:16.599+0000 7f4b40198ec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:09:17.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[23187]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[23187]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[23187]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[23187]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 bash[23187]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[26156]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[26156]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[26156]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[26156]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[26156]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[23353]: cluster 2024-09-10T19:09:16.602352+0000 mon.a (mon.0) 1116 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[23353]: audit 2024-09-10T19:09:16.602754+0000 mon.a (mon.0) 1117 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[23353]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[23353]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 bash[23353]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.603293+0000 mon.a (mon.0) 1118 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.604015+0000 mon.a (mon.0) 1119 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:17.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.604460+0000 mon.a (mon.0) 1120 : audit [DBG] from='mgr.? 172.21.15.145:0/854147231' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 bash[23187]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 bash[23187]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 bash[23187]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.091 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[26156]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[26156]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[26156]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[23353]: cluster 2024-09-10T19:09:16.662910+0000 mon.a (mon.0) 1121 : cluster [DBG] mgrmap e33: y(active, starting, since 5s), standbys: x 2024-09-10T19:09:18.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[23353]: audit 2024-09-10T19:09:16.663376+0000 mon.a (mon.0) 1122 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-09-10T19:09:18.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 bash[23353]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:16.663730+0000 mon.a (mon.0) 1123 : audit [DBG] from='mgr.? 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-09-10T19:09:18.699 INFO:teuthology.orchestra.run.smithi071.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-09-10T19:09:18.699 INFO:teuthology.orchestra.run.smithi071.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-09-10T19:09:18.924 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:09:18.694+0000 7f30e9a68640 -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-09-10T19:09:18.924 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.925 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.926 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.927 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.928 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.929 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.930 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.931 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[23353]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.932 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 bash[26156]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.936 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.269145+0000 mon.a (mon.0) 1124 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.269324+0000 mon.a (mon.0) 1125 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.942 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.269446+0000 mon.a (mon.0) 1126 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.943 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.944 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 bash[23187]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.271375+0000 mon.a (mon.0) 1127 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-10T19:09:18.945 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.271668+0000 mon.a (mon.0) 1128 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.271933+0000 mon.a (mon.0) 1129 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.272196+0000 mon.a (mon.0) 1130 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.272428+0000 mon.a (mon.0) 1131 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.272667+0000 mon.a (mon.0) 1132 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.272959+0000 mon.a (mon.0) 1133 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.273223+0000 mon.a (mon.0) 1134 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.273460+0000 mon.a (mon.0) 1135 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.273601+0000 mon.a (mon.0) 1136 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.274006+0000 mon.a (mon.0) 1137 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.274801+0000 mon.a (mon.0) 1138 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.275663+0000 mon.a (mon.0) 1139 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT62040172400BGN"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.275980+0000 mon.a (mon.0) 1140 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "device/INTEL_SSDPEDMD400G4_PHFT620500N9400BGN"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.276275+0000 mon.a (mon.0) 1141 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/cephadm_endpoint_credentials"}]: dispatch 2024-09-10T19:09:18.946 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.276572+0000 mon.a (mon.0) 1142 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.276844+0000 mon.a (mon.0) 1143 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.277146+0000 mon.a (mon.0) 1144 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.277425+0000 mon.a (mon.0) 1145 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.277715+0000 mon.a (mon.0) 1146 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi071.devices.0"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.278014+0000 mon.a (mon.0) 1147 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.278317+0000 mon.a (mon.0) 1148 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi145.devices.0"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.278594+0000 mon.a (mon.0) 1149 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.278879+0000 mon.a (mon.0) 1150 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.279149+0000 mon.a (mon.0) 1151 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/rgw_migration_queue"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.279428+0000 mon.a (mon.0) 1152 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.279703+0000 mon.a (mon.0) 1153 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.279995+0000 mon.a (mon.0) 1154 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-09-10T19:09:18.947 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.280261+0000 mon.a (mon.0) 1155 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.280523+0000 mon.a (mon.0) 1156 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.280782+0000 mon.a (mon.0) 1157 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.281046+0000 mon.a (mon.0) 1158 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.281312+0000 mon.a (mon.0) 1159 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.281570+0000 mon.a (mon.0) 1160 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.281818+0000 mon.a (mon.0) 1161 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.282104+0000 mon.a (mon.0) 1162 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.282365+0000 mon.a (mon.0) 1163 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.282624+0000 mon.a (mon.0) 1164 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.282893+0000 mon.a (mon.0) 1165 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.283155+0000 mon.a (mon.0) 1166 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/collection"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.283418+0000 mon.a (mon.0) 1167 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-09-10T19:09:18.948 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.283672+0000 mon.a (mon.0) 1168 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-09-10T19:09:18.949 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:18.657346+0000 mon.a (mon.0) 1169 : cluster [INF] Manager daemon y is now available 2024-09-10T19:09:19.461 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | length == 1'"'"'' 2024-09-10T19:09:19.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:19.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:19.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:19.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:19.742 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[26156]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:19.743 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 bash[23353]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.744 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:09:19.951+0000 7f30b51ff640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: Traceback (most recent call last): 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._run(expiration_interval) 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:19.995 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: s = self.context.wrap_socket( 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: return self.sslsocket_class._create( 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self.do_handshake() 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._sslobj.do_handshake() 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:19.996 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:09:20.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: cluster 2024-09-10T19:09:18.690420+0000 mon.a (mon.0) 1170 : cluster [DBG] mgrmap e34: y(active, since 7s), standbys: x 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: audit 2024-09-10T19:09:18.695726+0000 mgr.y (mgr.14916) 1 : audit [DBG] from='client.24880 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 bash[23187]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:18.698761+0000 mgr.y (mgr.14916) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.716098+0000 mon.a (mon.0) 1171 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.721712+0000 mon.a (mon.0) 1172 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.925816+0000 mon.a (mon.0) 1173 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:20.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:18.940925+0000 mon.a (mon.0) 1174 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 bash[23187]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 bash[23187]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 bash[23187]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:20.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.842 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[23353]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.842 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[23353]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[26156]: cephadm 2024-09-10T19:09:19.834097+0000 mgr.y (mgr.14916) 3 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTING 2024-09-10T19:09:20.843 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[23353]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:20.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[26156]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:19.951135+0000 mon.a (mon.0) 1175 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]: dispatch 2024-09-10T19:09:20.844 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:20.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 bash[26156]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:20.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:19.956951+0000 mon.a (mon.0) 1176 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/cephadm_endpoint_credentials","val":"{\"cert\": \"-----BEGIN CERTIFICATE-----\\nMIIE4DCCAsigAwIBAgIUIeqb0McM54jtVFiwmkTAcNQb6oswDQYJKoZIhvcNAQEL\\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE4NTYyOVoXDTM0\\nMDkxMTE4NTYyOVowFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MIICIjANBgkqhkiG\\n9w0BAQEFAAOCAg8AMIICCgKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWU\\nffMvfmb6XKISfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSP\\nK3Y5Y5t1tVejuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDm\\nsuXyGOfoopxjBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgv\\nfX2Mn+xWX2YKTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv\\n/JT8UoLPmJ2vI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjm\\nwiYwTVcEANsqCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKf\\niSxXeJ8C1A0e5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1I\\niYjnZmmo6u41tLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6\\nO+OwTwE4t17HwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbpl\\nPyW/i/LL5EcBo9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2Fp\\nMW051a8CAwEAAaMkMCIwDwYDVR0RBAgwBocErBUPkTAPBgNVHRMBAf8EBTADAQH/\\nMA0GCSqGSIb3DQEBCwUAA4ICAQAYFafEoqAbQv1rRufu21a0cFo8EdU7hfAugcY1\\nH+Iz+fOFjqS7dTHaN04jmXYLhfS/P3gK1nabPh/P7Viwk96fj8In3pSrTeAdyeiq\\nojALWtoEa6S9H0I2W4DYXWlVbdIctGmZCDM5HrxcS/BAje69x/tB7wHznwLxPJOn\\n5n/hCq6Kc5SW5uHCufAu4BCmBXvs2AXmq5u8UPlPjBIYNnxOzuHp1cq3vYOlkktM\\nO32DuIYpWXzKp2d5xBCv79l3576ts26GZVLHxCP2s0un3y+DlReLLHHAXNgKKWRy\\nslF85n3epS8WvYvCq+lvsTKr3r9Q278dLE8dwGxk4LAsci6jC8Y6aN50AmmjEK3M\\njs/XhQ8+YyY7qOr362iANHCvLAn0ySlQAQHG71+4LpEbKVKLMEbmB3eOn1DMyibe\\nOczNogTrmRrfP5GE/FRGRzDxfN4o0wao4eqzy15P2lFQw/VSRADGQ88mRap5rEL7\\nnrG+WvgbNG8kD2SPyV0aFVXGMqUlNym3L2h1kcGlBMotbfi8vcrL+9cmFFaPEhB9\\nqx96uE3Jb3/zQHw+7oPWFI80fbpctldV8g2AeihtYHYZs8923iZS3xWTe2Df9grX\\nXWsQcRpynK1ILVaostcz8la04JYhEZKKQHGoIa94/MCD4wdFoTsAuDUoWDFlKW/n\\ncLDMiQ==\\n-----END CERTIFICATE-----\\n\", \"key\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIIJKAIBAAKCAgEAjlE4VN9SCKaVD7DIdhtEu+pcGXYdrCVhSLWUffMvfmb6XKIS\\nfdzw79etfq+SZ068H7EOBahnBk/u+4VmC/934lZn14hlbu4/ORSPK3Y5Y5t1tVej\\nuE90bdLMeTrZPO/uUdzoKwGonlvV6hZF6Tb3CxXfWnbwzACoJxDmsuXyGOfoopxj\\nBMeefnydF/DlIpHqc/wETRw0bRUIPQgO2xRZ6aqCuyIwV77asjgvfX2Mn+xWX2YK\\nTwcZEe+6QVZsSDoetMOEZYnA1h60WWWgO+kB+ZTv3ZOymh0nlAhv/JT8UoLPmJ2v\\nI30IvfgOrIVOcgpc9fVRa4mziv54ACBSHSy/HnoqdWUuaB8b5mjmwiYwTVcEANsq\\nCygve7GHpBMWsF6LCqSsGRC14hmVCXqWBovujgnNZ1sVV8bpiPKfiSxXeJ8C1A0e\\n5GcDc9kcvSf/lv/sBp9rRCW3KS+mS5ard7fDdBGlT8AJ7ZzIIY1IiYjnZmmo6u41\\ntLQ1/mI2ILwcfvifT/FjztydEzg3JJKStgTg5Y1boK7sFc5mjyU6O+OwTwE4t17H\\nwfwUpLUCUE09ypu5d++tylutrhM9tlwrrhBPiGgk3O5Lh+g/xbplPyW/i/LL5EcB\\no9yjeA9iHoNnfzXDfBxvq2oDOS0vj/wMOvc60HMCFSCyjLd4R2FpMW051a8CAwEA\\nAQKCAgAGskRP8gYTyXV1ZzW3dkcAqeFVgrJDZFWJ10llDRPsranAFrwqAe2wS1oA\\nKQC0LbHlB9lcuModiOtPbb0ZzsEe/D58l2VhF9gPtoDvZEEFB86SZCJG94Nx8MZA\\nOghODrgMUAmjObvBCm8r9DUBPoiB6Vs4us9PugQvemMbLdNQtVtuiKSRbVcZeoGQ\\ncSbxk84P+7QJcMyis/z5lNnQwx9hQu2jIn5bJ+wgZfZjauHlWyMhRVWHgbz96WVp\\nJ54xXn1it1m7xq81I/1hFiAOUZi52/aBWtlqLk8AxHjdzfYlZ770M7ncQJ4wWhij\\n/iMXyJcL16l8wYjvfv5keyDXUJYEJiLJYWIT7aDrfLK/JD3Rb6KaY0SPxAgQayt1\\nutyBn+MmozUCp5u9gBVz4TMgBdo/axERoTfwWnsZPXHP4tqZLCNJrqKN3s8Yky5i\\nSxh2pbC5WhLTK+0FSMmXifExyPezrb9wdhm5My9rV+tt8bYnIgNgVQAf5xB7GZ0h\\nAWyRAIOG/WdB5CGaxwwgEXRHgpY0hmdve1RwlIEoBsiEJIazEPHhcc9LmcA/phew\\ndGZxjPP++ilLeVVecys5nJDd/vCJXSF8xq36mxTZOL3InFfKRsvctW0JRs4t3JnP\\nSV6VRLz2RjTW0bCLSVmxnEzpKCpCgZ5ingsEw9iUcSl0dqT3gQKCAQEAwMh1vGSf\\njeyARoNb3Qz/o9ErdKb/LEq2dGBYxF1gMjv3cDGB/zjSynQ4KzYgK5mQvVwMLU58\\nNDnfISpM+CD+EKusgWLY3Mb+dsuHBQrHDBBsNUPzBqnbMuU+Lqr46IjvAasUwL5G\\nsBJSgzgI7aQj6vRHMRjg3Z91Dh7Axd/0dOGvJByTcrs0bZAnB4yhFw5xxSrXTc+T\\n+/OyELq8QUQBjMEf612nOurlx8DL61llGSAFUkHMc3gLIWwNJ3nfM6iT1GX3I2H9\\n5uGz0XacP/oAoaCVQ6bKDUkowm2egcZb2F7S50WsS2RdG5VrWryaaBxb/z7dn9NB\\nRVEPOngyRKfaQQKCAQEAvPxQZOWRlAU3WAa1mLpXEjIVo7NOILZhoB8ALVvSeo7m\\nZp+SgZz1FwohCUeAdaw/IiyBCfLkjzedYDB4ATMSo6phlPUlsC2fLKnOxFX+EfZq\\nHW4je2hNejt6FoAWzVWHroElJXfuWv1hu1Os3v9WEsuUSzOcM1CmNf35qlaSyDbg\\nLZYaOr4DmPXR/lWr3e8Vj6+s5V2Zyo5hqjexsNqHblscnB1qx7TSvWG88BxMp6Kr\\nIx0Zf/rEWzIlaw8vNOJCq1zjgnU1BHwDqjKgZYDPJkPXDkdzBOOmNgqs2VI30OE+\\nC4jwfgF8sJVUzwnTjbNjjeUDY0ruAamsERappEJT7wKCAQB0HcnciXcZEuRIlIJW\\naKfp0ekswBFeajnvasDMtbllSH1HVGqKgX1leA8E5/sEh+CITdL/zxA8nMbqwQHP\\nSn/9Joom/JTGlg1bHEfdH5q4h4PFqYHN960RwMZtcYmu9huPk65SUcld8AtHAg9O\\no9kGgdAHoIaAtrTYpmlSRgyGAhFt3NBrAJsZiwQXJfs5Wffo3F8GfQsTbLtKHE+b\\nuAx+7Sv+plA9ypJQeK3aueOM+J575ynwOtPpc52Qs3VfNiCkhC4RX8qAsF2QwrJm\\nTnzm3URKlUGKMxCb207nt8RGVQcPSgX2+yKhpKQe6Q7PupUm7oSq6aGc0LAtdYxB\\nkiCBAoIBAHld8KNbayqMTwaRCH6U7OYalBsVQ89uUTPrtMlsdreOnhi50fS7QAsT\\nzjOPX8gyXjksK5KgEniHVuI3PlpG2mmROinXZeTG57pfMxKTxx7yCSPtX4wZZ+hf\\n2gApMnubug8vkROG+eQlZWZQTmzHvhdD9nB1LJMn8BYsjPH/tzQtSbr88stWzCin\\ndbzIeB+HM2mbgIWsnt+eoMoYCl1xehg9GxqHKdQnJE/LPPNWuUPPC+j4/y9ZdFC8\\n25rtnXtw8y/p75IQg4PlwNTEvo1xM5d3ad0ZtZwmNs/t+yN10bKrdJUj1I6XleQx\\ngs2TmfEei4jM0mgp7r/Sn1Y6H6gFkLECggEBALcIEsR/q1sqnbGrJKydAsDP/2i1\\nyWF6npVmgvDt3QSuirBw3c514cn4nvEr8wd1HdLHbmNWFuE53BrUR73fJjJRRUmV\\n2GaAO3zmDG9RJfYycG9bSku0r112dqS3QLhJdf0s1/CAqeyeuJi4x1qKPegOLhro\\n+GJAsOylJ5zTcPiJ35tFeyWsnmyyDLlzDs5HnUXkcNWT9f7CVq9Ec35quFeeX3uY\\nxCBxYz1m9gK30UZ38Vh5c4Kth+FFPZ7Tl6E9ti3eWU3pKPKignQ5f/aTMWDmjQQK\\nkKbJTkzcz+itXFPSWKN0YWkndj4GxaW36sjRJjD6ai13eciVxMm9Z1ZA+zM=\\n-----END RSA PRIVATE KEY-----\\n\"}"}]': finished 2024-09-10T19:09:21.803 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: Traceback (most recent call last): 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: self._run(expiration_interval) 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:21.843 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: s = self.context.wrap_socket( 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: return self.sslsocket_class._create( 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: self.do_handshake() 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: self._sslobj.do_handshake() 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[26156]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:21.844 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: Traceback (most recent call last): 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._run(expiration_interval) 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:21.845 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: Traceback (most recent call last): 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: self._run(expiration_interval) 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: s = self.context.wrap_socket( 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: return self.sslsocket_class._create( 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:21.846 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: self.do_handshake() 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: self._sslobj.do_handshake() 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 bash[23353]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Traceback (most recent call last): 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._run(expiration_interval) 2024-09-10T19:09:21.847 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: s = self.context.wrap_socket( 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return self.sslsocket_class._create( 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self.do_handshake() 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:21.848 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._sslobj.do_handshake() 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: s = self.context.wrap_socket( 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return self.sslsocket_class._create( 2024-09-10T19:09:21.849 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self.do_handshake() 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._sslobj.do_handshake() 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:21.850 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:22.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:22.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:22.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: cephadm 2024-09-10T19:09:19.950332+0000 mgr.y (mgr.14916) 4 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Serving on https://172.21.15.71:7150 2024-09-10T19:09:22.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: cephadm 2024-09-10T19:09:19.950407+0000 mgr.y (mgr.14916) 5 : cephadm [INF] [10/Sep/2024:19:09:19] ENGINE Bus STARTED 2024-09-10T19:09:22.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: Traceback (most recent call last): 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: self._run(expiration_interval) 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: s = self.context.wrap_socket( 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:22.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: return self.sslsocket_class._create( 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: self.do_handshake() 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: self._sslobj.do_handshake() 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 bash[23187]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:19.951914+0000 mgr.y (mgr.14916) 6 : cephadm [ERR] [10/Sep/2024:19:09:19] ENGINE Error in HTTPServer.serve 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: Traceback (most recent call last): 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._connections.run(self.expiration_interval) 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T19:09:22.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._run(expiration_interval) 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: s = self.context.wrap_socket( 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return self.sslsocket_class._create( 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self.do_handshake() 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._sslobj.do_handshake() 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T19:09:22.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 2024-09-10T19:09:22.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:20.272875+0000 mgr.y (mgr.14916) 7 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:22.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:20.970459+0000 mon.a (mon.0) 1177 : cluster [DBG] mgrmap e35: y(active, since 9s), standbys: x 2024-09-10T19:09:22.422 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.mgr | keys'"'"' | grep $sha1' 2024-09-10T19:09:22.739 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:22.740 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:22 smithi145 bash[23187]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:22.978 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:22.978 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:22 smithi071 bash[23353]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:22.978 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:22.978 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:22 smithi071 bash[26156]: audit 2024-09-10T19:09:21.789707+0000 mon.a (mon.0) 1178 : audit [DBG] from='client.? 172.21.15.71:0/3812575577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:24.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:23 smithi071 bash[23353]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.126 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:23 smithi071 bash[23353]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.127 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:23 smithi071 bash[26156]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:23 smithi071 bash[26156]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.127 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:23 smithi145 bash[23187]: cluster 2024-09-10T19:09:22.273292+0000 mgr.y (mgr.14916) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:23 smithi145 bash[23187]: cluster 2024-09-10T19:09:22.850396+0000 mon.a (mon.0) 1179 : cluster [DBG] mgrmap e36: y(active, since 11s), standbys: x 2024-09-10T19:09:24.988 INFO:teuthology.orchestra.run.smithi071.stdout: "ceph version 17.2.7-1606-g5be57395 (5be57395ea235535910512ae73ba8e7ff25fe588) quincy (stable)" 2024-09-10T19:09:25.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.185 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cp 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.186 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: u_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 bash[23187]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.187 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.188 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.189 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.291 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.158871+0000 mon.a (mon.0) 1180 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.292 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.292 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.293 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.293 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.294 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.294 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.159410+0000 mon.a (mon.0) 1181 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.295 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.295 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.296 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.296 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.296 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.164509+0000 mon.a (mon.0) 1182 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.297 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.297 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.297 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.297 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.297 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.298 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[26156]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.299 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 bash[23353]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.300 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 2024-09-10T19:09:25.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.165400+0000 mon.a (mon.0) 1183 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \" 2024-09-10T19:09:25.300 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.301 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.301 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.170539+0000 mon.a (mon.0) 1184 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.515149+0000 mon.a (mon.0) 1185 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:25.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.760001+0000 mon.a (mon.0) 1186 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:25.302 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.302 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.760608+0000 mon.a (mon.0) 1187 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:25.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.303 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.764620+0000 mon.a (mon.0) 1188 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:25.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.303 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.765595+0000 mon.a (mon.0) 1189 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.771555+0000 mon.a (mon.0) 1190 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"d4e3eaf5fd6d\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 414292377, \"cpu_percentage\": \"2.41%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157594Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T18:52:56.679389Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T18:52:08.531685Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:24.158268Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.195831Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.772312+0000 mon.a (mon.0) 1191 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.772632+0000 mon.a (mon.0) 1192 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.772921+0000 mon.a (mon.0) 1193 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.773196+0000 mon.a (mon.0) 1194 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.773463+0000 mon.a (mon.0) 1195 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.773723+0000 mon.a (mon.0) 1196 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.773996+0000 mon.a (mon.0) 1197 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.774273+0000 mon.a (mon.0) 1198 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:25.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.774550+0000 mon.a (mon.0) 1199 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:25.598 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 2'"'"'' 2024-09-10T19:09:26.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:25 smithi071 bash[23353]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:25 smithi071 bash[23353]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:25 smithi071 bash[26156]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:25 smithi071 bash[26156]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:26.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:26.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:25 smithi145 bash[23187]: cluster 2024-09-10T19:09:24.273837+0000 mgr.y (mgr.14916) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 32 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-10T19:09:26.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:25 smithi145 bash[23187]: audit 2024-09-10T19:09:24.974205+0000 mon.a (mon.0) 1200 : audit [DBG] from='client.? 172.21.15.71:0/307389495' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:27.514 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-10T19:09:28.083 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.083 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:28.083 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:27 smithi071 bash[23353]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.084 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:27 smithi071 bash[23353]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:28.084 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:27 smithi071 bash[26156]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.084 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:27 smithi071 bash[26156]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:28.084 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.084 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:28.097 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade check quay.ceph.io/ceph-ci/ceph:$sha1 | jq -e '"'"'.up_to_date | length == 2'"'"'' 2024-09-10T19:09:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:27 smithi145 bash[23187]: cluster 2024-09-10T19:09:26.274153+0000 mgr.y (mgr.14916) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 23 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-10T19:09:28.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:27 smithi145 bash[23187]: audit 2024-09-10T19:09:27.501595+0000 mon.c (mon.1) 48 : audit [DBG] from='client.? 172.21.15.71:0/1812270859' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:09:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:30.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:29 smithi071 bash[23353]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:30.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:29 smithi071 bash[26156]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:29 smithi145 bash[23187]: cluster 2024-09-10T19:09:28.274466+0000 mgr.y (mgr.14916) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 18 KiB/s rd, 0 B/s wr, 7 op/s 2024-09-10T19:09:31.683 INFO:teuthology.orchestra.run.smithi071.stdout:true 2024-09-10T19:09:32.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:31 smithi071 bash[23353]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:31 smithi071 bash[23353]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:31 smithi071 bash[26156]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:31 smithi071 bash[26156]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:31 smithi145 bash[23187]: audit 2024-09-10T19:09:30.184954+0000 mgr.y (mgr.14916) 12 : audit [DBG] from='client.15015 -' entity='client.admin' cmd=[{"prefix": "orch upgrade check", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:32.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:31 smithi145 bash[23187]: cluster 2024-09-10T19:09:30.275082+0000 mgr.y (mgr.14916) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T19:09:32.300 DEBUG:teuthology.orchestra.run.smithi071:> 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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk '"'"'{print $2}'"'"')' 2024-09-10T19:09:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"do 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 bash[23187]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:33.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970ac 2024-09-10T19:09:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: a59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:31.879148+0000 mon.a (mon.0) 1201 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.261 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:31.879702+0000 mon.a (mon.0) 1202 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:33.261 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.261 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:31.882922+0000 mon.a (mon.0) 1203 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: disp 2024-09-10T19:09:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[23353]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:33.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: atch 2024-09-10T19:09:33.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:33.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.263 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 bash[26156]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.263 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:33.264 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:31.883923+0000 mon.a (mon.0) 1204 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\ 2024-09-10T19:09:33.264 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:33.264 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:31.886769+0000 mon.a (mon.0) 1205 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T19:09:33.264 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:33.264 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:32.482879+0000 mon.a (mon.0) 1206 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[26156]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed97 2024-09-10T19:09:34.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 0aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \" 2024-09-10T19:09:34.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 bash[23353]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.100 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a 2024-09-10T19:09:34.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.102 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.103 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: cluster 2024-09-10T19:09:32.275418+0000 mgr.y (mgr.14916) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.166327+0000 mon.a (mon.0) 1207 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:34.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.166866+0000 mon.a (mon.0) 1208 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.170552+0000 mon.a (mon.0) 1209 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 bash[23187]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.171408+0000 mon.a (mon.0) 1210 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"d 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ocker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.174628+0000 mon.a (mon.0) 1211 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"894d7abf6197\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 10737418, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878352Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T18:47:33.186258Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\ 2024-09-10T19:09:34.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:18.440690Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:31.878602Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:06:10.164322Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.175213+0000 mon.a (mon.0) 1212 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.175464+0000 mon.a (mon.0) 1213 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.175680+0000 mon.a (mon.0) 1214 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.175885+0000 mon.a (mon.0) 1215 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.176104+0000 mon.a (mon.0) 1216 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.176339+0000 mon.a (mon.0) 1217 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.176565+0000 mon.a (mon.0) 1218 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.176783+0000 mon.a (mon.0) 1219 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.177019+0000 mon.a (mon.0) 1220 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.178182+0000 mon.a (mon.0) 1221 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.181359+0000 mon.a (mon.0) 1222 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.257219+0000 mon.a (mon.0) 1223 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:09:34.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:33.260399+0000 mon.a (mon.0) 1224 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:09:34.597 INFO:teuthology.orchestra.run.smithi071.stderr:Error EINVAL: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:09:34.593+0000 7f30d3a3c640 -1 log_channel(cephadm) log [ERR] : Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: Traceback (most recent call last): 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:34.862 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: raise OrchestratorError( 2024-09-10T19:09:34.863 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:34.863 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:09:34.593+0000 7f30d3a3c640 -1 mgr.server reply reply (22) Invalid argument Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 bash[23187]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.159 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.160 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.161 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[26156]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.249409+0000 mon.a (mon.0) 1225 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.162 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 bash[23353]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.163 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.249721+0000 mon.a (mon.0) 1226 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.249971+0000 mon.a (mon.0) 1227 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.250208+0000 mon.a (mon.0) 1228 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.250419+0000 mon.a (mon.0) 1229 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.250629+0000 mon.a (mon.0) 1230 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.252053+0000 mon.a (mon.0) 1231 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.252301+0000 mon.a (mon.0) 1232 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.252523+0000 mon.a (mon.0) 1233 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.252744+0000 mon.a (mon.0) 1234 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.252969+0000 mon.a (mon.0) 1235 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-09-10T19:09:35.164 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.701132+0000 mon.a (mon.0) 1236 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-10T19:09:35.165 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.701787+0000 mon.a (mon.0) 1237 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-10T19:09:35.165 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.702379+0000 mon.a (mon.0) 1238 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-10T19:09:35.165 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.703429+0000 mon.a (mon.0) 1239 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-09-10T19:09:35.174 DEBUG:teuthology.orchestra.run:got remote process result: 22 2024-09-10T19:09:35.175 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks/cephadm.py", line 1231, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks/cephadm.py", line 37, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 22: '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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c \'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk \'"\'"\'{print $2}\'"\'"\')\'' 2024-09-10T19:09:35.358 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2d1fd19573104f968089721d5209e5ef Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks/cephadm.py", line 1231, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_adk3798_ceph_fad5356a94e6044ce1062d748daa5a0f2ed53a7d/qa/tasks/cephadm.py", line 37, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/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_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi071 with status 22: '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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c \'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk \'"\'"\'{print $2}\'"\'"\')\'' 2024-09-10T19:09:35.360 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T19:09:35.370 INFO:tasks.cephadm:Teardown begin 2024-09-10T19:09:35.371 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:09:35.403 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:09:35.432 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T19:09:35.432 DEBUG:teuthology.orchestra.run.smithi071:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:09:35.460 DEBUG:teuthology.orchestra.run.smithi145:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T19:09:35.486 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T19:09:35.486 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T19:09:35.487 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a 2024-09-10T19:09:35.810 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 systemd[1]: Stopping Ceph mon.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:09:35.810 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[53874]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.a/unit.stop: No such file or directory 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: Traceback (most recent call last): 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: raise OrchestratorError( 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 bash[23187]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: Traceback (most recent call last): 2024-09-10T19:09:36.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: raise OrchestratorError( 2024-09-10T19:09:36.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: Traceback (most recent call last): 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: raise OrchestratorError( 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[26156]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: Traceback (most recent call last): 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: audit 2024-09-10T19:09:34.247602+0000 mgr.y (mgr.14916) 15 : audit [DBG] from='client.24940 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: cluster 2024-09-10T19:09:34.276235+0000 mgr.y (mgr.14916) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: audit 2024-09-10T19:09:34.592718+0000 mgr.y (mgr.14916) 17 : audit [DBG] from='client.24946 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "daemon_types": "mon", "hosts": "smithi145", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: Traceback (most recent call last): 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: raise OrchestratorError( 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 bash[23353]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:34.594423+0000 mgr.y (mgr.14916) 18 : cephadm [ERR] Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: Traceback (most recent call last): 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 125, in wrapper 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return OrchResult(f(*args, **kwargs)) 2024-09-10T19:09:36.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: raise OrchestratorError( 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/usr/share/ceph/mgr/cephadm/module.py", line 3160, in upgrade_start 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: return self.upgrade.upgrade_start(image, version, daemon_types, hosts, services, limit) 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 322, in upgrade_start 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: self._validate_upgrade_filters(target_name, daemon_types, hosts, services) 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: File "/usr/share/ceph/mgr/cephadm/upgrade.py", line 382, in _validate_upgrade_filters 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: raise OrchestratorError( 2024-09-10T19:09:36.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: orchestrator._interface.OrchestratorError: Cannot set values for --daemon-types, --services or --hosts when upgrade already in progress. 2024-09-10T19:09:36.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:34.700762+0000 mgr.y (mgr.14916) 19 : cephadm [INF] Upgrade: Updating mgr.x 2024-09-10T19:09:36.101 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:09:34.703058+0000 mgr.y (mgr.14916) 20 : cephadm [INF] Deploying daemon mgr.x on smithi145 2024-09-10T19:09:36.530 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:36 smithi145 systemd[1]: Stopping Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:09:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:37 smithi145 bash[23187]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:38.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:38.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:37 smithi071 bash[23353]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:37 smithi071 bash[26156]: cluster 2024-09-10T19:09:36.276637+0000 mgr.y (mgr.14916) 21 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:39 smithi145 bash[23187]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:39 smithi071 bash[23353]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:40.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:39 smithi071 bash[26156]: cluster 2024-09-10T19:09:38.277145+0000 mgr.y (mgr.14916) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:41 smithi145 bash[23187]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:41 smithi071 bash[23353]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:42.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:41 smithi071 bash[26156]: cluster 2024-09-10T19:09:40.277804+0000 mgr.y (mgr.14916) 23 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:43 smithi145 bash[23187]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:43 smithi071 bash[23353]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:43 smithi071 bash[26156]: cluster 2024-09-10T19:09:42.278294+0000 mgr.y (mgr.14916) 24 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:45 smithi145 bash[23187]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:45 smithi071 bash[23353]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:45 smithi071 bash[26156]: cluster 2024-09-10T19:09:44.279010+0000 mgr.y (mgr.14916) 25 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:46.702 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:46 smithi145 bash[43484]: time="2024-09-10T19:09:46Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x in 10 seconds, resorting to SIGKILL" 2024-09-10T19:09:46.703 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:46 smithi145 podman[33753]: 2024-09-10 19:09:46.44460532 +0000 UTC m=+1009.784186498 container died d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-10T19:09:47.003 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:46 smithi145 podman[43484]: 2024-09-10 19:09:46.784259002 +0000 UTC m=+10.467923970 container cleanup d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, ceph=True, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-10T19:09:47.003 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:46 smithi145 bash[43484]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x 2024-09-10T19:09:47.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 podman[43498]: 2024-09-10 19:09:47.002148057 +0000 UTC m=+0.550843106 container remove d4e3eaf5fd6d8ee8f1d28b9d6d4b2e0aa67e965493cf965b0a7d3706172be404 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr.x, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True) 2024-09-10T19:09:47.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-09-10T19:09:47.780 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T19:09:47.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 systemd[1]: Stopped Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:09:47.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Consumed 1.609s CPU time. 2024-09-10T19:09:47.781 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 systemd[1]: Starting Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:09:48.048 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:47 smithi145 bash[23187]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.048 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.048 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 podman[43636]: 2024-09-10 19:09:47.693342416 +0000 UTC m=+0.015921097 image pull 4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9 quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588 2024-09-10T19:09:48.048 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:47 smithi145 podman[43636]: 2024-09-10 19:09:47.820005359 +0000 UTC m=+0.142584027 container create a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-10T19:09:48.048 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 podman[43636]: 2024-09-10 19:09:48.047162172 +0000 UTC m=+0.369740839 container init a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731) 2024-09-10T19:09:48.301 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 podman[43636]: 2024-09-10 19:09:48.05005436 +0000 UTC m=+0.372633028 container start a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T19:09:48.301 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-mgr[43656]: -- 172.21.15.145:0/4272301004 <== mon.2 v2:172.21.15.145:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56490af48340 con 0x56490af54800 2024-09-10T19:09:48.301 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[43636]: a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 2024-09-10T19:09:48.301 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 systemd[1]: Started Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:09:48.301 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.166+0000 7f64085bfec0 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-10T19:09:48.302 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.230+0000 7f64085bfec0 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:48.302 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.298+0000 7f64085bfec0 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-10T19:09:48.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:47 smithi071 bash[23353]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:47 smithi071 bash[26156]: cluster 2024-09-10T19:09:46.279430+0000 mgr.y (mgr.14916) 26 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:48.589 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.428+0000 7f64085bfec0 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:48.589 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.587+0000 7f64085bfec0 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.134 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.135 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.863+0000 7f64085bfec0 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-10T19:09:49.135 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:48.923+0000 7f64085bfec0 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-10T19:09:49.135 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:49.097+0000 7f64085bfec0 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-10T19:09:49.136 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.136 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], 2024-09-10T19:09:49.136 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.136 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 bash[23187]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:49.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [] 2024-09-10T19:09:49.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: , \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:49.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[26156]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:49.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.216720+0000 mon.a (mon.0) 1240 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:49.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.217463+0000 mon.a (mon.0) 1241 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:49.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.223501+0000 mon.a (mon.0) 1242 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:49.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\" 2024-09-10T19:09:49.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.224665+0000 mon.a (mon.0) 1243 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"l 2024-09-10T19:09:49.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ast_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2 2024-09-10T19:09:49.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.251 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:49.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 bash[23353]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:49.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: : \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:09:49.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.230154+0000 mon.a (mon.0) 1244 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 188429107, \"cpu_percentage\": \"0.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157447Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51579453, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157668Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157733Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48244981, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157795Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51160023, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157865Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\", \"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.157930Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\", \"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.157991Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40066088, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:24.158050Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43683676, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:24.158109Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z 2024-09-10T19:09:49.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: \"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:09:49.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:48.231962+0000 mon.a (mon.0) 1245 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:49 smithi145 bash[23187]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:50.281 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:50.025+0000 7f64085bfec0 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-10T19:09:50.281 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:50.091+0000 7f64085bfec0 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-10T19:09:50.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:50.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:49 smithi071 bash[23353]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:49 smithi071 bash[26156]: cluster 2024-09-10T19:09:48.280019+0000 mgr.y (mgr.14916) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.153 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.154 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:50 smithi145 bash[23187]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.154 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:50.873+0000 7f64085bfec0 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-10T19:09:51.154 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.020+0000 7f64085bfec0 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-10T19:09:51.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:50 smithi071 bash[23353]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:50 smithi071 bash[26156]: cluster 2024-09-10T19:09:50.280778+0000 mgr.y (mgr.14916) 28 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:51.410 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.152+0000 7f64085bfec0 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-10T19:09:51.411 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.211+0000 7f64085bfec0 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-10T19:09:51.411 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.342+0000 7f64085bfec0 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-10T19:09:51.411 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.409+0000 7f64085bfec0 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-10T19:09:51.673 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.469+0000 7f64085bfec0 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-10T19:09:51.674 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.606+0000 7f64085bfec0 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-10T19:09:51.674 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.671+0000 7f64085bfec0 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-10T19:09:51.961 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.736+0000 7f64085bfec0 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-10T19:09:51.961 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.824+0000 7f64085bfec0 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-10T19:09:51.961 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.887+0000 7f64085bfec0 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-10T19:09:51.961 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:51.959+0000 7f64085bfec0 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-10T19:09:53.030 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x[43652]: 2024-09-10T19:09:52.720+0000 7f64085bfec0 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-10T19:09:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 bash[23187]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[23353]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:53.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 bash[26156]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:52.724549+0000 mon.a (mon.0) 1246 : cluster [DBG] Standby manager daemon x restarted 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:52.724727+0000 mon.a (mon.0) 1247 : cluster [DBG] Standby manager daemon x started 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:52.725226+0000 mon.b (mon.2) 385 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-09-10T19:09:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:52.725608+0000 mon.b (mon.2) 386 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-10T19:09:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:52.726348+0000 mon.b (mon.2) 387 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-09-10T19:09:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:52.726555+0000 mon.b (mon.2) 388 : audit [DBG] from='mgr.? 172.21.15.145:0/1119715942' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-10T19:09:54.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.248 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[23353]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:54.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 bash[26156]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:54.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.304 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.305 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879 2024-09-10T19:09:54.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed9 2024-09-10T19:09:54.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 70aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879f 2024-09-10T19:09:54.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: b2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:54.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d87 2024-09-10T19:09:54.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 9fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:54.308 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: cluster 2024-09-10T19:09:52.281122+0000 mgr.y (mgr.14916) 29 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: cluster 2024-09-10T19:09:52.862916+0000 mon.a (mon.0) 1248 : cluster [DBG] mgrmap e37: y(active, since 41s), standbys: x 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.309 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:53.647312+0000 mon.a (mon.0) 1249 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:53.648090+0000 mon.a (mon.0) 1250 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 bash[23187]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:53.651805+0000 mon.a (mon.0) 1251 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:53.652952+0000 mon.a (mon.0) 1252 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:54.310 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:53.658481+0000 mon.a (mon.0) 1253 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca 2024-09-10T19:09:54.311 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:24.759405Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.005 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.006 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 bash[23187]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca 2024-09-10T19:09:55.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.008 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.008 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[23353]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 bash[26156]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.005047+0000 mon.a (mon.0) 1254 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:09:55.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.253917+0000 mon.a (mon.0) 1255 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:09:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbb 2024-09-10T19:09:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879f 2024-09-10T19:09:55.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: b2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.254614+0000 mon.a (mon.0) 1256 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.258292+0000 mon.a (mon.0) 1257 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:41.122295Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:41.122313Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.259370+0000 mon.a (mon.0) 1258 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.265135+0000 mon.a (mon.0) 1259 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed 2024-09-10T19:09:55.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T18:56:41.122325Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:09:55.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:54.266250+0000 mon.a (mon.0) 1260 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:55.957 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:55.957 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:55 smithi145 bash[23187]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:55 smithi071 bash[23353]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:55 smithi071 bash[26156]: cluster 2024-09-10T19:09:54.281819+0000 mgr.y (mgr.14916) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.014 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.014 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:58.014 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:57 smithi145 bash[23187]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.014 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:57 smithi145 bash[23187]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:57 smithi071 bash[23353]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:57 smithi071 bash[23353]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:57 smithi071 bash[26156]: cluster 2024-09-10T19:09:56.282190+0000 mgr.y (mgr.14916) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:09:58.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:57 smithi071 bash[26156]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:09:58.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:09:56.944735+0000 mon.a (mon.0) 1261 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:09:59 smithi145 bash[23187]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:09:59 smithi071 bash[23353]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:09:59 smithi071 bash[26156]: cluster 2024-09-10T19:09:58.282694+0000 mgr.y (mgr.14916) 32 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:00.931 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:00.931 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:00.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:00.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:00.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:00.932 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:00.933 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:00.933 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:00.933 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:00.934 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:00.934 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.935 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:00.936 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172. 2024-09-10T19:10:00.936 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:00.936 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:00.937 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.938 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:00.939 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.940 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:00.941 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:00.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:00.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[26156]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:00.942 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:00.943 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 bash[23353]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:00.944 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:00.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:00.944 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:00.945 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed9 2024-09-10T19:10:00.945 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:00.945 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:00.945 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:00.945 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.946 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:00.947 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:00.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 70aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:00.947 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:00.948 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:00.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:00.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:00.949 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:00.950 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.951 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:00.952 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:00.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:00.953 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.148382+0000 mon.a (mon.0) 1262 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.149102+0000 mon.a (mon.0) 1263 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.153234+0000 mon.a (mon.0) 1264 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.154293+0000 mon.a (mon.0) 1265 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed9 2024-09-10T19:10:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 70aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:01.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 bash[23187]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.157814+0000 mon.a (mon.0) 1266 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9110ced4b1e5\", \"container_image_id\": \"71dc9668b154bd072420bf69f59140ceeac04b88cf300bfa24053eb02a04f169\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:065914c03336590ebed517e7df38520f0efb44465fde4123c3f6b7328f5a9396\", \"docker.io/prom/node-exporter@sha256:4032c6d5bfd752342c3e631c2f1de93ba6b86c41db6b167b9a35372c139e7706\"], \"memory_usage\": 12425625, \"cpu_percentage\": \"0.23%\", \"version\": \"1.8.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646284Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T18:47:26.407064Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b0 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 76cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:47:17.806825Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:09:53.646601Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:09:33.254494Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.159501+0000 mon.a (mon.0) 1267 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.163070+0000 mon.a (mon.0) 1268 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:01.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.238833+0000 mon.a (mon.0) 1269 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.239689+0000 mon.a (mon.0) 1270 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.240987+0000 mon.a (mon.0) 1271 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.241696+0000 mon.a (mon.0) 1272 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.245958+0000 mon.a (mon.0) 1273 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.247167+0000 mon.a (mon.0) 1274 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.247820+0000 mon.a (mon.0) 1275 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]: dispatch 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.251770+0000 mon.a (mon.0) 1276 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.crash"}]': finished 2024-09-10T19:10:01.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.253103+0000 mon.a (mon.0) 1277 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.253738+0000 mon.a (mon.0) 1278 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]: dispatch 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.257586+0000 mon.a (mon.0) 1279 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mds"}]': finished 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.258767+0000 mon.a (mon.0) 1280 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.259456+0000 mon.a (mon.0) 1281 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.263469+0000 mon.a (mon.0) 1282 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.264373+0000 mon.a (mon.0) 1283 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.265009+0000 mon.a (mon.0) 1284 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]: dispatch 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.268765+0000 mon.a (mon.0) 1285 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "mon"}]': finished 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.269657+0000 mon.a (mon.0) 1286 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.270297+0000 mon.a (mon.0) 1287 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]: dispatch 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.274086+0000 mon.a (mon.0) 1288 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.iscsi"}]': finished 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.274965+0000 mon.a (mon.0) 1289 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.275627+0000 mon.a (mon.0) 1290 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]: dispatch 2024-09-10T19:10:01.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:00.279713+0000 mon.a (mon.0) 1291 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "client.nfs"}]': finished 2024-09-10T19:10:02.227 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 systemd[1]: Stopping Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:02.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.228 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[23353]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.229 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.230 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 bash[26156]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.231 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.232 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.247655+0000 mgr.y (mgr.14916) 33 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.253577+0000 mgr.y (mgr.14916) 34 : cephadm [INF] Upgrade: Setting container_image for all mds 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 bash[23187]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.259286+0000 mgr.y (mgr.14916) 35 : cephadm [INF] Upgrade: Setting container_image for all rbd-mirror 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.264839+0000 mgr.y (mgr.14916) 36 : cephadm [INF] Upgrade: Setting container_image for all cephfs-mirror 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.270141+0000 mgr.y (mgr.14916) 37 : cephadm [INF] Upgrade: Setting container_image for all iscsi 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:00.275425+0000 mgr.y (mgr.14916) 38 : cephadm [INF] Upgrade: Setting container_image for all nfs 2024-09-10T19:10:02.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:00.283223+0000 mgr.y (mgr.14916) 39 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:02.502 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 podman[33764]: 2024-09-10 19:10:02.226985058 +0000 UTC m=+1362.807702436 container died 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:02.841 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 podman[54171]: 2024-09-10 19:10:02.583695107 +0000 UTC m=+0.479480992 container cleanup 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:02.842 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 bash[54171]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a 2024-09-10T19:10:03.138 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 podman[33764]: 2024-09-10 19:10:02.868431686 +0000 UTC m=+1363.449149065 container remove 894d7abf6197bff4fc3322bc3b739ca1dfcda75fa27a09f997a365036062b290 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:03.139 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:02 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T19:10:03.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.139 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:02 smithi071 bash[23353]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.140 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:02 smithi071 bash[23353]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:02 smithi071 bash[26156]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:02 smithi071 bash[26156]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.140 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:02 smithi145 bash[23187]: cephadm 2024-09-10T19:10:01.607425+0000 mgr.y (mgr.14916) 40 : cephadm [INF] Upgrade: Updating node-exporter.a (1/2) 2024-09-10T19:10:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:02 smithi145 bash[23187]: cephadm 2024-09-10T19:10:01.607706+0000 mgr.y (mgr.14916) 41 : cephadm [INF] Deploying daemon node-exporter.a on smithi071 2024-09-10T19:10:03.540 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T19:10:03.541 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 systemd[1]: Stopped Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:03.541 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Consumed 2.662s CPU time. 2024-09-10T19:10:03.541 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 systemd[1]: Starting Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:03.841 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[54322]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-10T19:10:04.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:03 smithi145 bash[23187]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[23353]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[26156]: cluster 2024-09-10T19:10:02.283655+0000 mgr.y (mgr.14916) 42 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:04.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[54322]: Getting image source signatures 2024-09-10T19:10:04.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[54322]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-10T19:10:04.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[54322]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-10T19:10:04.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:03 smithi071 bash[54322]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-10T19:10:05.478 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:05 smithi071 bash[54322]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-10T19:10:05.768 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:05 smithi071 bash[54322]: Writing manifest to image destination 2024-09-10T19:10:06.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.051 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:05 smithi071 bash[23353]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.052 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:05 smithi071 podman[54322]: 2024-09-10 19:10:05.732774936 +0000 UTC m=+2.285766394 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T19:10:06.052 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:05 smithi071 podman[54322]: 2024-09-10 19:10:05.848268197 +0000 UTC m=+2.401259650 container create 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:06.052 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 podman[54322]: 2024-09-10 19:10:06.050363377 +0000 UTC m=+2.603354830 container init 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:06.052 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.053 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:05 smithi071 bash[26156]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:05 smithi145 bash[23187]: cluster 2024-09-10T19:10:04.284322+0000 mgr.y (mgr.14916) 43 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:06.342 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 podman[54322]: 2024-09-10 19:10:06.05336277 +0000 UTC m=+2.606354235 container start 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:06.342 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.057Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T19:10:06.342 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.057Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-10T19:10:06.342 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.058Z 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-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.058Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.058Z 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-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.058Z 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-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T19:10:06.343 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T19:10:06.344 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T19:10:06.345 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T19:10:06.345 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T19:10:06.345 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T19:10:06.345 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T19:10:06.345 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T19:10:06.346 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T19:10:06.347 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T19:10:06.348 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T19:10:06.348 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T19:10:06.348 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T19:10:06.348 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T19:10:06.348 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T19:10:06.349 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.059Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.060Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a[54399]: ts=2024-09-10T19:10:06.060Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[54322]: 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c 2024-09-10T19:10:06.350 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:10:06 smithi071 systemd[1]: Started Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:07.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[26156]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[26156]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[23353]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[23353]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[26156]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[23353]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[26156]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[26156]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:07.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[23353]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.259 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.259 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.259 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024- 2024-09-10T19:10:07.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_co 2024-09-10T19:10:07.260 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 bash[23353]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:07.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.261 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_conf 2024-09-10T19:10:07.261 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ig\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:07.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: nfig\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.261 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_c 2024-09-10T19:10:07.262 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: onfig\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:07.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 bash[23187]: audit 2024-09-10T19:10:06.198263+0000 mon.a (mon.0) 1292 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:07.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 bash[23187]: audit 2024-09-10T19:10:06.198870+0000 mon.a (mon.0) 1293 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 bash[23187]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:06.202475+0000 mon.a (mon.0) 1294 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 bash[23187]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:06.203302+0000 mon.a (mon.0) 1295 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \ 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 bash[23187]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:07.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:07.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:06.207799+0000 mon.a (mon.0) 1296 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 213070643, \"cpu_percentage\": \"1.35%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.877820Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 440087347, \"cpu_percentage\": \"2.60%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:31.877969Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179201638, \"cpu_percentage\": \"0.77%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878041Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52114227, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878106Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51380224, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878181Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43127930, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878239Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50289704, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878296Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\", \"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:31.878409Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39468400, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:31.878465Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": 2024-09-10T19:10:07.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:08.149 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.149 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:07 smithi145 bash[23187]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.150 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 systemd[1]: Stopping Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:07 smithi071 bash[23353]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:07 smithi071 bash[26156]: cluster 2024-09-10T19:10:06.284736+0000 mgr.y (mgr.14916) 44 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:08.440 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 podman[30729]: 2024-09-10 19:10:08.148842108 +0000 UTC m=+1369.734821761 container died 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:08.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 podman[45277]: 2024-09-10 19:10:08.555855669 +0000 UTC m=+0.509762506 container cleanup 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:08.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 bash[45277]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b 2024-09-10T19:10:09.042 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 podman[30729]: 2024-09-10 19:10:08.782138559 +0000 UTC m=+1370.368118250 container remove 9110ced4b1e5f03f9968d7e07edf18da4134ced95a335df9034ab906f1a61c92 (image=docker.io/prom/node-exporter:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter.b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:09.042 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:08 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-09-10T19:10:09.042 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.042 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:08 smithi145 bash[23187]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.043 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:08 smithi145 bash[23187]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:08 smithi071 bash[23353]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:08 smithi071 bash[23353]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:08 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:08 smithi071 bash[26156]: cephadm 2024-09-10T19:10:07.561318+0000 mgr.y (mgr.14916) 45 : cephadm [INF] Upgrade: Updating node-exporter.b (2/2) 2024-09-10T19:10:09.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:08 smithi071 bash[26156]: cephadm 2024-09-10T19:10:07.561779+0000 mgr.y (mgr.14916) 46 : cephadm [INF] Deploying daemon node-exporter.b on smithi145 2024-09-10T19:10:09.445 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T19:10:09.445 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 systemd[1]: Stopped Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:09.445 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Consumed 2.380s CPU time. 2024-09-10T19:10:09.445 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 systemd[1]: Starting Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:09.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[45426]: Trying to pull quay.io/prometheus/node-exporter:v1.5.0... 2024-09-10T19:10:10.243 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.243 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:09 smithi071 bash[23353]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.244 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.244 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:09 smithi071 bash[26156]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[23187]: cluster 2024-09-10T19:10:08.285237+0000 mgr.y (mgr.14916) 47 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:10.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[45426]: Getting image source signatures 2024-09-10T19:10:10.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[45426]: Copying blob sha256:c0e87333d3805a7b7e1c25783dd25f27da0fe70a8e262eee7ed190c8dc843fa7 2024-09-10T19:10:10.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[45426]: Copying blob sha256:22b70bddd3acadc892fca4c2af4260629bfda5dfd11ebc106a93ce24e752b5ed 2024-09-10T19:10:10.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:09 smithi145 bash[45426]: Copying blob sha256:5c12815fee558b157dee7f7509dedbaba0a8379098858a65ec869e1f1526ea0c 2024-09-10T19:10:11.530 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 bash[45426]: Copying config sha256:0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 2024-09-10T19:10:11.530 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 bash[45426]: Writing manifest to image destination 2024-09-10T19:10:12.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:11 smithi145 bash[23187]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 podman[45426]: 2024-09-10 19:10:11.670618735 +0000 UTC m=+2.323679240 image pull 0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83 quay.io/prometheus/node-exporter:v1.5.0 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 podman[45426]: 2024-09-10 19:10:11.768967865 +0000 UTC m=+2.422028360 container create 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 podman[45426]: 2024-09-10 19:10:11.962724181 +0000 UTC m=+2.615784675 container init 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 podman[45426]: 2024-09-10 19:10:11.966024807 +0000 UTC m=+2.619085310 container start 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z caller=node_exporter.go:180 level=info msg="Starting node_exporter" version="(version=1.5.0, branch=HEAD, revision=1b48970ffcf5630534fb00bb0687d73c66d1c959)" 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z caller=node_exporter.go:181 level=info msg="Build context" build_context="(go=go1.19.3, user=root@6e7732a7b81b, date=20221129-18:59:09)" 2024-09-10T19:10:12.032 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z 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-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z 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-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z 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-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.970Z caller=diskstats_linux.go:264 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=arp 2024-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=bcache 2024-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=bonding 2024-09-10T19:10:12.033 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=btrfs 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=conntrack 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=cpu 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=diskstats 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=dmi 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=edac 2024-09-10T19:10:12.034 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=entropy 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=filefd 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=filesystem 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=hwmon 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=infiniband 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=ipvs 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=loadavg 2024-09-10T19:10:12.035 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=mdadm 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=meminfo 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=netclass 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=netdev 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=netstat 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=nfs 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=nfsd 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=nvme 2024-09-10T19:10:12.036 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=os 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=pressure 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=rapl 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=schedstat 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=selinux 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=sockstat 2024-09-10T19:10:12.037 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=softnet 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=stat 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=tapestats 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=textfile 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.971Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=time 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-09-10T19:10:12.038 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=uname 2024-09-10T19:10:12.039 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=vmstat 2024-09-10T19:10:12.039 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=xfs 2024-09-10T19:10:12.039 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=node_exporter.go:117 level=info collector=zfs 2024-09-10T19:10:12.039 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9100 2024-09-10T19:10:12.039 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b[45499]: ts=2024-09-10T19:10:11.972Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-09-10T19:10:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:11 smithi071 bash[23353]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:11 smithi071 bash[26156]: cluster 2024-09-10T19:10:10.285898+0000 mgr.y (mgr.14916) 48 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:12.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[45426]: 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae 2024-09-10T19:10:12.533 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:10:12 smithi145 systemd[1]: Started Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:13.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[26156]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.097 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 bash[23353]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.099 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mg 2024-09-10T19:10:13.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: r.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.100 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\" 2024-09-10T19:10:13.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: : \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.101 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10 2024-09-10T19:10:13.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.102 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.110568+0000 mon.a (mon.0) 1297 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.111183+0000 mon.a (mon.0) 1298 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.115500+0000 mon.a (mon.0) 1299 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prome 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.116378+0000 mon.a (mon.0) 1300 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: theus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.120430+0000 mon.a (mon.0) 1301 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189372825, \"cpu_percentage\": \"0.98%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645308Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 60324577, \"cpu_percentage\": \"100.44%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:09:53.645516Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51600424, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645722Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.645956Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"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.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646048Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51201966, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646127Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646206Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40076574, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:09:53.646361Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43819991, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:09:53.646438Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:13.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 bash[23187]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.121759+0000 mon.a (mon.0) 1302 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:13.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:12.122979+0000 mon.a (mon.0) 1303 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:13 smithi145 bash[23187]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:14.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:14.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:13 smithi071 bash[23353]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:14.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:14.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:13 smithi071 bash[26156]: cluster 2024-09-10T19:10:12.286227+0000 mgr.y (mgr.14916) 49 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:15 smithi145 bash[23187]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:15 smithi071 bash[26156]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:16.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:15 smithi071 bash[23353]: cluster 2024-09-10T19:10:14.286848+0000 mgr.y (mgr.14916) 50 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:17.191 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.192 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.192 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.193 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.193 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.194 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.194 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.195 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.195 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.196 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.196 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sh 2024-09-10T19:10:17.197 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/cep 2024-09-10T19:10:17.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.198 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.199 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: h@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: a256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[23353]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.200 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.200 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.200 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@s 2024-09-10T19:10:17.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824 2024-09-10T19:10:17.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.201 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.201 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha25 2024-09-10T19:10:17.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 bash[26156]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 6:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@s 2024-09-10T19:10:17.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.205 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T19:10:17.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@s 2024-09-10T19:10:17.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.186357+0000 mon.a (mon.0) 1304 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.186936+0000 mon.a (mon.0) 1305 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.189951+0000 mon.a (mon.0) 1306 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.190744+0000 mon.a (mon.0) 1307 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.195594+0000 mon.a (mon.0) 1308 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@s 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:09:33.165714Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 bash[23187]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.536576+0000 mon.a (mon.0) 1309 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.783004+0000 mon.a (mon.0) 1310 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.783511+0000 mon.a (mon.0) 1311 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.787508+0000 mon.a (mon.0) 1312 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T18:56:39.404915Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T18:56:39.404928Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.788303+0000 mon.a (mon.0) 1313 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9 2024-09-10T19:10:17.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:17.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.790836+0000 mon.a (mon.0) 1314 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc 2024-09-10T19:10:17.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T18:56:39.404941Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:17.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:16.791678+0000 mon.a (mon.0) 1315 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.197 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.198 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.199 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.199 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.200 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.200 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.200 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.201 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.201 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.201 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.202 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:0 2024-09-10T19:10:18.204 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[26156]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 0.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 bash[23353]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.209 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"doc 2024-09-10T19:10:18.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@ 2024-09-10T19:10:18.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"d 2024-09-10T19:10:18.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ocker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.213 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: cluster 2024-09-10T19:10:16.287208+0000 mgr.y (mgr.14916) 51 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:18.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.199519+0000 mon.a (mon.0) 1316 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.200121+0000 mon.a (mon.0) 1317 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.203106+0000 mon.a (mon.0) 1318 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.203987+0000 mon.a (mon.0) 1319 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: -09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.216 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.206695+0000 mon.a (mon.0) 1320 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:09:54.253197Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 bash[23187]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.549669+0000 mon.a (mon.0) 1321 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.794989+0000 mon.a (mon.0) 1322 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.795591+0000 mon.a (mon.0) 1323 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.798827+0000 mon.a (mon.0) 1324 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:00.147425Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:00.147437Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:18.217 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ 2024-09-10T19:10:18.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@ 2024-09-10T19:10:18.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.218 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.218 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.219 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:18.219 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.799728+0000 mon.a (mon.0) 1325 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"doc 2024-09-10T19:10:18.219 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:18.220 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.802429+0000 mon.a (mon.0) 1326 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@ 2024-09-10T19:10:18.220 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:00.147486Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:18.220 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:17.803261+0000 mon.a (mon.0) 1327 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[26156]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[26156]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[26156]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[26156]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[26156]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[23353]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[23353]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[23353]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[23353]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 bash[23353]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 bash[23187]: cluster 2024-09-10T19:10:18.287556+0000 mgr.y (mgr.14916) 52 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 bash[23187]: audit 2024-09-10T19:10:18.662945+0000 mon.a (mon.0) 1328 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.f", "id": [7, 2]}]: dispatch 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 bash[23187]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 bash[23187]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 bash[23187]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:18.663182+0000 mon.a (mon.0) 1329 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:18.663370+0000 mon.a (mon.0) 1330 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.b", "id": [1, 2]}]: dispatch 2024-09-10T19:10:19.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:18.663560+0000 mon.a (mon.0) 1331 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [1, 2]}]: dispatch 2024-09-10T19:10:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:20.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:19 smithi071 bash[23353]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:20.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:19 smithi071 bash[26156]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:20.244 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:20.245 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:19 smithi145 bash[23187]: audit 2024-09-10T19:10:19.424971+0000 mon.a (mon.0) 1332 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:20 smithi071 bash[23353]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:20 smithi071 bash[23353]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.048 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.048 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.049 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.049 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:20 smithi071 bash[26156]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.049 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:20 smithi071 bash[26156]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.223 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.224 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:21.224 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:20 smithi145 bash[23187]: cluster 2024-09-10T19:10:20.288277+0000 mgr.y (mgr.14916) 53 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:21.224 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:20 smithi145 bash[23187]: audit 2024-09-10T19:10:20.683681+0000 mon.a (mon.0) 1333 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:23.211 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.212 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.212 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 bash[23187]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.212 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 bash[23187]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.213 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 bash[23187]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.213 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.213 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 bash[23187]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\" 2024-09-10T19:10:23.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 bash[23187]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:23.214 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.215 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[23353]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[23353]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[26156]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[26156]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[23353]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[26156]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[23353]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[26156]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T 2024-09-10T19:10:23.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[26156]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:23.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:22.520571+0000 mon.a (mon.0) 1334 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:23.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 bash[23353]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:23.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:23.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:22.521125+0000 mon.a (mon.0) 1335 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:23.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:22.524157+0000 mon.a (mon.0) 1336 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:23.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:22.524990+0000 mon.a (mon.0) 1337 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/c 2024-09-10T19:10:23.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: eph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:23.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:22.530333+0000 mon.a (mon.0) 1338 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"f1337f85aaea\", \"container_image_id\": \"11f11916f8cdfb17c1da74b20deb2075d778357b4d60474d82453303f8d461f5\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:45c3a586d4332d710bef92b06e90380c0b1f588968c00100d4b5e4e44c40ca5f\", \"docker.io/prom/alertmanager@sha256:e13b6ed5cb929eeaee733479dce55e10eb3bc2e9c4586c705a4e8da41e5eacf5\"], \"memory_usage\": 20059258, \"cpu_percentage\": \"0.08%\", \"version\": \"0.27.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185540Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T18:56:51.681979Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_imag 2024-09-10T19:10:23.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: e_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T18:56:43.919505Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:16.185719Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.202036Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:23 smithi145 bash[23187]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:24.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:24.401 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:23 smithi071 bash[23353]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:24.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:24.401 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:23 smithi071 bash[26156]: cluster 2024-09-10T19:10:22.288849+0000 mgr.y (mgr.14916) 54 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.032 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.48 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 9500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 bash[23187]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.035 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.036 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.037 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.48 2024-09-10T19:10:25.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[26156]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.873101+0000 mon.a (mon.0) 1339 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:25.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.873683+0000 mon.a (mon.0) 1340 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:25.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.877570+0000 mon.a (mon.0) 1341 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:25.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.878541+0000 mon.a (mon.0) 1342 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker. 2024-09-10T19:10:25.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.253 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 bash[23353]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 9500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.882060+0000 mon.a (mon.0) 1343 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"99bde4e1071a\", \"container_image_id\": \"4022a502929b890bc9fd6231dda3ca1aec863ee08cef4113742949736ecd234f\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:69961df6ffa67598048a31aa2822d61f3c93b91d7db24e44d9bb03f99d520da9\", \"docker.io/prom/prometheus@sha256:f6639335d34a77d9d9db382b92eeb7fc00934be8eae81dbc03b31cfe90411a94\"], \"memory_usage\": 52470743, \"cpu_percentage\": \"0.23%\", \"version\": \"2.54.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198633Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T18:57:03.786777Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: /ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T18:56:53.019468Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:17.198983Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:00.235715Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:25.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:23.883570+0000 mgr.y (mgr.14916) 55 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:25.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.883764+0000 mon.a (mon.0) 1344 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:25.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.886900+0000 mon.a (mon.0) 1345 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.961476+0000 mon.a (mon.0) 1346 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.962350+0000 mon.a (mon.0) 1347 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.963436+0000 mon.a (mon.0) 1348 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.964506+0000 mon.a (mon.0) 1349 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.965630+0000 mon.a (mon.0) 1350 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.966638+0000 mon.a (mon.0) 1351 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.967406+0000 mon.a (mon.0) 1352 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.968142+0000 mon.a (mon.0) 1353 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.968869+0000 mon.a (mon.0) 1354 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:25.259 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:23.969815+0000 mon.a (mon.0) 1355 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:26.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:26.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:25 smithi145 bash[23187]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:26.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:25 smithi071 bash[23353]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:26.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:25 smithi071 bash[26156]: cluster 2024-09-10T19:10:24.880052+0000 mon.a (mon.0) 1356 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-10T19:10:27.136 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 bash[23187]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 bash[23187]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 bash[23187]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.137 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[23353]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[23353]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[23353]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[26156]: cephadm 2024-09-10T19:10:25.395678+0000 mgr.y (mgr.14916) 56 : cephadm [INF] Upgrade: Updating prometheus.a 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[26156]: cephadm 2024-09-10T19:10:25.406039+0000 mgr.y (mgr.14916) 57 : cephadm [INF] Deploying daemon prometheus.a on smithi145 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 bash[26156]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:27.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:25.884087+0000 mgr.y (mgr.14916) 58 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.261 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.261 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:27 smithi145 bash[23187]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:27 smithi071 bash[23353]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:27 smithi071 bash[26156]: cluster 2024-09-10T19:10:27.884505+0000 mgr.y (mgr.14916) 59 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:28.983 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 systemd[1]: Stopping Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.697Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.697Z caller=main.go:995 level=warn msg="Received an OS signal, exiting gracefully..." signal=terminated 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1019 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:10:28.984 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.698Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1033 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=manager.go:178 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:10:28.985 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1015 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1029 level=info msg="Notify discovery manager stopped" 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=manager.go:188 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1070 level=info msg="Stopping scrape manager..." 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.698Z caller=main.go:1062 level=info msg="Scrape manager stopped" 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:693 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:10:28.986 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:386 level=info component=notifier msg="Draining any remaining notifications..." 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:392 level=info component=notifier msg="Remaining notifications drained" 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 bash[37111]: ts=2024-09-10T19:10:28.699Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T19:10:28.987 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=notifier.go:322 level=info component=notifier msg="Notification manager stopped" 2024-09-10T19:10:28.988 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=main.go:1293 level=info msg="Notifier manager stopped" 2024-09-10T19:10:28.988 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a[37205]: ts=2024-09-10T19:10:28.699Z caller=main.go:1305 level=info msg="See you next time!" 2024-09-10T19:10:28.988 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:28 smithi145 podman[37111]: 2024-09-10 19:10:28.701657519 +0000 UTC m=+805.032886151 container died 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:29.280 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 podman[47135]: 2024-09-10 19:10:29.105925438 +0000 UTC m=+0.497379008 container cleanup 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:29.280 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 bash[47135]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a 2024-09-10T19:10:29.567 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 podman[37111]: 2024-09-10 19:10:29.307302182 +0000 UTC m=+805.638530806 container remove 99bde4e1071acaaee192819313d1f846d71bde208bd112d68112aeb906c350e1 (image=docker.io/prom/prometheus:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:29.982 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Deactivated successfully. 2024-09-10T19:10:29.982 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 systemd[1]: Stopped Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:29.982 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service: Consumed 1.473s CPU time. 2024-09-10T19:10:29.983 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 systemd[1]: Starting Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:30.254 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.254 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:29 smithi145 bash[23187]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.255 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 podman[47289]: 2024-09-10 19:10:29.885031017 +0000 UTC m=+0.016632851 image pull a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464 quay.io/prometheus/prometheus:v2.43.0 2024-09-10T19:10:30.255 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:29 smithi145 podman[47289]: 2024-09-10 19:10:29.983045681 +0000 UTC m=+0.114647499 container create e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:30.255 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 podman[47289]: 2024-09-10 19:10:30.22701199 +0000 UTC m=+0.358613808 container init e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:30.255 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 podman[47289]: 2024-09-10 19:10:30.229788043 +0000 UTC m=+0.361389872 container start e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:30.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:29 smithi071 bash[23353]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:29 smithi071 bash[26156]: cluster 2024-09-10T19:10:29.885199+0000 mgr.y (mgr.14916) 60 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:30.531 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.253Z caller=main.go:564 level=info msg="Starting Prometheus Server" mode=server version="(version=2.43.0, branch=HEAD, revision=edfc3bcd025dd6fe296c167a14a216cab1e552ee)" 2024-09-10T19:10:30.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.253Z caller=main.go:569 level=info build_context="(go=go1.19.7, platform=linux/amd64, user=root@8a0ee342e522, date=20230321-12:56:07, tags=netgo,builtinassets)" 2024-09-10T19:10:30.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.253Z caller=main.go:570 level=info host_details="(Linux 5.14.0-505.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 5 07:54:07 UTC 2024 x86_64 smithi145 (none))" 2024-09-10T19:10:30.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.253Z caller=main.go:571 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-09-10T19:10:30.532 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.253Z caller=main.go:572 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-09-10T19:10:30.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.255Z caller=web.go:561 level=info component=web msg="Start listening for connections" address=:9095 2024-09-10T19:10:30.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.255Z caller=main.go:1005 level=info msg="Starting TSDB ..." 2024-09-10T19:10:30.533 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.256Z caller=tls_config.go:232 level=info component=web msg="Listening on" address=[::]:9095 2024-09-10T19:10:30.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.256Z caller=tls_config.go:235 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-09-10T19:10:30.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.258Z caller=head.go:587 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-09-10T19:10:30.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.259Z caller=head.go:658 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=689.239µs 2024-09-10T19:10:30.534 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.259Z caller=head.go:664 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-09-10T19:10:30.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.260Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=3 2024-09-10T19:10:30.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.271Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=3 2024-09-10T19:10:30.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.279Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=3 2024-09-10T19:10:30.535 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.279Z caller=head.go:735 level=info component=tsdb msg="WAL segment loaded" segment=3 maxSegment=3 2024-09-10T19:10:30.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.279Z caller=head.go:772 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=33.931µs wal_replay_duration=20.036243ms wbl_replay_duration=90ns total_replay_duration=20.786875ms 2024-09-10T19:10:30.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.281Z caller=main.go:1026 level=info fs_type=XFS_SUPER_MAGIC 2024-09-10T19:10:30.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.281Z caller=main.go:1029 level=info msg="TSDB started" 2024-09-10T19:10:30.536 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.281Z caller=main.go:1209 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-09-10T19:10:30.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.297Z caller=main.go:1246 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=16.063671ms db_storage=842ns remote_storage=1.02µs web_handler=430ns query_engine=589ns scrape=682.872µs scrape_sd=27.702µs notify=19.688µs notify_sd=13.688µs rules=15.052241ms tracing=9.29µs 2024-09-10T19:10:30.537 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.297Z caller=main.go:990 level=info msg="Server is ready to receive web requests." 2024-09-10T19:10:30.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:10:30.297Z caller=manager.go:974 level=info component="rule manager" msg="Starting rule manager..." 2024-09-10T19:10:30.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 bash[47289]: e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c 2024-09-10T19:10:30.538 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:10:30 smithi145 systemd[1]: Started Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 bash[23187]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 bash[23187]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 bash[23187]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:31 smithi145 bash[23187]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:31 smithi145 bash[23187]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:31 smithi145 bash[23187]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: -10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.361265+0000 mon.a (mon.0) 1357 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:31.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.362099+0000 mon.a (mon.0) 1358 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.369148+0000 mon.a (mon.0) 1359 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:31.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34 2024-09-10T19:10:31.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 bash[23353]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: .702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:3 2024-09-10T19:10:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 4.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.370210+0000 mon.a (mon.0) 1360 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T1 2024-09-10T19:10:31.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 bash[26156]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:31.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 9:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:31.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.374396+0000 mon.a (mon.0) 1361 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189477683, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198085Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416704102, \"cpu_percentage\": \"19.80%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:17.198270Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198365Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198436Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48328867, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198506Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198570Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3487563, \"cpu_percentage\": \"2.35%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:17.198699Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40087060, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-09-10T19:10:17.198766Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43903877, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:17.198828Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-0 2024-09-10T19:10:31.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 9-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:31.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:30.375925+0000 mon.a (mon.0) 1362 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:32 smithi145 bash[23187]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:32 smithi071 bash[23353]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:32 smithi071 bash[26156]: cluster 2024-09-10T19:10:31.885676+0000 mgr.y (mgr.14916) 61 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:34 smithi145 bash[23187]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:34 smithi071 bash[23353]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:34 smithi071 bash[26156]: cluster 2024-09-10T19:10:33.886316+0000 mgr.y (mgr.14916) 62 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:36.156 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.156 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.156 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.156 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdf 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.157 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.158 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.158 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: f52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.158 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.158 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.158 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b07 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 6cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 bash[23187]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.159 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0c 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: c8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b82 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 4e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.160 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:36.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.245 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.246 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.246 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.247 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.247 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.248 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.249 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.249 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.250 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9 2024-09-10T19:10:36.250 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.251 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.252 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.252 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[26156]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:36.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.135834+0000 mon.a (mon.0) 1363 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.253 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.136641+0000 mon.a (mon.0) 1364 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 bash[23353]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:36.254 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cd 2024-09-10T19:10:36.254 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.140578+0000 mon.a (mon.0) 1365 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.255 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.255 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.141645+0000 mon.a (mon.0) 1366 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc 2024-09-10T19:10:36.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.256 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.147478+0000 mon.a (mon.0) 1367 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0c 2024-09-10T19:10:36.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdf 2024-09-10T19:10:36.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: f52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: c8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:17.794422Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.492339+0000 mon.a (mon.0) 1368 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:36.258 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.742404+0000 mon.a (mon.0) 1369 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:36.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T19:10:36.258 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.259 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:36.259 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.743190+0000 mon.a (mon.0) 1370 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.747297+0000 mon.a (mon.0) 1371 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:23.872364Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:23.872375Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.748250+0000 mon.a (mon.0) 1372 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9a 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: a3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.751236+0000 mon.a (mon.0) 1373 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:23.872413Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:36.260 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:35.752314+0000 mon.a (mon.0) 1374 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:37.166 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.166 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:36 smithi145 bash[23187]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:36 smithi071 bash[23353]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:37.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:36 smithi071 bash[26156]: cluster 2024-09-10T19:10:35.886672+0000 mgr.y (mgr.14916) 63 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:39.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:38 smithi145 bash[23187]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.007 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:38 smithi145 bash[23187]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:38 smithi071 bash[23353]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:38 smithi071 bash[23353]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:39.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:38 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:39.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:38 smithi071 bash[26156]: cluster 2024-09-10T19:10:37.887134+0000 mgr.y (mgr.14916) 64 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:39.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:38 smithi071 bash[26156]: audit 2024-09-10T19:10:38.300547+0000 mon.a (mon.0) 1375 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:41.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:40 smithi145 bash[23187]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:40 smithi071 bash[23353]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:40 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:41.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:40 smithi071 bash[26156]: cluster 2024-09-10T19:10:39.887876+0000 mgr.y (mgr.14916) 65 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:42.201 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.202 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.202 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.203 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.203 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.204 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.205 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.206 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.206 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.207 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[26156]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.208 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.209 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.210 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9a 2024-09-10T19:10:42.210 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: a3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.211 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e 2024-09-10T19:10:42.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.211 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 bash[23353]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.212 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.213 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_u 2024-09-10T19:10:42.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: pdate\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.215 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.216 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.407651+0000 mon.a (mon.0) 1376 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:42.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.408208+0000 mon.a (mon.0) 1377 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:42.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.412541+0000 mon.a (mon.0) 1378 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:42.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.413409+0000 mon.a (mon.0) 1379 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdf 2024-09-10T19:10:42.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: f52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 bash[23187]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.416598+0000 mon.a (mon.0) 1380 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"73d8484ad8e4\", \"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\": 40097546, \"cpu_percentage\": \"0.36%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134953Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T18:47:57.901563Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: 9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T18:47:42.076082Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:35.135180Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:23.958778Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.419333+0000 mon.a (mon.0) 1381 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.423786+0000 mon.a (mon.0) 1382 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.497185+0000 mon.a (mon.0) 1383 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:42.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.499040+0000 mon.a (mon.0) 1384 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.499802+0000 mon.a (mon.0) 1385 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.500999+0000 mon.a (mon.0) 1386 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.502255+0000 mon.a (mon.0) 1387 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.503473+0000 mon.a (mon.0) 1388 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.504679+0000 mon.a (mon.0) 1389 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.505489+0000 mon.a (mon.0) 1390 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.506300+0000 mon.a (mon.0) 1391 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.507092+0000 mon.a (mon.0) 1392 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.508144+0000 mon.a (mon.0) 1393 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:42.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.509133+0000 mon.a (mon.0) 1394 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:10:43.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[23353]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[23353]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[23353]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[26156]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[26156]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 bash[26156]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.093 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:42 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:43.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 bash[23187]: cluster 2024-09-10T19:10:41.417582+0000 mgr.y (mgr.14916) 66 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 bash[23187]: cluster 2024-09-10T19:10:41.417762+0000 mgr.y (mgr.14916) 67 : cluster [DBG] pgmap v46: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 bash[23187]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:41.497590+0000 mgr.y (mgr.14916) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-09-10T19:10:44.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:43 smithi071 bash[23353]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:43 smithi071 bash[23353]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:44.214 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:44.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:43 smithi071 bash[26156]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:43 smithi071 bash[26156]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:44.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.215 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:44.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:43 smithi145 bash[23187]: cephadm 2024-09-10T19:10:42.860816+0000 mgr.y (mgr.14916) 69 : cephadm [INF] Upgrade: Updating alertmanager.a 2024-09-10T19:10:44.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:43 smithi145 bash[23187]: cephadm 2024-09-10T19:10:42.866232+0000 mgr.y (mgr.14916) 70 : cephadm [INF] Deploying daemon alertmanager.a on smithi071 2024-09-10T19:10:45.222 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.223 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:44 smithi071 bash[23353]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.223 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:44 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.223 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:44 smithi071 bash[26156]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:44 smithi145 bash[23187]: cluster 2024-09-10T19:10:43.418146+0000 mgr.y (mgr.14916) 71 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.256 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:45 smithi071 bash[23353]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.257 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.257 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:45 smithi071 bash[26156]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:45 smithi145 bash[23187]: cluster 2024-09-10T19:10:45.418926+0000 mgr.y (mgr.14916) 72 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:46.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:46.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a[44103]: ts=2024-09-10T19:10:46.408Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:10:46.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 bash[44088]: ts=2024-09-10T19:10:46.408Z caller=main.go:542 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:10:46.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 podman[44088]: 2024-09-10 19:10:46.410548612 +0000 UTC m=+834.837382392 container died f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:46.994 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 podman[56034]: 2024-09-10 19:10:46.833912532 +0000 UTC m=+0.540013380 container cleanup f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:46.994 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 bash[56034]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a 2024-09-10T19:10:46.995 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:46 smithi071 podman[44088]: 2024-09-10 19:10:46.99365598 +0000 UTC m=+835.420489761 container remove f1337f85aaeab3cabb855742e768cf981853dce0304f01ab7f55898006459c64 (image=docker.io/prom/alertmanager:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager.a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:47.784 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-10T19:10:47.784 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:47.784 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Consumed 1.447s CPU time. 2024-09-10T19:10:47.784 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 systemd[1]: Starting Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:10:48.091 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 podman[56183]: 2024-09-10 19:10:47.685152393 +0000 UTC m=+0.016161389 image pull c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19 quay.io/prometheus/alertmanager:v0.25.0 2024-09-10T19:10:48.092 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 podman[56183]: 2024-09-10 19:10:47.820352862 +0000 UTC m=+0.151361853 volume create 6389f827bd293f361086d88ae29456b81bd07cf05fa3b536bf2568613d2a17c7 2024-09-10T19:10:48.092 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:47 smithi071 podman[56183]: 2024-09-10 19:10:47.921110748 +0000 UTC m=+0.252119735 container create 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:48.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 podman[56183]: 2024-09-10 19:10:48.206690573 +0000 UTC m=+0.537699565 container init 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:48.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 podman[56183]: 2024-09-10 19:10:48.209467982 +0000 UTC m=+0.540476974 container start 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:10:48.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.222Z caller=main.go:240 level=info msg="Starting Alertmanager" version="(version=0.25.0, branch=HEAD, revision=258fab7cdd551f2cf251ed0348f0ad7289aee789)" 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.222Z caller=main.go:241 level=info build_context="(go=go1.19.4, user=root@abe866dd5717, date=20221222-14:51:36)" 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.224Z caller=cluster.go:185 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.71 port=9094 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.225Z caller=cluster.go:681 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.251Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.251Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.254Z caller=tls_config.go:232 level=info msg="Listening on" address=[::]:9093 2024-09-10T19:10:48.593 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:48.254Z caller=tls_config.go:235 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-09-10T19:10:48.594 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[56183]: 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 2024-09-10T19:10:48.594 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:48 smithi071 systemd[1]: Started Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:10:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 bash[23187]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:49.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \ 2024-09-10T19:10:49.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": 2024-09-10T19:10:49.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[26156]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:49.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:47.419323+0000 mgr.y (mgr.14916) 73 : cluster [DBG] pgmap v49: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:49.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.341342+0000 mon.a (mon.0) 1395 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:49.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.341934+0000 mon.a (mon.0) 1396 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:49.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-0 2024-09-10T19:10:49.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 9-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.345714+0000 mon.a (mon.0) 1397 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:49.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\ 2024-09-10T19:10:49.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: "deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:49.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 bash[23353]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:49.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.346508+0000 mon.a (mon.0) 1398 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T1 2024-09-10T19:10:49.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: 8:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:10:49.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.350787+0000 mon.a (mon.0) 1399 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 215062937, \"cpu_percentage\": \"1.37%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.184881Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 455815987, \"cpu_percentage\": \"2.55%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:16.185072Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 179306496, \"cpu_percentage\": \"0.78%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185168Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185235Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185311Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43243274, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185369Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50436505, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185426Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 3723493, \"cpu_percentage\": \"0.17%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:16.185483Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 39688601, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:16.185596Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:10:49.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:48 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:48.352057+0000 mon.a (mon.0) 1400 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:50.592 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:50.225Z caller=cluster.go:706 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000221505s 2024-09-10T19:10:51.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.183 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:50 smithi071 bash[26156]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:50 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.184 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:50 smithi071 bash[23353]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:51.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:50 smithi145 bash[23187]: cluster 2024-09-10T19:10:49.419924+0000 mgr.y (mgr.14916) 74 : cluster [DBG] pgmap v50: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 bash[23187]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/c 2024-09-10T19:10:53.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: eph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \" 2024-09-10T19:10:53.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[26156]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:51.420283+0000 mgr.y (mgr.14916) 75 : cluster [DBG] pgmap v51: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:53.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.352605+0000 mon.a (mon.0) 1401 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:53.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_upda 2024-09-10T19:10:53.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.353188+0000 mon.a (mon.0) 1402 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:53.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.356479+0000 mon.a (mon.0) 1403 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:53.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: te\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.357309+0000 mon.a (mon.0) 1404 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15 2024-09-10T19:10:53.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:53.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 bash[23353]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:53.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.361369+0000 mon.a (mon.0) 1405 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0 2024-09-10T19:10:53.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:16.782361Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:53.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:52 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.700113+0000 mon.a (mon.0) 1406 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:10:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.093 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.094 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.094 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.095 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.095 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.096 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\ 2024-09-10T19:10:54.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.096 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[26156]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 bash[23353]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.097 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15 2024-09-10T19:10:54.098 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: .2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v1 2024-09-10T19:10:54.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 5.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.099 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.946541+0000 mon.a (mon.0) 1407 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.947140+0000 mon.a (mon.0) 1408 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.950839+0000 mon.a (mon.0) 1409 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:22.519812Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:22.519823Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.951712+0000 mon.a (mon.0) 1410 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_cha 2024-09-10T19:10:54.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 bash[23187]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: nge\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:10:54.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.955731+0000 mon.a (mon.0) 1411 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:22.519869Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:10:54.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:52.956534+0000 mon.a (mon.0) 1412 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:54.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:54.966 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:54 smithi071 bash[23353]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:54.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:54 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:54.967 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:54 smithi071 bash[26156]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:54 smithi145 bash[23187]: cluster 2024-09-10T19:10:53.420721+0000 mgr.y (mgr.14916) 76 : cluster [DBG] pgmap v52: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:56.091 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:55 smithi071 bash[23353]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:55 smithi071 bash[26156]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:56.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:55 smithi145 bash[23187]: audit 2024-09-10T19:10:55.842273+0000 mon.a (mon.0) 1413 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:10:57.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.244 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:56 smithi071 bash[23353]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:56 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.245 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:56 smithi071 bash[26156]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:56 smithi145 bash[23187]: cluster 2024-09-10T19:10:55.421399+0000 mgr.y (mgr.14916) 77 : cluster [DBG] pgmap v53: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:58.591 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:10:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:10:58.227Z caller=cluster.go:698 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002350897s 2024-09-10T19:10:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:58 smithi145 bash[23187]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:58 smithi071 bash[23353]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:10:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:58 smithi071 bash[26156]: cluster 2024-09-10T19:10:57.421736+0000 mgr.y (mgr.14916) 78 : cluster [DBG] pgmap v54: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:00.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\ 2024-09-10T19:11:00.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: "]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 bash[23187]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.286 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:10:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.345 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_ima 2024-09-10T19:11:00.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.352 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.353 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[26156]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.035909+0000 mon.a (mon.0) 1414 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:00.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 bash[23353]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ge_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.357 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"c 2024-09-10T19:11:00.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.036513+0000 mon.a (mon.0) 1415 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:00.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.041988+0000 mon.a (mon.0) 1416 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:59.035071Z\", \"lvs\": [{\"block_uuid\": \"lO3PQA-jy4d-Ykmh-1Zps-6gQS-8YlW-SbtaS5\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"b01a858e-04a6-4690-96ba-b02baaebea6c\", \"osd_id\": \"3\", \"type\": \"block\"}, {\"block_uuid\": \"dtP2XG-8Ppb-cmle-yFXs-3wcV-9JvW-mPvQ0Z\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"2b9b8900-a7c5-40e9-aa38-27c89f45be03\", \"osd_id\": \"2\", \"type\": \"block\"}, {\"block_uuid\": \"iaXb74-Hxfk-dJDR-kFny-dSIZ-bXSu-xOj1n2\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"ef44c892-6ef5-4b2e-9ebb-1d6ecf4291f8\", \"osd_id\": \"1\", \"type\": \"block\"}, {\"block_uuid\": \"ePOrlg-6okY-33Ap-Zd0D-ss6m-rixU-bTMZAH\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"cebacf67-aff1-4023-9f73-c1a5f9e023ac\", \"osd_id\": \"0\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040172400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:59.035086Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5QJJR\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:00.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ontainer_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.362 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.042784+0000 mon.a (mon.0) 1417 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph: 2024-09-10T19:11:00.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:00.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.045603+0000 mon.a (mon.0) 1418 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi071","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi071\", \"container_id\": \"3279a1429f38\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 270742323, \"cpu_percentage\": \"1.39%\", \"version\": \"15.2.0\", \"status\": -1, \"status_desc\": \"error\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351158Z\", \"created\": \"2024-09-10T18:42:46.408721Z\", \"started\": \"2024-09-10T18:43:00.352318Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi071\", \"container_id\": \"96dbc1357815\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 461163724, \"cpu_percentage\": \"2.53%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:52.351348Z\", \"created\": \"2024-09-10T18:43:02.210427Z\", \"started\": \"2024-09-10T19:00:07.480238Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi071\", \"container_id\": \"97c2bbcf89b5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 189267968, \"cpu_percentage\": \"0.79%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351424Z\", \"created\": \"2024-09-10T18:43:49.473546Z\", \"started\": \"2024-09-10T18:43:49.502484Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi071\", \"container_id\": \"073a264c7735\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 52145684, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351491Z\", \"created\": \"2024-09-10T18:44:28.253823Z\", \"started\": \"2024-09-10T18:44:29.736389Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi071\", \"container_id\": \"e5c41768d96c\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51495567, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351552Z\", \"created\": \"2024-09-10T18:44:46.274485Z\", \"started\": \"2024-09-10T18:45:07.480738Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi071\", \"container_id\": \"b912d2590a8b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 43253760, \"cpu_percentage\": \"0.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351612Z\", \"created\": \"2024-09-10T18:45:08.565068Z\", \"started\": \"2024-09-10T18:45:30.074017Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi071\", \"container_id\": \"2617610dc678\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 50446991, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351671Z\", \"created\": \"2024-09-10T18:45:31.430639Z\", \"started\": \"2024-09-10T18:45:33.438543Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi071\", \"container_id\": \"03614857475c\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8370782, \"cpu_percentage\": \"0.20%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351730Z\", \"created\": \"2024-09-10T18:47:19.409631Z\", \"started\": \"2024-09-10T19:10:05.736395Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi071\", \"container_id\": \"0c42f440ec64\", \"container_image_id\": \"c8568f914cd25b2062c44e9f79f9c18da6e3b85fe0c47a12a2191c61426c2b19\", \"container_image_name\": \"quay.io/prometheus/alertmanager:v0.25.0\", \"container_image_digests\": [\"quay.io/prometheus/alertmanager@sha256:db8303fa05341f5dc6b19b36a97325cd1b8307254ed9042a2c554af71f3c0284\", \"quay.io/prometheus/alertmanager@sha256:fd4d9a3dd1fd0125108417be21be917f19cc76262347086509a0d43f29b80e98\"], \"memory_usage\": 14722007, \"cpu_percentage\": \"16.66%\", \"version\": \"0.25.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:52.351790Z\", \"created\": \"2024-09-10T18:47:42.042211Z\", \"started\": \"2024-09-10T19:10:47.688094Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi071.uglmnf\", \"daemon_name\": \"rgw.r.z.smithi071.uglmnf\", \"hostname\": \"smithi071\", \"container_id\": \"6920298a70a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0 2024-09-10T19:11:00.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: \", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 39814430, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:52.351849Z\", \"created\": \"2024-09-10T18:48:45.783025Z\", \"started\": \"2024-09-10T18:48:46.042801Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:42.557503Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-09-10T18:59:26.982657Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-09-10T18:44:26.583424Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:02.241994Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:24.962067Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:28.435569Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:01.607620Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-09-10T19:10:42.866110Z\"}, \"rgw.r.z.smithi071.uglmnf\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:43.911711Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:41.214107Z\"}}, \"last_daemon_update\": \"2024-09-10T19:10:52.352002Z\", \"last_device_update\": \"2024-09-10T19:10:59.035120Z\", \"last_network_update\": \"2024-09-10T19:10:52.945850Z\", \"last_device_change\": \"2024-09-10T18:56:39.404941Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:41.459828Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.71\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe8f:d765\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.494661Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:00.364 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.047910+0000 mon.a (mon.0) 1419 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:00.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.051376+0000 mon.a (mon.0) 1420 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:00.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.128428+0000 mon.a (mon.0) 1421 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:00.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.130049+0000 mon.a (mon.0) 1422 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:00.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.130804+0000 mon.a (mon.0) 1423 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:00.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.131833+0000 mon.a (mon.0) 1424 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.132886+0000 mon.a (mon.0) 1425 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.133961+0000 mon.a (mon.0) 1426 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.134917+0000 mon.a (mon.0) 1427 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.135644+0000 mon.a (mon.0) 1428 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.136393+0000 mon.a (mon.0) 1429 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.137118+0000 mon.a (mon.0) 1430 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.138070+0000 mon.a (mon.0) 1431 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.138961+0000 mon.a (mon.0) 1432 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:00.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:10:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.139836+0000 mon.a (mon.0) 1433 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 bash[23187]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:01.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[23353]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:01.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 bash[26156]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:01.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:59.046882+0000 mgr.y (mgr.14916) 79 : cluster [DBG] pgmap v55: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:10:59.047024+0000 mgr.y (mgr.14916) 80 : cluster [DBG] pgmap v56: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:10:59.128774+0000 mgr.y (mgr.14916) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.537275+0000 mon.a (mon.0) 1434 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]: dispatch 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.540687+0000 mon.a (mon.0) 1435 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICyTCCAbECEEHS6jX0DEpkh+6IKuEoC+AwDQYJKoZIhvcNAQENBQAwIzENMAsG\nA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhpMTQ1MB4XDTI0MDkxMDE5MTEwMFoX\nDTM0MDkwODE5MTEwMFowIzENMAsGA1UECgwEQ2VwaDESMBAGA1UEAwwJc21pdGhp\nMTQ1MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArH291qAQXgiPWwBK\njlcfBx8ysrdZaRMdJD2H6OXKUC2F8fGqR3Ue3s2OLhntEjvO9DjZpZT0dHSuNFDK\nqllEOOuEpQ7M+7McGuExznKTDBRgkGpvf3ernpm1f5MjPaIcQbDzCKx/n7S2M+u1\ntdgLlcSLtAKXbK/IAq/Pzm4WtKij86FjhW7qt7Bf5uSpluUTiiEse01B8F68cBn6\nDOMKfrVxb26/n7Zy6mt3v/salQMEAdKk4M1jL5IpSzVisg7C11cUJIlOtR4+QiRk\n7JSsBKZjZd0MeZjzZjetgO5ZC/NX/VjprenNc+OzK4sM4m6mvSgGjHkSZoWQDRO/\n2CSk7QIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCXTDpvkTRr66+WuqrskNZ+vLec\nWgF/5CQfUe2cUYPGnrjvNmpj8SFO3RgM9pOW4/GLeqyxQRTyb9PK3wRJ7Z+ZBxFj\ncSO8gLd9rMvZRvcX3q7HhHpkJsyuQZOJQBtxyOBr0pa/JhcM4BwSxDhjPT6pRGKF\nzR20gr+lgempabxmBlrZt/fW7SorGXVSk4TdZ8GJFyFWjmfgkD7zVGqGsS0Ketv/\nJBpmtsY34I4TzgPmkCndGQq3SrHdFwLxHAITZgRr6Ml1Kd/IvWIauMtgcXo0wUYz\nh4Xni0AuSKDBh9KcFn00mpweN+jHGK9NYyR8spp8qJfV3P1T/Lc2cbpop5fc\n-----END CERTIFICATE-----\n"}]': finished 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.541154+0000 mon.a (mon.0) 1436 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.543687+0000 mon.a (mon.0) 1437 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/smithi145/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCsfb3WoBBeCI9b\nAEqOVx8HHzKyt1lpEx0kPYfo5cpQLYXx8apHdR7ezY4uGe0SO870ONmllPR0dK40\nUMqqWUQ464SlDsz7sxwa4THOcpMMFGCQam9/d6uembV/kyM9ohxBsPMIrH+ftLYz\n67W12AuVxIu0Apdsr8gCr8/Obha0qKPzoWOFbuq3sF/m5KmW5ROKISx7TUHwXrxw\nGfoM4wp+tXFvbr+ftnLqa3e/+xqVAwQB0qTgzWMvkilLNWKyDsLXVxQkiU61Hj5C\nJGTslKwEpmNl3Qx5mPNmN62A7lkL81f9WOmt6c1z47Mriwzibqa9KAaMeRJmhZAN\nE7/YJKTtAgMBAAECggEAMPjAIYOvMetPPABgqnncosp+O9QnS9gz4Vqg0AQRhOLv\n0OmSNRhw68PDVp5gutkFIDxVupeIMdoArXS0nVmbr2dacPw7QUiwNYdy+xB3ZCoS\n4l19i1x/+pbcOzyceD6itBnXXkKPN1n4ktQccmTEoUA8g55qvF5JtE2S+6IwyxhQ\nJ06hnAxiV4ULk7RlIwW8fN1A3L3H0XyOAY/sXhZLPNhhQy39XQSzl+gwSX97kozK\n/bBdtem0G/n30Y0A5QXS+VfJ3IW41NqlL8eEG98hrApgDFn/iHZ6r/GXggSEu2ek\nGq3hFSp8Kb8742EtjGZjeGnJvqGCAzvWnzr++lxcpwKBgQDmJIHpkDQ5SPB22K8i\nHzeTDfwuwKhjoK0YcRPmdwnfVV6LfNOJRBBw+uV3aN40Kn/zH13a65WO1+IDuvrm\nQLGbypIXJjXGLk7mrLRWbE3BFht1Cl1cl8Y1lh4+ti/+oMQJblp0jeYuEewZrLNE\nO/qmsYseHhJhUqYLkuX8a7SRuwKBgQC/3wfotKAto9bBWDseCwjRW1cxebHF7yiA\nZOTEj/+pKT+W8d3i1gtb5t9Mj3+6M8Ztev5F/rg3xE32CLAPrjOYOeFj4FFMrrCM\nvAAY6Tl9GeU/l5bGjpALXxF+pbR4l6lMM5FuNfHJcIu+akshWd3XGjbS1pP57R+8\n5oT9gDDFdwKBgCNfbxxQDsbTQCp0KY7sD2Wp253v/LG7a397OdzNZRYPkAWOfRD3\nBjPnTEerNaP8+EeNBab1WLpo0hNStOeY//N7EjM+qzs3uObZmqpB4T2RQU0e97SY\nm113IlTvObdATIFKldqeSMfB93EGy1LsiRz/4usRIjAVPPJAdNr0Tv+rAoGAD6SA\nQZGQSYhE9uhZkX52zpKyzh7MxoVT+PvAxuGyhzkMrSK040xuCqUM6XH9iNG1yLEx\nT8WPgURo0rksmWqrXCrD3F+qYSUQ0bh2DZHeFPvqe7/BFBkFV1f91iRuTTKYI9VE\ncwbE2pZpXjHORD7OXj4N4CyMTeDuKHlmuEAeOcsCgYAWqWjiLOdsqV7cnlAUJjAB\n6OHXKS9iVJUiT6u5niQxz2O4Rr30r9TBIxAmnsx9WzY3xEEUYrbizaWZMpNBYFmg\nOHYHNaDLqwli4ayyMzlK7LQtTtL8Dfs696ryvGMncrfJHQL1c9Wl/Db0BfzqeTvB\nATVJjsit6dW9F08sBdLHRw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.546183+0000 mon.a (mon.0) 1438 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.546813+0000 mon.a (mon.0) 1439 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]: dispatch 2024-09-10T19:11:01.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:00 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.551063+0000 mon.a (mon.0) 1440 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"False","who":"mgr","name":"mgr/dashboard/GRAFANA_API_SSL_VERIFY"}]': finished 2024-09-10T19:11:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 bash[23187]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 bash[23187]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 bash[23187]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[23353]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[23353]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[23353]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:02.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:02.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[26156]: cephadm 2024-09-10T19:11:00.508926+0000 mgr.y (mgr.14916) 82 : cephadm [INF] Upgrade: Updating grafana.a 2024-09-10T19:11:02.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[26156]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 bash[26156]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:02.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:00.546524+0000 mgr.y (mgr.14916) 83 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T19:11:02.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:11:00.556588+0000 mgr.y (mgr.14916) 84 : cephadm [INF] Deploying daemon grafana.a on smithi145 2024-09-10T19:11:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:02 smithi145 bash[23187]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:02 smithi071 bash[23353]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:02 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:03.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:02 smithi071 bash[26156]: cluster 2024-09-10T19:11:01.047495+0000 mgr.y (mgr.14916) 85 : cluster [DBG] pgmap v57: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:04 smithi145 bash[23187]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:04 smithi071 bash[23353]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:04 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:04 smithi071 bash[26156]: cluster 2024-09-10T19:11:03.047972+0000 mgr.y (mgr.14916) 86 : cluster [DBG] pgmap v58: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:06 smithi145 bash[23187]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.341 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:06 smithi071 bash[23353]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:06 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:07.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:06 smithi071 bash[26156]: cluster 2024-09-10T19:11:05.048985+0000 mgr.y (mgr.14916) 87 : cluster [DBG] pgmap v59: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:07 smithi145 bash[23187]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:07 smithi071 bash[23353]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:07 smithi071 bash[26156]: cluster 2024-09-10T19:11:07.049343+0000 mgr.y (mgr.14916) 88 : cluster [DBG] pgmap v60: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:10 smithi145 bash[23187]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.592 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:10 smithi071 bash[23353]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:10 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:10.592 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:10 smithi071 bash[26156]: cluster 2024-09-10T19:11:09.050234+0000 mgr.y (mgr.14916) 89 : cluster [DBG] pgmap v61: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:11.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:10 smithi145 systemd[1]: Stopping Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:11:11.410 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped Stream Manager" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped Stream Manager" 2024-09-10T19:11:11.411 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-10T19:11:11.412 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[30953]: t=2024-09-10T19:11:11+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-09-10T19:11:11.413 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-09-10T19:11:11.414 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-09-10T19:11:11.414 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-09-10T19:11:11.414 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a[30969]: t=2024-09-10T19:11:11+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-09-10T19:11:11.414 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 podman[30953]: 2024-09-10 19:11:11.152878881 +0000 UTC m=+1393.350167520 container died 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, description=Ceph Grafana Container, org.label-schema.build-date=20200114, maintainer=Paul Cuzner , io.buildah.version=1.14.2, org.label-schema.schema-version=1.0, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.name=CentOS Base Image) 2024-09-10T19:11:11.770 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 podman[48988]: 2024-09-10 19:11:11.509721299 +0000 UTC m=+0.483901570 container cleanup 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Paul Cuzner , org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, description=Ceph Grafana Container, io.buildah.version=1.14.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:11:11.770 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 bash[48988]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a 2024-09-10T19:11:12.025 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 podman[30953]: 2024-09-10 19:11:11.769212322 +0000 UTC m=+1393.966500957 container remove 73d8484ad8e4dda948fea3c90a39970d81f52d0fefbf5e820fa26ae50076dd30 (image=docker.io/ceph/ceph-grafana:latest, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana.a, maintainer=Paul Cuzner , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, description=Ceph Grafana Container, io.buildah.version=1.14.2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, summary=Grafana Container configured for Ceph mgr/dashboard integration, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T19:11:12.025 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:11 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-09-10T19:11:12.450 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T19:11:12.451 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 systemd[1]: Stopped Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:11:12.451 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Consumed 1.880s CPU time. 2024-09-10T19:11:12.451 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 systemd[1]: Starting Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:11:12.774 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 podman[49139]: 2024-09-10 19:11:12.351648133 +0000 UTC m=+0.014999150 image pull 954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9 quay.io/ceph/ceph-grafana:9.4.7 2024-09-10T19:11:12.774 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 podman[49139]: 2024-09-10 19:11:12.454053753 +0000 UTC m=+0.117404762 container create 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, vcs-type=git, description=Ceph Grafana Container, summary=Grafana Container configured for Ceph mgr/dashboard integration, name=ubi8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.k8s.display-name=Red Hat Universal Base Image 8, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.buildah.version=1.32.0, version=8.5, distribution-scope=public, architecture=x86_64, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., io.openshift.expose-services=, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, com.redhat.component=ubi8-container, release=239.1651231664, build-date=2022-04-29T11:48:11.055897, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., maintainer=Paul Cuzner ) 2024-09-10T19:11:12.774 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 podman[49139]: 2024-09-10 19:11:12.673015408 +0000 UTC m=+0.336366428 container init 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, release=239.1651231664, architecture=x86_64, vcs-type=git, build-date=2022-04-29T11:48:11.055897, description=Ceph Grafana Container, com.redhat.component=ubi8-container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, summary=Grafana Container configured for Ceph mgr/dashboard integration, name=ubi8, vendor=Red Hat, Inc., io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.expose-services=, distribution-scope=public, maintainer=Paul Cuzner , io.openshift.tags=base rhel8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.buildah.version=1.32.0, version=8.5, io.k8s.display-name=Red Hat Universal Base Image 8) 2024-09-10T19:11:12.774 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 podman[49139]: 2024-09-10 19:11:12.675880351 +0000 UTC m=+0.339231364 container start 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, version=8.5, maintainer=Paul Cuzner , com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.buildah.version=1.32.0, name=ubi8, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, distribution-scope=public, com.redhat.component=ubi8-container, architecture=x86_64, description=Ceph Grafana Container, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, vcs-type=git, vendor=Red Hat, Inc., io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., io.openshift.expose-services=, io.k8s.display-name=Red Hat Universal Base Image 8, release=239.1651231664, build-date=2022-04-29T11:48:11.055897, io.openshift.tags=base rhel8) 2024-09-10T19:11:12.775 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[49139]: 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c 2024-09-10T19:11:13.027 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.027 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.028 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.029 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.029 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 systemd[1]: Started Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:11:13.029 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828644056Z level=info msg="Starting Grafana" version=9.4.7 commit=4add91f03d branch=HEAD compiled=2023-03-16T23:56:52Z 2024-09-10T19:11:13.029 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828830327Z level=warn msg="\"sentry\" frontend logging provider is deprecated and will be removed in the next major version. Use \"grafana\" provider instead." 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828848886Z level=info msg="Config loaded from" file=/usr/share/grafana/conf/defaults.ini 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828855874Z level=info msg="Config loaded from" file=/etc/grafana/grafana.ini 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.82886258Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_DATA=/var/lib/grafana" 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828869009Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_LOGS=/var/log/grafana" 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.8288752Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828881069Z level=info msg="Config overridden from Environment variable" var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-09-10T19:11:13.030 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.82888724Z level=info msg="Path Home" path=/usr/share/grafana 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.82889348Z level=info msg="Path Data" path=/var/lib/grafana 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828899005Z level=info msg="Path Logs" path=/var/log/grafana 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828904416Z level=info msg="Path Plugins" path=/var/lib/grafana/plugins 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828910093Z level=info msg="Path Provisioning" path=/etc/grafana/provisioning 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=settings t=2024-09-10T19:11:12.828916253Z level=info msg="App mode production" 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-10T19:11:12.828976653Z level=info msg="Connecting to DB" dbtype=sqlite3 2024-09-10T19:11:13.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-10T19:11:12.828994262Z level=warn msg="SQLite database file has broader permissions than it should" path=/var/lib/grafana/grafana.db mode=-rw-r--r-- expected=-rw-r----- 2024-09-10T19:11:13.032 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.829861773Z level=info msg="Starting DB migrations" 2024-09-10T19:11:13.032 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.829938414Z level=info msg="Executing migration" id="create migration_log table" 2024-09-10T19:11:13.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 bash[23187]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, 2024-09-10T19:11:13.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.033 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_la 2024-09-10T19:11:13.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: st_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.034 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.035 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.831306819Z level=info msg="Executing migration" id="create user table" 2024-09-10T19:11:13.035 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.831739603Z level=info msg="Executing migration" id="add unique index user.login" 2024-09-10T19:11:13.035 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.834308022Z level=info msg="Executing migration" id="add unique index user.email" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.836992209Z level=info msg="Executing migration" id="drop index UQE_user_login - v1" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.839397834Z level=info msg="Executing migration" id="drop index UQE_user_email - v1" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.841939062Z level=info msg="Executing migration" id="Rename table user to user_v1 - v1" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.844696518Z level=info msg="Executing migration" id="create user table v2" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.845109954Z level=info msg="Executing migration" id="create index UQE_user_login - v2" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.845592869Z level=info msg="Executing migration" id="create index UQE_user_email - v2" 2024-09-10T19:11:13.036 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.84616708Z level=info msg="Executing migration" id="copy data_source v1 to v2" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.846536935Z level=info msg="Executing migration" id="Drop old table user_v1" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.846871835Z level=info msg="Executing migration" id="Add column help_flags1 to user table" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.847308633Z level=info msg="Executing migration" id="Update user table charset" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.847620013Z level=info msg="Executing migration" id="Add last_seen_at column to user" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.848019532Z level=info msg="Executing migration" id="Add missing user data" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.84838858Z level=info msg="Executing migration" id="Add is_disabled column to user" 2024-09-10T19:11:13.037 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.848773825Z level=info msg="Executing migration" id="Add index user.login/user.email" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.849169775Z level=info msg="Executing migration" id="Add is_service_account column to user" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.849582598Z level=info msg="Executing migration" id="Update is_service_account column to nullable" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.850713544Z level=info msg="Executing migration" id="create temp user table v1-7" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.851155909Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v1-7" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.851617625Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v1-7" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.852012679Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v1-7" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.852404481Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v1-7" 2024-09-10T19:11:13.038 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.852783643Z level=info msg="Executing migration" id="Update temp_user table charset" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.853040403Z level=info msg="Executing migration" id="drop index IDX_temp_user_email - v1" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.853416676Z level=info msg="Executing migration" id="drop index IDX_temp_user_org_id - v1" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.853767619Z level=info msg="Executing migration" id="drop index IDX_temp_user_code - v1" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.854183142Z level=info msg="Executing migration" id="drop index IDX_temp_user_status - v1" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.854554993Z level=info msg="Executing migration" id="Rename table temp_user to temp_user_tmp_qwerty - v1" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.855184861Z level=info msg="Executing migration" id="create temp_user v2" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.855576447Z level=info msg="Executing migration" id="create index IDX_temp_user_email - v2" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.855947075Z level=info msg="Executing migration" id="create index IDX_temp_user_org_id - v2" 2024-09-10T19:11:13.039 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.856371047Z level=info msg="Executing migration" id="create index IDX_temp_user_code - v2" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.856768567Z level=info msg="Executing migration" id="create index IDX_temp_user_status - v2" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.857242122Z level=info msg="Executing migration" id="copy temp_user v1 to v2" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.857587892Z level=info msg="Executing migration" id="drop temp_user_tmp_qwerty" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.857895965Z level=info msg="Executing migration" id="Set created for temp users that will otherwise prematurely expire" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.858244706Z level=info msg="Executing migration" id="create star table" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.858678889Z level=info msg="Executing migration" id="add unique index star.user_id_dashboard_id" 2024-09-10T19:11:13.040 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.859102057Z level=info msg="Executing migration" id="create org table v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.859495524Z level=info msg="Executing migration" id="create index UQE_org_name - v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.859916371Z level=info msg="Executing migration" id="create org_user table v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.860320046Z level=info msg="Executing migration" id="create index IDX_org_user_org_id - v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.860794245Z level=info msg="Executing migration" id="create index UQE_org_user_org_id_user_id - v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.861261031Z level=info msg="Executing migration" id="create index IDX_org_user_user_id - v1" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.861674439Z level=info msg="Executing migration" id="Update org table charset" 2024-09-10T19:11:13.041 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.861963507Z level=info msg="Executing migration" id="Update org_user table charset" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.862283281Z level=info msg="Executing migration" id="Migrate all Read Only Viewers to Viewers" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.86259808Z level=info msg="Executing migration" id="create dashboard table" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.863006365Z level=info msg="Executing migration" id="add index dashboard.account_id" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.863433702Z level=info msg="Executing migration" id="add unique index dashboard_account_id_slug" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.863864067Z level=info msg="Executing migration" id="create dashboard_tag table" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.864331852Z level=info msg="Executing migration" id="add unique index dashboard_tag.dasboard_id_term" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.864715539Z level=info msg="Executing migration" id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-09-10T19:11:13.042 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.865102232Z level=info msg="Executing migration" id="Rename table dashboard to dashboard_v1 - v1" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.865922836Z level=info msg="Executing migration" id="create dashboard v2" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.867999566Z level=info msg="Executing migration" id="create index IDX_dashboard_org_id - v2" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.870636046Z level=info msg="Executing migration" id="create index UQE_dashboard_org_id_slug - v2" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.871097318Z level=info msg="Executing migration" id="copy dashboard v1 to v2" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.871443074Z level=info msg="Executing migration" id="drop table dashboard_v1" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.871813123Z level=info msg="Executing migration" id="alter dashboard.data to mediumtext v1" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.872117994Z level=info msg="Executing migration" id="Add column updated_by in dashboard - v2" 2024-09-10T19:11:13.043 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.872597447Z level=info msg="Executing migration" id="Add column created_by in dashboard - v2" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.87304218Z level=info msg="Executing migration" id="Add column gnetId in dashboard" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.873516981Z level=info msg="Executing migration" id="Add index for gnetId in dashboard" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.873904077Z level=info msg="Executing migration" id="Add column plugin_id in dashboard" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.874403766Z level=info msg="Executing migration" id="Add index for plugin_id in dashboard" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.874795364Z level=info msg="Executing migration" id="Add index for dashboard_id in dashboard_tag" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.875209854Z level=info msg="Executing migration" id="Update dashboard table charset" 2024-09-10T19:11:13.044 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.875500959Z level=info msg="Executing migration" id="Update dashboard_tag table charset" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.875768214Z level=info msg="Executing migration" id="Add column folder_id in dashboard" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.87627019Z level=info msg="Executing migration" id="Add column isFolder in dashboard" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.876759289Z level=info msg="Executing migration" id="Add column has_acl in dashboard" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.877294Z level=info msg="Executing migration" id="Add column uid in dashboard" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.880053489Z level=info msg="Executing migration" id="Update uid column values in dashboard" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.88300961Z level=info msg="Executing migration" id="Add unique index dashboard_org_id_uid" 2024-09-10T19:11:13.045 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.885502777Z level=info msg="Executing migration" id="Remove unique index org_id_slug" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.885930955Z level=info msg="Executing migration" id="Update dashboard title length" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.888661447Z level=info msg="Executing migration" id="Add unique index for dashboard_org_id_title_folder_id" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.891337096Z level=info msg="Executing migration" id="create dashboard_provisioning" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.89406442Z level=info msg="Executing migration" id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.897424987Z level=info msg="Executing migration" id="create dashboard_provisioning v2" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.89790409Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-09-10T19:11:13.046 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.903336936Z level=info msg="Executing migration" id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.903863343Z level=info msg="Executing migration" id="copy dashboard_provisioning v1 to v2" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.906577665Z level=info msg="Executing migration" id="drop dashboard_provisioning_tmp_qwerty" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.906998844Z level=info msg="Executing migration" id="Add check_sum column" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.907806917Z level=info msg="Executing migration" id="Add index for dashboard_title" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.908613829Z level=info msg="Executing migration" id="delete tags for deleted dashboards" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.909451604Z level=info msg="Executing migration" id="delete stars for deleted dashboards" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.910259136Z level=info msg="Executing migration" id="Add index for dashboard_is_folder" 2024-09-10T19:11:13.047 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.911071772Z level=info msg="Executing migration" id="Add isPublic for dashboard" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.911863151Z level=info msg="Executing migration" id="create data_source table" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.912730887Z level=info msg="Executing migration" id="add index data_source.account_id" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.913168526Z level=info msg="Executing migration" id="add unique index data_source.account_id_name" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.913618638Z level=info msg="Executing migration" id="drop index IDX_data_source_account_id - v1" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.914406959Z level=info msg="Executing migration" id="drop index UQE_data_source_account_id_name - v1" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.914992138Z level=info msg="Executing migration" id="Rename table data_source to data_source_v1 - v1" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.916085654Z level=info msg="Executing migration" id="create data_source table v2" 2024-09-10T19:11:13.048 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.916510579Z level=info msg="Executing migration" id="create index IDX_data_source_org_id - v2" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.917329113Z level=info msg="Executing migration" id="create index UQE_data_source_org_id_name - v2" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.917745078Z level=info msg="Executing migration" id="Drop old table data_source_v1 #2" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.91823563Z level=info msg="Executing migration" id="Add column with_credentials" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.91908111Z level=info msg="Executing migration" id="Add secure json data column" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.919672037Z level=info msg="Executing migration" id="Update data_source table charset" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.920466964Z level=info msg="Executing migration" id="Update initial version to 1" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.920804073Z level=info msg="Executing migration" id="Add read_only data column" 2024-09-10T19:11:13.049 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.921368951Z level=info msg="Executing migration" id="Migrate logging ds to loki ds" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.922193828Z level=info msg="Executing migration" id="Update json_data with nulls" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.922518117Z level=info msg="Executing migration" id="Add uid column" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.923340362Z level=info msg="Executing migration" id="Update uid value" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.923692285Z level=info msg="Executing migration" id="Add unique index datasource_org_id_uid" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.924212593Z level=info msg="Executing migration" id="add unique index datasource_org_id_is_default" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.925075058Z level=info msg="Executing migration" id="create api_key table" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.92551423Z level=info msg="Executing migration" id="add index api_key.account_id" 2024-09-10T19:11:13.050 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.926327671Z level=info msg="Executing migration" id="add index api_key.key" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.927151773Z level=info msg="Executing migration" id="add index api_key.account_id_name" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.928006955Z level=info msg="Executing migration" id="drop index IDX_api_key_account_id - v1" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.928443764Z level=info msg="Executing migration" id="drop index UQE_api_key_key - v1" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.929280096Z level=info msg="Executing migration" id="drop index UQE_api_key_account_id_name - v1" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.92970185Z level=info msg="Executing migration" id="Rename table api_key to api_key_v1 - v1" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.930761341Z level=info msg="Executing migration" id="create api_key table v2" 2024-09-10T19:11:13.051 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.931611837Z level=info msg="Executing migration" id="create index IDX_api_key_org_id - v2" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.934252977Z level=info msg="Executing migration" id="create index UQE_api_key_key - v2" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.936986305Z level=info msg="Executing migration" id="create index UQE_api_key_org_id_name - v2" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.939880367Z level=info msg="Executing migration" id="copy api_key v1 to v2" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.94274852Z level=info msg="Executing migration" id="Drop old table api_key_v1" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.943166655Z level=info msg="Executing migration" id="Update api_key table charset" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.946002905Z level=info msg="Executing migration" id="Add expires to api_key table" 2024-09-10T19:11:13.052 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.948635136Z level=info msg="Executing migration" id="Add service account foreign key" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.95156589Z level=info msg="Executing migration" id="set service account foreign key to nil if 0" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.954370373Z level=info msg="Executing migration" id="Add last_used_at to api_key table" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.957179443Z level=info msg="Executing migration" id="Add is_revoked column to api_key table" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.959924818Z level=info msg="Executing migration" id="create dashboard_snapshot table v4" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.962650498Z level=info msg="Executing migration" id="drop table dashboard_snapshot_v4 #1" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.965517423Z level=info msg="Executing migration" id="create dashboard_snapshot table v5 #2" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.968182796Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_key - v5" 2024-09-10T19:11:13.053 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.971032014Z level=info msg="Executing migration" id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.971444252Z level=info msg="Executing migration" id="create index IDX_dashboard_snapshot_user_id - v5" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.974401274Z level=info msg="Executing migration" id="alter dashboard_snapshot to mediumtext v2" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.977209324Z level=info msg="Executing migration" id="Update dashboard_snapshot table charset" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.980080941Z level=info msg="Executing migration" id="Add column external_delete_url to dashboard_snapshots table" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.980724985Z level=info msg="Executing migration" id="Add encrypted dashboard json column" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.983405606Z level=info msg="Executing migration" id="Change dashboard_encrypted column to MEDIUMBLOB" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.986126531Z level=info msg="Executing migration" id="create quota table v1" 2024-09-10T19:11:13.054 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.988994611Z level=info msg="Executing migration" id="create index UQE_quota_org_id_user_id_target - v1" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.989511984Z level=info msg="Executing migration" id="Update quota table charset" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.992137872Z level=info msg="Executing migration" id="create plugin_setting table" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.992677491Z level=info msg="Executing migration" id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.994955611Z level=info msg="Executing migration" id="Add column plugin_version to plugin_settings" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.997425745Z level=info msg="Executing migration" id="Update plugin_setting table charset" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.997741877Z level=info msg="Executing migration" id="create session table" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.998530969Z level=info msg="Executing migration" id="Drop old table playlist table" 2024-09-10T19:11:13.055 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:12.999319522Z level=info msg="Executing migration" id="Drop old table playlist_item table" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.000117417Z level=info msg="Executing migration" id="create playlist table v2" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.000514837Z level=info msg="Executing migration" id="create playlist item table v2" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.001293467Z level=info msg="Executing migration" id="Update playlist table charset" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.002087004Z level=info msg="Executing migration" id="Update playlist_item table charset" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.002896225Z level=info msg="Executing migration" id="drop preferences table v2" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.003239981Z level=info msg="Executing migration" id="drop preferences table v3" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.004013722Z level=info msg="Executing migration" id="create preferences table v3" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.004879138Z level=info msg="Executing migration" id="Update preferences table charset" 2024-09-10T19:11:13.056 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.005686535Z level=info msg="Executing migration" id="Add column team_id in preferences" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.006344662Z level=info msg="Executing migration" id="Update team_id column values in preferences" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.00708941Z level=info msg="Executing migration" id="Add column week_start in preferences" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.0079671Z level=info msg="Executing migration" id="Add column preferences.json_data" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.008783347Z level=info msg="Executing migration" id="alter preferences.json_data to mediumtext v1" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.009098355Z level=info msg="Executing migration" id="Add preferences index org_id" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.009897547Z level=info msg="Executing migration" id="Add preferences index user_id" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.010695297Z level=info msg="Executing migration" id="create alert table v1" 2024-09-10T19:11:13.057 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.011554582Z level=info msg="Executing migration" id="add index alert org_id & id " 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.012064982Z level=info msg="Executing migration" id="add index alert state" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.012834262Z level=info msg="Executing migration" id="add index alert dashboard_id" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.013647081Z level=info msg="Executing migration" id="Create alert_rule_tag table v1" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.014485627Z level=info msg="Executing migration" id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.014905443Z level=info msg="Executing migration" id="drop index UQE_alert_rule_tag_alert_id_tag_id - v1" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.015737727Z level=info msg="Executing migration" id="Rename table alert_rule_tag to alert_rule_tag_v1 - v1" 2024-09-10T19:11:13.058 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.017135546Z level=info msg="Executing migration" id="Create alert_rule_tag table v2" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.018038367Z level=info msg="Executing migration" id="create index UQE_alert_rule_tag_alert_id_tag_id - Add unique index alert_rule_tag.alert_id_tag_id V2" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.018482537Z level=info msg="Executing migration" id="copy alert_rule_tag v1 to v2" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.01925505Z level=info msg="Executing migration" id="drop table alert_rule_tag_v1" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.01962231Z level=info msg="Executing migration" id="create alert_notification table v1" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.020020906Z level=info msg="Executing migration" id="Add column is_default" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.020677483Z level=info msg="Executing migration" id="Add column frequency" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.021328331Z level=info msg="Executing migration" id="Add column send_reminder" 2024-09-10T19:11:13.059 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.021931641Z level=info msg="Executing migration" id="Add column disable_resolve_message" 2024-09-10T19:11:13.060 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.022745679Z level=info msg="Executing migration" id="add index alert_notification org_id & name" 2024-09-10T19:11:13.060 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.025427456Z level=info msg="Executing migration" id="Update alert table charset" 2024-09-10T19:11:13.060 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.028191474Z level=info msg="Executing migration" id="Update alert_notification table charset" 2024-09-10T19:11:13.060 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.02852302Z level=info msg="Executing migration" id="create notification_journal table v1" 2024-09-10T19:11:13.060 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.031212427Z level=info msg="Executing migration" id="add index notification_journal org_id & alert_id & notifier_id" 2024-09-10T19:11:13.277 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.033980572Z level=info msg="Executing migration" id="drop alert_notification_journal" 2024-09-10T19:11:13.277 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.036612953Z level=info msg="Executing migration" id="create alert_notification_state table v1" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.037106871Z level=info msg="Executing migration" id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.039884483Z level=info msg="Executing migration" id="Add for to alert table" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.042600057Z level=info msg="Executing migration" id="Add column uid in alert_notification" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.045122178Z level=info msg="Executing migration" id="Update uid column values in alert_notification" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.045490251Z level=info msg="Executing migration" id="Add unique index alert_notification_org_id_uid" 2024-09-10T19:11:13.278 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.048238058Z level=info msg="Executing migration" id="Remove unique index org_id_name" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.050960066Z level=info msg="Executing migration" id="Add column secure_settings in alert_notification" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.053827383Z level=info msg="Executing migration" id="alter alert.settings to mediumtext" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.054179896Z level=info msg="Executing migration" id="Add non-unique index alert_notification_state_alert_id" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.056714281Z level=info msg="Executing migration" id="Add non-unique index alert_rule_tag_alert_id" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.05949005Z level=info msg="Executing migration" id="Drop old annotation table v4" 2024-09-10T19:11:13.279 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.062077988Z level=info msg="Executing migration" id="create annotation table v5" 2024-09-10T19:11:13.280 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.062604089Z level=info msg="Executing migration" id="add index annotation 0 v3" 2024-09-10T19:11:13.280 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.065149885Z level=info msg="Executing migration" id="add index annotation 1 v3" 2024-09-10T19:11:13.280 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.067885096Z level=info msg="Executing migration" id="add index annotation 2 v3" 2024-09-10T19:11:13.280 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.070498452Z level=info msg="Executing migration" id="add index annotation 3 v3" 2024-09-10T19:11:13.280 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.071037811Z level=info msg="Executing migration" id="add index annotation 4 v3" 2024-09-10T19:11:13.282 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.07366511Z level=info msg="Executing migration" id="Update annotation table charset" 2024-09-10T19:11:13.282 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.076195804Z level=info msg="Executing migration" id="Add column region_id to annotation table" 2024-09-10T19:11:13.282 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.078877448Z level=info msg="Executing migration" id="Drop category_id index" 2024-09-10T19:11:13.282 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.079466282Z level=info msg="Executing migration" id="Add column tags to annotation table" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.082129477Z level=info msg="Executing migration" id="Create annotation_tag table v2" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.084827016Z level=info msg="Executing migration" id="Add unique index annotation_tag.annotation_id_tag_id" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.087291565Z level=info msg="Executing migration" id="drop index UQE_annotation_tag_annotation_id_tag_id - v2" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.087727268Z level=info msg="Executing migration" id="Rename table annotation_tag to annotation_tag_v2 - v2" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.090367523Z level=info msg="Executing migration" id="Create annotation_tag table v3" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.093045777Z level=info msg="Executing migration" id="create index UQE_annotation_tag_annotation_id_tag_id - Add unique index annotation_tag.annotation_id_tag_id V3" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.09544684Z level=info msg="Executing migration" id="copy annotation_tag v2 to v3" 2024-09-10T19:11:13.283 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.09579599Z level=info msg="Executing migration" id="drop table annotation_tag_v2" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.096580297Z level=info msg="Executing migration" id="Update alert annotations and set TEXT to empty" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.097376075Z level=info msg="Executing migration" id="Add created time to annotation table" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.098197891Z level=info msg="Executing migration" id="Add updated time to annotation table" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.098905805Z level=info msg="Executing migration" id="Add index for created in annotation table" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.099751556Z level=info msg="Executing migration" id="Add index for updated in annotation table" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.100565198Z level=info msg="Executing migration" id="Convert existing annotations from seconds to milliseconds" 2024-09-10T19:11:13.284 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.101340744Z level=info msg="Executing migration" id="Add epoch_end column" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.102056638Z level=info msg="Executing migration" id="Add index for epoch_end" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.102823152Z level=info msg="Executing migration" id="Make epoch_end the same as epoch" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.103635375Z level=info msg="Executing migration" id="Move region to single row" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.10441008Z level=info msg="Executing migration" id="Remove index org_id_epoch from annotation table" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.104837782Z level=info msg="Executing migration" id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.105648225Z level=info msg="Executing migration" id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-09-10T19:11:13.285 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.106497546Z level=info msg="Executing migration" id="Add index for org_id_epoch_end_epoch on annotation table" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.107278272Z level=info msg="Executing migration" id="Remove index org_id_epoch_epoch_end from annotation table" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.107689844Z level=info msg="Executing migration" id="Add index for alert_id on annotation table" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.108467672Z level=info msg="Executing migration" id="Increase tags column to length 4096" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.109342394Z level=info msg="Executing migration" id="create test_data table" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.110121177Z level=info msg="Executing migration" id="create dashboard_version table v1" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.11052942Z level=info msg="Executing migration" id="add index dashboard_version.dashboard_id" 2024-09-10T19:11:13.286 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.111332736Z level=info msg="Executing migration" id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.112163225Z level=info msg="Executing migration" id="Set dashboard version to 1 where 0" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.113029152Z level=info msg="Executing migration" id="save existing dashboard data in dashboard_version table v1" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.113804836Z level=info msg="Executing migration" id="alter dashboard_version.data to mediumtext v1" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.114641654Z level=info msg="Executing migration" id="create team table" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.115501769Z level=info msg="Executing migration" id="add index team.org_id" 2024-09-10T19:11:13.287 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.116323322Z level=info msg="Executing migration" id="add unique index team_org_id_name" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.116788093Z level=info msg="Executing migration" id="create team member table" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.117555408Z level=info msg="Executing migration" id="add index team_member.org_id" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.118359667Z level=info msg="Executing migration" id="add unique index team_member_org_id_team_id_user_id" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.119203178Z level=info msg="Executing migration" id="add index team_member.team_id" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.119648653Z level=info msg="Executing migration" id="Add column email to team table" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.120472246Z level=info msg="Executing migration" id="Add column external to team_member table" 2024-09-10T19:11:13.288 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.121456912Z level=info msg="Executing migration" id="Add column permission to team_member table" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.122556901Z level=info msg="Executing migration" id="create dashboard acl table" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.123121464Z level=info msg="Executing migration" id="add index dashboard_acl_dashboard_id" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.125849881Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_user_id" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.128596986Z level=info msg="Executing migration" id="add unique index dashboard_acl_dashboard_id_team_id" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.131084909Z level=info msg="Executing migration" id="add index dashboard_acl_user_id" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.131581017Z level=info msg="Executing migration" id="add index dashboard_acl_team_id" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.134183888Z level=info msg="Executing migration" id="add index dashboard_acl_org_id_role" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.137110277Z level=info msg="Executing migration" id="add index dashboard_permission" 2024-09-10T19:11:13.289 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.13970355Z level=info msg="Executing migration" id="save default acl rules in dashboard_acl table" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.142386686Z level=info msg="Executing migration" id="delete acl rules for deleted dashboards and folders" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.145288781Z level=info msg="Executing migration" id="create tag table" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.148131256Z level=info msg="Executing migration" id="add index tag.key_value" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.150943304Z level=info msg="Executing migration" id="create login attempt table" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.153684939Z level=info msg="Executing migration" id="add index login_attempt.username" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.156457738Z level=info msg="Executing migration" id="drop index IDX_login_attempt_username - v1" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.159058112Z level=info msg="Executing migration" id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.161734749Z level=info msg="Executing migration" id="create login_attempt v2" 2024-09-10T19:11:13.290 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.164338648Z level=info msg="Executing migration" id="create index IDX_login_attempt_username - v2" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.167047349Z level=info msg="Executing migration" id="copy login_attempt v1 to v2" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.169658303Z level=info msg="Executing migration" id="drop login_attempt_tmp_qwerty" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.172189016Z level=info msg="Executing migration" id="create user auth table" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.172939353Z level=info msg="Executing migration" id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.175649737Z level=info msg="Executing migration" id="alter user_auth.auth_id to length 190" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.17834912Z level=info msg="Executing migration" id="Add OAuth access token to user_auth" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.181083731Z level=info msg="Executing migration" id="Add OAuth refresh token to user_auth" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.183957446Z level=info msg="Executing migration" id="Add OAuth token type to user_auth" 2024-09-10T19:11:13.291 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.186502717Z level=info msg="Executing migration" id="Add OAuth expiry to user_auth" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.189112438Z level=info msg="Executing migration" id="Add index to user_id column in user_auth" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.191758548Z level=info msg="Executing migration" id="Add OAuth ID token to user_auth" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.194447143Z level=info msg="Executing migration" id="create server_lock table" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.197153065Z level=info msg="Executing migration" id="add index server_lock.operation_uid" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.199702303Z level=info msg="Executing migration" id="create user auth token table" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.202368856Z level=info msg="Executing migration" id="add unique index user_auth_token.auth_token" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.205068814Z level=info msg="Executing migration" id="add unique index user_auth_token.prev_auth_token" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.207791975Z level=info msg="Executing migration" id="add index user_auth_token.user_id" 2024-09-10T19:11:13.292 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.210510857Z level=info msg="Executing migration" id="Add revoked_at to the user auth token" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.213018894Z level=info msg="Executing migration" id="create cache_data table" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.215765973Z level=info msg="Executing migration" id="add unique index cache_data.cache_key" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.218420498Z level=info msg="Executing migration" id="create short_url table v1" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.219207187Z level=info msg="Executing migration" id="add index short_url.org_id-uid" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.220029387Z level=info msg="Executing migration" id="alter table short_url alter column created_by type to bigint" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.220867033Z level=info msg="Executing migration" id="delete alert_definition table" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.22173104Z level=info msg="Executing migration" id="recreate alert_definition table" 2024-09-10T19:11:13.293 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.222546978Z level=info msg="Executing migration" id="add index in alert_definition on org_id and title columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.22333172Z level=info msg="Executing migration" id="add index in alert_definition on org_id and uid columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.22418192Z level=info msg="Executing migration" id="alter alert_definition table data column to mediumtext in mysql" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.225089674Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and title columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.225891578Z level=info msg="Executing migration" id="drop index in alert_definition on org_id and uid columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.226699236Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and title columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.227434959Z level=info msg="Executing migration" id="add unique index in alert_definition on org_id and uid columns" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.227867101Z level=info msg="Executing migration" id="Add column paused in alert_definition" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.228758054Z level=info msg="Executing migration" id="drop alert_definition table" 2024-09-10T19:11:13.294 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.229419454Z level=info msg="Executing migration" id="delete alert_definition_version table" 2024-09-10T19:11:13.295 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.229748771Z level=info msg="Executing migration" id="recreate alert_definition_version table" 2024-09-10T19:11:13.295 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.230164933Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_id and version columns" 2024-09-10T19:11:13.295 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.230600719Z level=info msg="Executing migration" id="add index in alert_definition_version table on alert_definition_uid and version columns" 2024-09-10T19:11:13.295 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.231004169Z level=info msg="Executing migration" id="alter alert_definition_version table data column to mediumtext in mysql" 2024-09-10T19:11:13.295 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.231308193Z level=info msg="Executing migration" id="drop alert_definition_version table" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.231701901Z level=info msg="Executing migration" id="create alert_instance table" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.232115126Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, def_uid and current_state columns" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.232546055Z level=info msg="Executing migration" id="add index in alert_instance table on def_org_id, current_state columns" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.232986066Z level=info msg="Executing migration" id="add column current_state_end to alert_instance" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.233794326Z level=info msg="Executing migration" id="remove index def_org_id, def_uid, current_state on alert_instance" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.234239513Z level=info msg="Executing migration" id="remove index def_org_id, current_state on alert_instance" 2024-09-10T19:11:13.296 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.234654917Z level=info msg="Executing migration" id="rename def_org_id to rule_org_id in alert_instance" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.238089166Z level=info msg="Executing migration" id="rename def_uid to rule_uid in alert_instance" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.241539477Z level=info msg="Executing migration" id="add index rule_org_id, rule_uid, current_state on alert_instance" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.241993597Z level=info msg="Executing migration" id="add index rule_org_id, current_state on alert_instance" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.24245002Z level=info msg="Executing migration" id="add current_reason column related to current_state" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.24327097Z level=info msg="Executing migration" id="create alert_rule table" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.243699804Z level=info msg="Executing migration" id="add index in alert_rule on org_id and title columns" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.244146568Z level=info msg="Executing migration" id="add index in alert_rule on org_id and uid columns" 2024-09-10T19:11:13.297 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.244586404Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespace_uid, group_uid columns" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.245049823Z level=info msg="Executing migration" id="alter alert_rule table data column to mediumtext in mysql" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.245357995Z level=info msg="Executing migration" id="add column for to alert_rule" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.246165907Z level=info msg="Executing migration" id="add column annotations to alert_rule" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.246967765Z level=info msg="Executing migration" id="add column labels to alert_rule" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.248008419Z level=info msg="Executing migration" id="remove unique index from alert_rule on org_id, title columns" 2024-09-10T19:11:13.298 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.248550276Z level=info msg="Executing migration" id="add index in alert_rule on org_id, namespase_uid and title columns" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.248968663Z level=info msg="Executing migration" id="add dashboard_uid column to alert_rule" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.249760207Z level=info msg="Executing migration" id="add panel_id column to alert_rule" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.250558919Z level=info msg="Executing migration" id="add index in alert_rule on org_id, dashboard_uid and panel_id columns" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.251006249Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.251800783Z level=info msg="Executing migration" id="add is_paused column to alert_rule table" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.252663053Z level=info msg="Executing migration" id="fix is_paused column for alert_rule table" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.252992367Z level=info msg="Executing migration" id="create alert_rule_version table" 2024-09-10T19:11:13.299 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.253456796Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_uid and version columns" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.253887785Z level=info msg="Executing migration" id="add index in alert_rule_version table on rule_org_id, rule_namespace_uid and rule_group columns" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.254346176Z level=info msg="Executing migration" id="alter alert_rule_version table data column to mediumtext in mysql" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.254629133Z level=info msg="Executing migration" id="add column for to alert_rule_version" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.255522053Z level=info msg="Executing migration" id="add column annotations to alert_rule_version" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.256397292Z level=info msg="Executing migration" id="add column labels to alert_rule_version" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.257234254Z level=info msg="Executing migration" id="add rule_group_idx column to alert_rule_version" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.258051212Z level=info msg="Executing migration" id="add is_paused column to alert_rule_versions table" 2024-09-10T19:11:13.300 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.258875787Z level=info msg="Executing migration" id="fix is_paused column for alert_rule_version table" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.259183035Z level=info msg="Executing migration" id=create_alert_configuration_table 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.25957151Z level=info msg="Executing migration" id="Add column default in alert_configuration" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.260449181Z level=info msg="Executing migration" id="alert alert_configuration alertmanager_configuration column from TEXT to MEDIUMTEXT if mysql" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.260747073Z level=info msg="Executing migration" id="add column org_id in alert_configuration" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.261628163Z level=info msg="Executing migration" id="add index in alert_configuration table on org_id column" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.26243013Z level=info msg="Executing migration" id="add configuration_hash column to alert_configuration" 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.263271972Z level=info msg="Executing migration" id=create_ngalert_configuration_table 2024-09-10T19:11:13.301 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.263664365Z level=info msg="Executing migration" id="add index in ngalert_configuration on org_id column" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.264084158Z level=info msg="Executing migration" id="add column send_alerts_to in ngalert_configuration" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.264910609Z level=info msg="Executing migration" id="create provenance_type table" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.265308889Z level=info msg="Executing migration" id="add index to uniquify (record_key, record_type, org_id) columns" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.265719803Z level=info msg="Executing migration" id="create alert_image table" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.266097909Z level=info msg="Executing migration" id="add unique index on token to alert_image table" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.266502307Z level=info msg="Executing migration" id="support longer URLs in alert_image table" 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.266768885Z level=info msg="Executing migration" id=create_alert_configuration_history_table 2024-09-10T19:11:13.302 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.267165056Z level=info msg="Executing migration" id="drop non-unique orgID index on alert_configuration" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.2675695Z level=info msg="Executing migration" id="drop unique orgID index on alert_configuration if exists" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.267637692Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop unique orgID index on alert_configuration if exists" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.268390826Z level=info msg="Executing migration" id="extract alertmanager configuration history to separate table" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.268851137Z level=info msg="Executing migration" id="add unique index on orgID to alert_configuration" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.269395145Z level=info msg="Executing migration" id="clear migration entry \"remove unified alerting data\"" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.269522078Z level=info msg="Executing migration" id="move dashboard alerts to unified alerting" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.269691696Z level=info msg="alerts found to migrate" alerts=0 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.270247835Z level=info msg="Executing migration" id="create library_element table v1" 2024-09-10T19:11:13.303 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.27107433Z level=info msg="Executing migration" id="add index library_element org_id-folder_id-name-kind" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.271921393Z level=info msg="Executing migration" id="create library_element_connection table v1" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.272787093Z level=info msg="Executing migration" id="add index library_element_connection element_id-kind-connection_id" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.273621303Z level=info msg="Executing migration" id="add unique index library_element org_id_uid" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.274475044Z level=info msg="Executing migration" id="increase max description length to 2048" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.275354465Z level=info msg="Executing migration" id="clone move dashboard alerts to unified alerting" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.276167199Z level=info msg="Executing migration" id="create data_keys table" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.277101852Z level=info msg="Executing migration" id="create secrets table" 2024-09-10T19:11:13.304 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.277900052Z level=info msg="Executing migration" id="rename data_keys name column to id" 2024-09-10T19:11:13.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.305 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.306 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.306 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.307 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.307 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.308 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.308 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.309 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.309 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[26156]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:11.050746+0000 mgr.y (mgr.14916) 90 : cluster [DBG] pgmap v62: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:13.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.818965+0000 mon.a (mon.0) 1441 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:13.310 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.819762+0000 mon.a (mon.0) 1442 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:13.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.310 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 bash[23353]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.311 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.823631+0000 mon.a (mon.0) 1443 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:13.311 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daem 2024-09-10T19:11:13.312 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: on_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.312 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"dae 2024-09-10T19:11:13.312 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: mon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.312 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.312 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.824636+0000 mon.a (mon.0) 1444 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daem 2024-09-10T19:11:13.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: on_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]: dispatch 2024-09-10T19:11:13.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.830590+0000 mon.a (mon.0) 1445 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 196503142, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134242Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 416913817, \"cpu_percentage\": \"11.51%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:10:35.134418Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51642368, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134502Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134577Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48339353, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134648Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.134718Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\", \"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\"], \"memory_usage\": 36605788, \"cpu_percentage\": \"38.17%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134788Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\", \"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\"], \"memory_usage\": 8692695, \"cpu_percentage\": \"0.26%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:10:35.134874Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 43977277, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:10:35.135025Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last 2024-09-10T19:11:13.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: _applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": true}"}]': finished 2024-09-10T19:11:13.313 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:12 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:12.832225+0000 mon.a (mon.0) 1446 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:13.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.282817132Z level=info msg="Executing migration" id="add name column into data_keys" 2024-09-10T19:11:13.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.28399645Z level=info msg="Executing migration" id="copy data_keys id column values into name" 2024-09-10T19:11:13.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.284846006Z level=info msg="Executing migration" id="rename data_keys name column to label" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.289272676Z level=info msg="Executing migration" id="rename data_keys id column back to name" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.2935381Z level=info msg="Executing migration" id="create kv_store table v1" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.294419098Z level=info msg="Executing migration" id="add index kv_store.org_id-namespace-key" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.295267509Z level=info msg="Executing migration" id="update dashboard_uid and panel_id from existing annotations" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.296104982Z level=info msg="Executing migration" id="create permission table" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.296983687Z level=info msg="Executing migration" id="add unique index permission.role_id" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.299652851Z level=info msg="Executing migration" id="add unique index role_id_action_scope" 2024-09-10T19:11:13.532 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.302267342Z level=info msg="Executing migration" id="create role table" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.305277413Z level=info msg="Executing migration" id="add column display_name" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.307982566Z level=info msg="Executing migration" id="add column group_name" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.310695775Z level=info msg="Executing migration" id="add index role.org_id" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.313382802Z level=info msg="Executing migration" id="add unique index role_org_id_name" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.316290242Z level=info msg="Executing migration" id="add index role_org_id_uid" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.319213352Z level=info msg="Executing migration" id="create team role table" 2024-09-10T19:11:13.533 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.3219911Z level=info msg="Executing migration" id="add index team_role.org_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.324758355Z level=info msg="Executing migration" id="add unique index team_role_org_id_team_id_role_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.327423926Z level=info msg="Executing migration" id="add index team_role.team_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.33032443Z level=info msg="Executing migration" id="create user role table" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.333087888Z level=info msg="Executing migration" id="add index user_role.org_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.335992766Z level=info msg="Executing migration" id="add unique index user_role_org_id_user_id_role_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.338660508Z level=info msg="Executing migration" id="add index user_role.user_id" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.341626148Z level=info msg="Executing migration" id="create builtin role table" 2024-09-10T19:11:13.534 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.344418868Z level=info msg="Executing migration" id="add index builtin_role.role_id" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.347394882Z level=info msg="Executing migration" id="add index builtin_role.name" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.350070471Z level=info msg="Executing migration" id="Add column org_id to builtin_role table" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.351101261Z level=info msg="Executing migration" id="add index builtin_role.org_id" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.353922968Z level=info msg="Executing migration" id="add unique index builtin_role_org_id_role_id_role" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.356543644Z level=info msg="Executing migration" id="Remove unique index role_org_id_uid" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.359233454Z level=info msg="Executing migration" id="add unique index role.uid" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.361786815Z level=info msg="Executing migration" id="create seed assignment table" 2024-09-10T19:11:13.535 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.36453792Z level=info msg="Executing migration" id="add unique index builtin_role_role_name" 2024-09-10T19:11:13.536 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.36691453Z level=info msg="Executing migration" id="add column hidden to role table" 2024-09-10T19:11:13.536 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.369372798Z level=info msg="Executing migration" id="create query_history table v1" 2024-09-10T19:11:13.536 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.372056379Z level=info msg="Executing migration" id="add index query_history.org_id-created_by-datasource_uid" 2024-09-10T19:11:13.536 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.374632941Z level=info msg="Executing migration" id="alter table query_history alter column created_by type to bigint" 2024-09-10T19:11:13.537 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.377110256Z level=info msg="Executing migration" id="teams permissions migration" 2024-09-10T19:11:13.537 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.379576681Z level=info msg="Executing migration" id="dashboard permissions" 2024-09-10T19:11:13.537 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.382302294Z level=info msg="Executing migration" id="dashboard permissions uid scopes" 2024-09-10T19:11:13.537 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.384614835Z level=info msg="Executing migration" id="drop managed folder create actions" 2024-09-10T19:11:13.537 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.387251037Z level=info msg="Executing migration" id="alerting notification permissions" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.389978354Z level=info msg="Executing migration" id="create query_history_star table v1" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.392435317Z level=info msg="Executing migration" id="add index query_history.user_id-query_uid" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.395107362Z level=info msg="Executing migration" id="add column org_id in query_history_star" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.397726677Z level=info msg="Executing migration" id="alter table query_history_star_mig column user_id type to bigint" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.4004775Z level=info msg="Executing migration" id="create correlation table v1" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.403168264Z level=info msg="Executing migration" id="add index correlations.uid" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.405732439Z level=info msg="Executing migration" id="add index correlations.source_uid" 2024-09-10T19:11:13.538 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.408338492Z level=info msg="Executing migration" id="add correlation config column" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.409496576Z level=info msg="Executing migration" id="create entity_events table" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.410277453Z level=info msg="Executing migration" id="create dashboard public config v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.411212702Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.411293827Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.412145742Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.412352368Z level=warn msg="Skipping migration: Already executed, but not recorded in migration log" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.4127198Z level=info msg="Executing migration" id="Drop old dashboard public config table" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.413539019Z level=info msg="Executing migration" id="recreate dashboard public config v1" 2024-09-10T19:11:13.539 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.414326673Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v1" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.415266144Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v1" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.415921216Z level=info msg="Executing migration" id="drop index UQE_dashboard_public_config_uid - v2" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.417625395Z level=info msg="Executing migration" id="drop index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.418080359Z level=info msg="Executing migration" id="Drop public config table" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.419011617Z level=info msg="Executing migration" id="Recreate dashboard public config v2" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.419701724Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_uid - v2" 2024-09-10T19:11:13.540 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.420651521Z level=info msg="Executing migration" id="create index IDX_dashboard_public_config_org_id_dashboard_uid - v2" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.421368668Z level=info msg="Executing migration" id="create index UQE_dashboard_public_config_access_token - v2" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.42214528Z level=info msg="Executing migration" id="Rename table dashboard_public_config to dashboard_public - v2" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.425138957Z level=info msg="Executing migration" id="add annotations_enabled column" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.426177588Z level=info msg="Executing migration" id="add time_selection_enabled column" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.427183999Z level=info msg="Executing migration" id="delete orphaned public dashboards" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.428044266Z level=info msg="Executing migration" id="add share column" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.429058268Z level=info msg="Executing migration" id="create default alerting folders" 2024-09-10T19:11:13.541 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.429912892Z level=info msg="Executing migration" id="create file table" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.430848244Z level=info msg="Executing migration" id="file table idx: path natural pk" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.431549255Z level=info msg="Executing migration" id="file table idx: parent_folder_path_hash fast folder retrieval" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.432350088Z level=info msg="Executing migration" id="create file_meta table" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.433117095Z level=info msg="Executing migration" id="file table idx: path key" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.434087536Z level=info msg="Executing migration" id="set path collation in file table" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.434835585Z level=info msg="Executing migration" id="managed permissions migration" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.435731571Z level=info msg="Executing migration" id="managed folder permissions alert actions migration" 2024-09-10T19:11:13.542 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.436428294Z level=info msg="Executing migration" id="RBAC action name migrator" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.437401696Z level=info msg="Executing migration" id="Add UID column to playlist" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.438556462Z level=info msg="Executing migration" id="Update uid column values in playlist" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.439489872Z level=info msg="Executing migration" id="Add index for uid in playlist" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.440157197Z level=info msg="Executing migration" id="update group index for alert rules" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.440980386Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated migration" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.444006475Z level=info msg="Executing migration" id="admin only folder/dashboard permission" 2024-09-10T19:11:13.543 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.446615521Z level=info msg="Executing migration" id="add action column to seed_assignment" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.44940463Z level=info msg="Executing migration" id="add scope column to seed_assignment" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.451937056Z level=info msg="Executing migration" id="remove unique index builtin_role_role_name before nullable update" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.454849881Z level=info msg="Executing migration" id="update seed_assignment role_name column to nullable" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.464812327Z level=info msg="Executing migration" id="add unique index builtin_role_name back" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.467682852Z level=info msg="Executing migration" id="add unique index builtin_role_action_scope" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.470245861Z level=info msg="Executing migration" id="add primary key to seed_assigment" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.473784664Z level=info msg="Executing migration" id="managed folder permissions alert actions repeated fixed migration" 2024-09-10T19:11:13.544 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.476182494Z level=info msg="Executing migration" id="migrate external alertmanagers to datsourcse" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.478888287Z level=info msg="Executing migration" id="create folder table" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.481658166Z level=info msg="Executing migration" id="Add index for parent_uid" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.484282308Z level=info msg="Executing migration" id="Add unique index for folder.uid and folder.org_id" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.487251818Z level=info msg="Executing migration" id="Update folder title length" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.490016971Z level=info msg="Executing migration" id="Add unique index for folder.title and folder.parent_uid" 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=migrator t=2024-09-10T19:11:13.492977102Z level=info msg="migrations completed" performed=485 skipped=0 duration=663.059414ms 2024-09-10T19:11:13.545 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore t=2024-09-10T19:11:13.493402259Z level=info msg="Created default organization" 2024-09-10T19:11:13.820 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-10T19:11:13.552784654Z level=info msg="Plugin registered" pluginID=input 2024-09-10T19:11:13.820 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-10T19:11:13.585244449Z level=info msg="Plugin registered" pluginID=grafana-piechart-panel 2024-09-10T19:11:13.821 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=plugin.loader t=2024-09-10T19:11:13.585303202Z level=info msg="Plugin registered" pluginID=vonage-status-panel 2024-09-10T19:11:13.821 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=secrets t=2024-09-10T19:11:13.585359315Z level=info msg="Envelope encryption state" enabled=true currentprovider=secretKey.v1 2024-09-10T19:11:13.821 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=query_data t=2024-09-10T19:11:13.587115166Z level=info msg="Query Service initialization" 2024-09-10T19:11:13.821 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=live.push_http t=2024-09-10T19:11:13.590259678Z level=info msg="Live Push Gateway initialization" 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=infra.usagestats.collector t=2024-09-10T19:11:14.334304303Z level=info msg="registering usage stat providers" usageStatsProvidersLen=2 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-10T19:11:14.334653285Z level=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-10T19:11:14.367101872Z level=info msg="inserting datasource from configuration " name=Dashboard1 uid=P43CA22E17D0F9596 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.datasources t=2024-09-10T19:11:14.399664325Z level=info msg="inserting datasource from configuration " name=Loki uid=P8E80F9AEF21F6940 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.alerting t=2024-09-10T19:11:14.421702944Z level=info msg="starting to provision alerting" 2024-09-10T19:11:14.559 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=provisioning.alerting t=2024-09-10T19:11:14.421722183Z level=info msg="finished to provision alerting" 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.state.manager t=2024-09-10T19:11:14.42180164Z level=info msg="Warming state cache for startup" 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=grafanaStorageLogger t=2024-09-10T19:11:14.421892376Z level=info msg="storage starting" 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=http.server t=2024-09-10T19:11:14.423920757Z level=info msg="HTTP Server Listen" address=[::]:3000 protocol=https subUrl= socket= 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:11:14.432856633Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.state.manager t=2024-09-10T19:11:14.433009331Z level=info msg="State cache has been initialized" states=0 duration=11.207507ms 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ngalert.multiorg.alertmanager t=2024-09-10T19:11:14.433049101Z level=info msg="starting MultiOrg Alertmanager" 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=ticker t=2024-09-10T19:11:14.433077008Z level=info msg=starting first_tick=2024-09-10T19:11:20Z 2024-09-10T19:11:14.560 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:11:14.475333905Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:11:14.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:11:14.499576835Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:11:14.561 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:11:14.509910663Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=1 code="database is locked" 2024-09-10T19:11:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.092 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:14 smithi071 bash[23353]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:14 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:14 smithi071 bash[26156]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.154 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:15.154 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:14 smithi145 bash[23187]: cluster 2024-09-10T19:11:13.051203+0000 mgr.y (mgr.14916) 91 : cluster [DBG] pgmap v63: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:16.933 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:16.934 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:16 smithi145 bash[23187]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:16 smithi071 bash[23353]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:16 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:17.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:16 smithi071 bash[26156]: cluster 2024-09-10T19:11:15.051831+0000 mgr.y (mgr.14916) 92 : cluster [DBG] pgmap v64: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.261 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.261 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.261 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.262 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.262 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.262 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.262 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.262 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.263 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.263 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.263 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.264 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.264 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update 2024-09-10T19:11:19.264 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.265 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.265 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: \": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.265 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.265 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.266 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.267 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 bash[23187]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:19.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.268 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.269 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.270 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.270 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.270 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.270 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.271 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.347 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.350 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.351 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[26156]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:19.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:17.052261+0000 mgr.y (mgr.14916) 93 : cluster [DBG] pgmap v65: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:19.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.355 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.031063+0000 mon.a (mon.0) 1447 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.031841+0000 mon.a (mon.0) 1448 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.356 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"co 2024-09-10T19:11:19.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.037786+0000 mon.a (mon.0) 1449 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.038956+0000 mon.a (mon.0) 1450 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0 2024-09-10T19:11:19.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 bash[23353]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:19.360 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.361 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ntainer_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37 2024-09-10T19:11:19.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.363 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.043987+0000 mon.a (mon.0) 1451 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104 2024-09-10T19:11:19.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:10:35.741675Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.386271+0000 mon.a (mon.0) 1452 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-09-10T19:11:19.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.636945+0000 mon.a (mon.0) 1453 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:19.365 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.637717+0000 mon.a (mon.0) 1454 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:19.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c6928 2024-09-10T19:11:19.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.641840+0000 mon.a (mon.0) 1455 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:10:41.406825Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:10:41.406840Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:19.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.642947+0000 mon.a (mon.0) 1456 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\" 2024-09-10T19:11:19.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 2dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: , \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:19.369 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c692 2024-09-10T19:11:19.369 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 82dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.646634+0000 mon.a (mon.0) 1457 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\ 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:10:41.406886Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.647762+0000 mon.a (mon.0) 1458 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.667078+0000 mon.a (mon.0) 1459 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.667364+0000 mon.a (mon.0) 1460 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.371 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.667631+0000 mon.a (mon.0) 1461 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 2]}]: dispatch 2024-09-10T19:11:19.372 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:18.667827+0000 mon.a (mon.0) 1462 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.a", "id": [1, 5]}]: dispatch 2024-09-10T19:11:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:20 smithi145 bash[23187]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:20 smithi071 bash[23353]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:20 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:20 smithi071 bash[26156]: cluster 2024-09-10T19:11:19.053112+0000 mgr.y (mgr.14916) 94 : cluster [DBG] pgmap v66: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:21 smithi145 bash[23187]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:22.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:22.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:21 smithi071 bash[23353]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:22.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:22.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:21 smithi071 bash[26156]: audit 2024-09-10T19:11:21.492845+0000 mon.a (mon.0) 1463 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "container_image"}]: dispatch 2024-09-10T19:11:23.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.031 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:22 smithi145 bash[23187]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:22 smithi071 bash[23353]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:22 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:23.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:22 smithi071 bash[26156]: cluster 2024-09-10T19:11:21.053515+0000 mgr.y (mgr.14916) 95 : cluster [DBG] pgmap v67: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:24 smithi145 bash[23187]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:24 smithi071 bash[23353]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:24 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:25.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:24 smithi071 bash[26156]: cluster 2024-09-10T19:11:23.053980+0000 mgr.y (mgr.14916) 96 : cluster [DBG] pgmap v68: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:26 smithi145 bash[23187]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:26 smithi071 bash[23353]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:26 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:27.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:26 smithi071 bash[26156]: cluster 2024-09-10T19:11:25.054583+0000 mgr.y (mgr.14916) 97 : cluster [DBG] pgmap v69: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:28 smithi145 bash[23187]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:28 smithi071 bash[23353]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:28 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:29.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:28 smithi071 bash[26156]: cluster 2024-09-10T19:11:27.055114+0000 mgr.y (mgr.14916) 98 : cluster [DBG] pgmap v70: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"l 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.285 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.287 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.288 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.289 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.290 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: ast_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.291 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.292 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 bash[23187]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.293 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.294 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.295 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.296 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.297 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.298 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.299 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.299 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.299 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.299 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.299 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.301 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.301 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.301 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.301 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.302 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.303 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.303 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.344 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.346 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.348 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.349 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.350 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.351 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.352 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.353 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.354 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.354 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.355 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.356 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.357 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.358 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.358 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.359 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.360 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.361 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.362 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.363 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[23353]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.364 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\" 2024-09-10T19:11:31.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 bash[26156]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:29.055771+0000 mgr.y (mgr.14916) 99 : cluster [DBG] pgmap v71: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:31.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.085071+0000 mon.a (mon.0) 1464 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "mon_config_key_max_entry_size"}]: dispatch 2024-09-10T19:11:31.365 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.085846+0000 mon.a (mon.0) 1465 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]: dispatch 2024-09-10T19:11:31.366 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: , \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.092032+0000 mon.a (mon.0) 1466 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145.devices.0","val":"{\"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"human_readable_size\": \"372.61 GB\", \"locked\": 1, \"model\": \"INTEL SSDPEDMD400G4\", \"nr_requests\": \"1023\", \"partitions\": {}, \"path\": \"/dev/nvme0n1\", \"removable\": \"0\", \"rev\": \"\", \"ro\": \"0\", \"rotational\": \"0\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"none\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"support_discard\": \"512\", \"vendor\": \"\"}, \"created\": \"2024-09-10T19:11:30.084155Z\", \"lvs\": [{\"block_uuid\": \"bJ373n-Z3rA-a5r3-eyce-wLi3-Dygi-rVb5Yu\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_1\", \"osd_fsid\": \"509b0478-cc0c-4c79-ac26-b3a07597964f\", \"osd_id\": \"7\", \"type\": \"block\"}, {\"block_uuid\": \"7zHnzb-mfeW-iuRG-95aK-ehaz-6snu-g31I2U\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_2\", \"osd_fsid\": \"dd5ef877-3f47-4c4f-8db8-5effed41df47\", \"osd_id\": \"6\", \"type\": \"block\"}, {\"block_uuid\": \"CchCYZ-uzty-fm6Y-OzTn-zUn3-ksvF-zlk1TK\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_3\", \"osd_fsid\": \"e977a8e6-5a30-437f-99ef-0e82b2d5813a\", \"osd_id\": \"5\", \"type\": \"block\"}, {\"block_uuid\": \"fSVIeQ-7pAg-rYkr-9ac6-JgZX-Bu3w-e1EKOB\", \"cluster_fsid\": \"6551eb3a-6fa4-11ef-bcea-c7b262605968\", \"cluster_name\": \"ceph\", \"name\": \"lv_4\", \"osd_fsid\": \"dd62773a-4039-454a-91ac-98b8791144f2\", \"osd_id\": \"4\", \"type\": \"block\"}, {\"comment\": \"not used by ceph\", \"name\": \"lv_5\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620500N9400BGN\", \"lsm_data\": {}, \"crush_device_class\": null}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"human_readable_size\": \"931.51 GB\", \"locked\": 1, \"model\": \"ST1000NM0033-9ZM\", \"nr_requests\": \"64\", \"partitions\": {\"sda1\": {\"holders\": [], \"human_readable_size\": \"931.51 GB\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"start\": \"2048\"}}, \"path\": \"/dev/sda\", \"removable\": \"1\", \"rev\": \"SN06\", \"ro\": \"0\", \"rotational\": \"1\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"scheduler_mode\": \"mq-deadline\", \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"support_discard\": \"512\", \"vendor\": \"ATA\"}, \"created\": \"2024-09-10T19:11:30.084171Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ATA_ST1000NM0033-9ZM173_Z1W5XLDP\", \"lsm_data\": {}, \"crush_device_class\": null}], \"entries\": 1}"}]': finished 2024-09-10T19:11:31.366 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.093148+0000 mon.a (mon.0) 1467 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d710 2024-09-10T19:11:31.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\ 2024-09-10T19:11:31.367 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: ", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.367 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: 4c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]: dispatch 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.098788+0000 mon.a (mon.0) 1468 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi145","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi145\", \"container_id\": \"98cc8884cd43\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205520896, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029409Z\", \"created\": \"2024-09-10T18:44:00.640230Z\", \"started\": \"2024-09-10T18:44:00.680999Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi145\", \"container_id\": \"a583e0ca2602\", \"container_image_id\": \"4c55dd4096115e48502f368cff1eab06769f71f030e1692e2611bbc6c6f637e9\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:3bfeaf4417585c821cab9ca76e4d95f390b0e769807122a45463640820b5cd16\"], \"memory_usage\": 417018675, \"cpu_percentage\": \"5.89%\", \"version\": \"17.2.7-1606-g5be57395\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-09-10T19:11:18.029612Z\", \"created\": \"2024-09-10T18:44:13.012964Z\", \"started\": \"2024-09-10T19:09:47.695899Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi145\", \"container_id\": \"0d3853b4e353\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51684311, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029701Z\", \"created\": \"2024-09-10T18:45:46.008970Z\", \"started\": \"2024-09-10T18:45:47.563341Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi145\", \"container_id\": \"9ce306a5a4b2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 49188700, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029780Z\", \"created\": \"2024-09-10T18:46:03.706589Z\", \"started\": \"2024-09-10T18:46:06.576988Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi145\", \"container_id\": \"2b0f42d7ea82\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48349839, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029870Z\", \"created\": \"2024-09-10T18:46:21.554206Z\", \"started\": \"2024-09-10T18:46:42.532954Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi145\", \"container_id\": \"e1672c971420\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.029954Z\", \"created\": \"2024-09-10T18:46:44.136721Z\", \"started\": \"2024-09-10T18:46:45.730168Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi145\", \"container_id\": \"e84635e07e14\", \"container_image_id\": \"a07b618ecd1dce142bce4c52f0e80982eaf1f14265a2415c2d35978ccaa0a464\", \"container_image_name\": \"quay.io/prometheus/prometheus:v2.43.0\", \"container_image_digests\": [\"quay.io/prometheus/prometheus@sha256:f5c29683a301d4e5427fb0d985f794b1f743498310a4eadee75e85f5dba73a6d\", \"quay.io/prometheus/prometheus@sha256:df60172c8d9f08cadae1d79bf86525b6426c47873c712ddf0a04ed424a8c1ad4\"], \"memory_usage\": 39772487, \"cpu_percentage\": \"0.72%\", \"version\": \"2.43.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030026Z\", \"created\": \"2024-09-10T18:47:15.682043Z\", \"started\": \"2024-09-10T19:10:29.888501Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"service_name\": \"node-exporter\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi145\", \"container_id\": \"9b49da103968\", \"container_image_id\": \"0da6a335fe1356545476b749c68f022c897de3a2139e8f0054f6937349ee2b83\", \"container_image_name\": \"quay.io/prometheus/node-exporter:v1.5.0\", \"container_image_digests\": [\"quay.io/prometheus/node-exporter@sha256:39c642b2b337e38c18e80266fb14383754178202f40103646337722a594d984c\", \"quay.io/prometheus/node-exporter@sha256:fa8e5700b7762fffe0674e944762f44bb787a7e44d97569fe55348260453bf80\"], \"memory_usage\": 8675917, \"cpu_percentage\": \"0.19%\", \"version\": \"1.5.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030101Z\", \"created\": \"2024-09-10T18:47:18.405985Z\", \"started\": \"2024-09-10T19:10:11.673484Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"service_name\": \"grafana\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi145\", \"container_id\": \"78912fedad92\", \"container_image_id\": \"954c08fa618887fe9a6fe572ae541197c77e625b05f4193df7898f5ac649ada9\", \"container_image_name\": \"quay.io/ceph/ceph-grafana:9.4.7\", \"container_image_digests\": [\"quay.io/ceph/ceph-grafana@sha256:97d919ad919187a9b924574c2480be30f840d252447bc0a91ff5213f3cf7f4b1\", \"quay.io/ceph/ceph-grafana@sha256:7044417bb169ebde48deef5e7968cf7a68c8b356fbe35ccec4b07b15b99b1eba\"], \"memory_usage\": 32757514, \"cpu_percentage\": \"74.20%\", \"version\": \"9.4.7\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [], \"last_refresh\": \"2024-09-10T19:11:18.030173Z\", \"created\": \"2024-09-10T18:47:57.793139Z\", \"started\": \"2024-09-10T19:11:12.353930Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi145.tcbxrc\", \"daemon_name\": \"rgw.r.z.smithi145.tcbxrc\", \"hostname\": \"smithi145\", \"container_id\": \"65aedf925544\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \" 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44124078, \"cpu_percentage\": \"0.13%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-09-10T19:11:18.030245Z\", \"created\": \"2024-09-10T18:48:43.873148Z\", \"started\": \"2024-09-10T18:48:43.904926Z\"}}, \"devices\": [], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-09-10T18:56:51.611208Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-09-10T19:09:34.702923Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-09-10T18:45:44.543165Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:02.157841Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:37.072657Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-09-10T18:46:40.699832Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-09-10T19:10:25.405899Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-09-10T19:10:07.561639Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-09-10T19:11:00.556470Z\"}, \"rgw.r.z.smithi145.tcbxrc\": {\"deps\": [], \"last_config\": \"2024-09-10T18:48:42.208427Z\"}}, \"last_daemon_update\": \"2024-09-10T19:11:18.030406Z\", \"last_device_update\": \"2024-09-10T19:11:30.084216Z\", \"last_network_update\": \"2024-09-10T19:11:18.636258Z\", \"last_device_change\": \"2024-09-10T18:56:41.122324Z\", \"last_tuned_profile_update\": \"2024-09-10T19:10:59.124686Z\", \"networks_and_interfaces\": {\"172.21.0.0/20\": {\"enp3s0f1\": [\"172.21.15.145\"]}, \"fe80::/64\": {\"enp3s0f1\": [\"fe80::ec4:7aff:fe88:7791\"]}}, \"last_host_check\": \"2024-09-10T19:07:10.489500Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}, \"metadata_up_to_date\": false}"}]': finished 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.368 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.369 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.101393+0000 mon.a (mon.0) 1469 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.104712+0000 mon.a (mon.0) 1470 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.370 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.183242+0000 mon.a (mon.0) 1471 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.184443+0000 mon.a (mon.0) 1472 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.184932+0000 mon.a (mon.0) 1473 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.189189+0000 mon.a (mon.0) 1474 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi145.front.sepia.ceph.com:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.191751+0000 mon.a (mon.0) 1475 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.194292+0000 mon.a (mon.0) 1476 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.196107+0000 mon.a (mon.0) 1477 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.371 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.197765+0000 mon.a (mon.0) 1478 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.199523+0000 mon.a (mon.0) 1479 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.200980+0000 mon.a (mon.0) 1480 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.202195+0000 mon.a (mon.0) 1481 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.203252+0000 mon.a (mon.0) 1482 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.372 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.204094+0000 mon.a (mon.0) 1483 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.373 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.374 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.205089+0000 mon.a (mon.0) 1484 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.205995+0000 mon.a (mon.0) 1485 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.206923+0000 mon.a (mon.0) 1486 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.207883+0000 mon.a (mon.0) 1487 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.208742+0000 mon.a (mon.0) 1488 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.209580+0000 mon.a (mon.0) 1489 : audit [DBG] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.210264+0000 mon.a (mon.0) 1490 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]: dispatch 2024-09-10T19:11:31.375 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.214533+0000 mon.a (mon.0) 1491 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588", "who": "global"}]': finished 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.215296+0000 mon.a (mon.0) 1492 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]: dispatch 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.220921+0000 mon.a (mon.0) 1493 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr"}]': finished 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.221685+0000 mon.a (mon.0) 1494 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.226627+0000 mon.a (mon.0) 1495 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon"}]': finished 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.227293+0000 mon.a (mon.0) 1496 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]: dispatch 2024-09-10T19:11:31.376 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.232499+0000 mon.a (mon.0) 1497 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.crash"}]': finished 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.377 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.378 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.379 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.233152+0000 mon.a (mon.0) 1498 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "osd"}]: dispatch 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.233631+0000 mon.a (mon.0) 1499 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mds"}]: dispatch 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.238420+0000 mon.a (mon.0) 1500 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mds"}]': finished 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.239024+0000 mon.a (mon.0) 1501 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rgw"}]: dispatch 2024-09-10T19:11:31.380 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.239533+0000 mon.a (mon.0) 1502 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]: dispatch 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.244554+0000 mon.a (mon.0) 1503 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.rbd-mirror"}]': finished 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.245146+0000 mon.a (mon.0) 1504 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.245601+0000 mon.a (mon.0) 1505 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]: dispatch 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.249921+0000 mon.a (mon.0) 1506 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.iscsi"}]': finished 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.250514+0000 mon.a (mon.0) 1507 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]: dispatch 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.256795+0000 mon.a (mon.0) 1508 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "client.nfs"}]': finished 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.257420+0000 mon.a (mon.0) 1509 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.381 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.257852+0000 mon.a (mon.0) 1510 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.258284+0000 mon.a (mon.0) 1511 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.258687+0000 mon.a (mon.0) 1512 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.259101+0000 mon.a (mon.0) 1513 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.259497+0000 mon.a (mon.0) 1514 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.259905+0000 mon.a (mon.0) 1515 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]: dispatch 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.264672+0000 mon.a (mon.0) 1516 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "mon_mds_skip_sanity", "who": "mon"}]': finished 2024-09-10T19:11:31.382 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.265473+0000 mon.a (mon.0) 1517 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]: dispatch 2024-09-10T19:11:31.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.268148+0000 mon.a (mon.0) 1518 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key del","key":"mgr/cephadm/upgrade_state"}]': finished 2024-09-10T19:11:31.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.270167+0000 mon.a (mon.0) 1519 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.273889+0000 mon.a (mon.0) 1520 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:31.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.341819+0000 mon.a (mon.0) 1521 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:11:31.383 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.344756+0000 mon.a (mon.0) 1522 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:11:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 bash[23187]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.283 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.343 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[23353]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.344 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.345 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.346 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 bash[26156]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.100055+0000 mgr.y (mgr.14916) 100 : cluster [DBG] pgmap v72: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.347 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.100229+0000 mgr.y (mgr.14916) 101 : cluster [DBG] pgmap v73: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.183659+0000 mgr.y (mgr.14916) 102 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T19:11:32.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:30.184699+0000 mgr.y (mgr.14916) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi145.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T19:11:32.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:11:30.210104+0000 mgr.y (mgr.14916) 104 : cephadm [INF] Upgrade: Finalizing container_image settings 2024-09-10T19:11:32.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cephadm 2024-09-10T19:11:30.265139+0000 mgr.y (mgr.14916) 105 : cephadm [INF] Upgrade: Complete! 2024-09-10T19:11:32.348 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.269222+0000 mgr.y (mgr.14916) 106 : cluster [DBG] pgmap v74: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.269396+0000 mgr.y (mgr.14916) 107 : cluster [DBG] pgmap v75: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.340725+0000 mgr.y (mgr.14916) 108 : cluster [DBG] pgmap v76: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:32.349 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:30.340880+0000 mgr.y (mgr.14916) 109 : cluster [DBG] pgmap v77: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:32 smithi145 bash[23187]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:32 smithi071 bash[23353]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:32 smithi071 bash[26156]: cluster 2024-09-10T19:11:32.341512+0000 mgr.y (mgr.14916) 110 : cluster [DBG] pgmap v78: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:33 smithi145 bash[23187]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:33 smithi145 bash[23187]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:34.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:33 smithi071 bash[23353]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:33 smithi071 bash[23353]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:34.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:34.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:33 smithi071 bash[26156]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:33 smithi071 bash[26156]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:34.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:33.716509+0000 mon.a (mon.0) 1523 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-09-10T19:11:34.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:11:33.720465+0000 mon.a (mon.0) 1524 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"915b60a8-602f-458f-bb17-c7d5e74607b7\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1725993963.746902, \"finished_at\": 1725995358.703066, \"add_to_ceph_s:\": 1725993951.7258954}, {\"id\": \"8db94277-1692-4fe5-919a-e6e620ffb339\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1725993981.5938282, \"finished_at\": 1725995358.7030728, \"add_to_ceph_s:\": 1725993970.6152625}, {\"id\": \"799fc8b6-024c-4c9b-950a-9156e267299c\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1725994019.6085083, \"finished_at\": 1725995358.7030754, \"add_to_ceph_s:\": 1725994009.626154}, {\"id\": \"6835b8fd-3875-4717-becd-7c82cd27aaee\", \"message\": \"Upgrade to 17.2.7-1606-g5be57395\", \"refs\": [], \"started_at\": 1725995373.2612844, \"finished_at\": 1725995490.2653124, \"add_to_ceph_s:\": true}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-09-10T19:11:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:34 smithi145 bash[23187]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.a[23381]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.342 INFO:journalctl@ceph.mon.a.smithi071.stdout:Sep 10 19:11:34 smithi071 bash[23353]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:34 smithi071 bash[26156]: cluster 2024-09-10T19:11:34.342208+0000 mgr.y (mgr.14916) 111 : cluster [DBG] pgmap v79: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:35.597 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T19:11:35.652 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:11:35.653 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T19:11:35.653 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T19:11:35.654 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.c 2024-09-10T19:11:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:35 smithi071 systemd[1]: Stopping Ceph mon.c for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:11:36.092 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:35 smithi071 bash[57584]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.c/unit.stop: No such file or directory 2024-09-10T19:11:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:36.342670+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:38.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:37 smithi145 bash[23187]: cluster 2024-09-10T19:11:36.342670+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:36.342670+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:37 smithi071 bash[26156]: cluster 2024-09-10T19:11:36.342670+0000 mgr.y (mgr.14916) 112 : cluster [DBG] pgmap v80: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:38.343227+0000 mgr.y (mgr.14916) 113 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:40.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:39 smithi145 bash[23187]: cluster 2024-09-10T19:11:38.343227+0000 mgr.y (mgr.14916) 113 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:40.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:38.343227+0000 mgr.y (mgr.14916) 113 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:40.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:39 smithi071 bash[26156]: cluster 2024-09-10T19:11:38.343227+0000 mgr.y (mgr.14916) 113 : cluster [DBG] pgmap v81: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:40.344187+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:42.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:41 smithi145 bash[23187]: cluster 2024-09-10T19:11:40.344187+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:42.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:40.344187+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:42.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:41 smithi071 bash[26156]: cluster 2024-09-10T19:11:40.344187+0000 mgr.y (mgr.14916) 114 : cluster [DBG] pgmap v82: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:42.344701+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:44.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:43 smithi145 bash[23187]: cluster 2024-09-10T19:11:42.344701+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:42.344701+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:43 smithi071 bash[26156]: cluster 2024-09-10T19:11:42.344701+0000 mgr.y (mgr.14916) 115 : cluster [DBG] pgmap v83: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:46.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:44.345545+0000 mgr.y (mgr.14916) 116 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:46.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:45 smithi145 bash[23187]: cluster 2024-09-10T19:11:44.345545+0000 mgr.y (mgr.14916) 116 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:45 smithi071 bash[26156]: cluster 2024-09-10T19:11:44.345545+0000 mgr.y (mgr.14916) 116 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:44.345545+0000 mgr.y (mgr.14916) 116 : cluster [DBG] pgmap v84: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:46.346038+0000 mgr.y (mgr.14916) 117 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:47 smithi145 bash[23187]: cluster 2024-09-10T19:11:46.346038+0000 mgr.y (mgr.14916) 117 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:46.346038+0000 mgr.y (mgr.14916) 117 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:47 smithi071 bash[26156]: cluster 2024-09-10T19:11:46.346038+0000 mgr.y (mgr.14916) 117 : cluster [DBG] pgmap v85: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:48.346416+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:49 smithi145 bash[23187]: cluster 2024-09-10T19:11:48.346416+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:50.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:48.346416+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:49 smithi071 bash[26156]: cluster 2024-09-10T19:11:48.346416+0000 mgr.y (mgr.14916) 118 : cluster [DBG] pgmap v86: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:50.347251+0000 mgr.y (mgr.14916) 119 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:52.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:51 smithi145 bash[23187]: cluster 2024-09-10T19:11:50.347251+0000 mgr.y (mgr.14916) 119 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:50.347251+0000 mgr.y (mgr.14916) 119 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:51 smithi071 bash[26156]: cluster 2024-09-10T19:11:50.347251+0000 mgr.y (mgr.14916) 119 : cluster [DBG] pgmap v87: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:52.347632+0000 mgr.y (mgr.14916) 120 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:54.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:53 smithi145 bash[23187]: cluster 2024-09-10T19:11:52.347632+0000 mgr.y (mgr.14916) 120 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:52.347632+0000 mgr.y (mgr.14916) 120 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:53 smithi071 bash[26156]: cluster 2024-09-10T19:11:52.347632+0000 mgr.y (mgr.14916) 120 : cluster [DBG] pgmap v88: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:56.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:54.348540+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:56.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:55 smithi145 bash[23187]: cluster 2024-09-10T19:11:54.348540+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:56.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:54.348540+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:55 smithi071 bash[26156]: cluster 2024-09-10T19:11:54.348540+0000 mgr.y (mgr.14916) 121 : cluster [DBG] pgmap v89: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:56.348981+0000 mgr.y (mgr.14916) 122 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:57 smithi145 bash[23187]: cluster 2024-09-10T19:11:56.348981+0000 mgr.y (mgr.14916) 122 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:56.348981+0000 mgr.y (mgr.14916) 122 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:11:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:57 smithi071 bash[26156]: cluster 2024-09-10T19:11:56.348981+0000 mgr.y (mgr.14916) 122 : cluster [DBG] pgmap v90: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:11:58.349358+0000 mgr.y (mgr.14916) 123 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:00.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:11:59 smithi145 bash[23187]: cluster 2024-09-10T19:11:58.349358+0000 mgr.y (mgr.14916) 123 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:11:58.349358+0000 mgr.y (mgr.14916) 123 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:00.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:11:59 smithi071 bash[26156]: cluster 2024-09-10T19:11:58.349358+0000 mgr.y (mgr.14916) 123 : cluster [DBG] pgmap v91: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:02.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:00.350096+0000 mgr.y (mgr.14916) 124 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:01 smithi145 bash[23187]: cluster 2024-09-10T19:12:00.350096+0000 mgr.y (mgr.14916) 124 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:02.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:00.350096+0000 mgr.y (mgr.14916) 124 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:02.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:01 smithi071 bash[26156]: cluster 2024-09-10T19:12:00.350096+0000 mgr.y (mgr.14916) 124 : cluster [DBG] pgmap v92: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:02.350475+0000 mgr.y (mgr.14916) 125 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:03 smithi145 bash[23187]: cluster 2024-09-10T19:12:02.350475+0000 mgr.y (mgr.14916) 125 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:02.350475+0000 mgr.y (mgr.14916) 125 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:03 smithi071 bash[26156]: cluster 2024-09-10T19:12:02.350475+0000 mgr.y (mgr.14916) 125 : cluster [DBG] pgmap v93: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:04.351270+0000 mgr.y (mgr.14916) 126 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.030 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:05 smithi145 bash[23187]: cluster 2024-09-10T19:12:04.351270+0000 mgr.y (mgr.14916) 126 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:04.351270+0000 mgr.y (mgr.14916) 126 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:05.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:05 smithi071 bash[26156]: cluster 2024-09-10T19:12:04.351270+0000 mgr.y (mgr.14916) 126 : cluster [DBG] pgmap v94: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:06.351745+0000 mgr.y (mgr.14916) 127 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:08.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:07 smithi145 bash[23187]: cluster 2024-09-10T19:12:06.351745+0000 mgr.y (mgr.14916) 127 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:06.351745+0000 mgr.y (mgr.14916) 127 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:07 smithi071 bash[26156]: cluster 2024-09-10T19:12:06.351745+0000 mgr.y (mgr.14916) 127 : cluster [DBG] pgmap v95: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:08.352203+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:09 smithi145 bash[23187]: cluster 2024-09-10T19:12:08.352203+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:10.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:08.352203+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:10.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:09 smithi071 bash[26156]: cluster 2024-09-10T19:12:08.352203+0000 mgr.y (mgr.14916) 128 : cluster [DBG] pgmap v96: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:10.352845+0000 mgr.y (mgr.14916) 129 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:11 smithi145 bash[23187]: cluster 2024-09-10T19:12:10.352845+0000 mgr.y (mgr.14916) 129 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:10.352845+0000 mgr.y (mgr.14916) 129 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:11 smithi071 bash[26156]: cluster 2024-09-10T19:12:10.352845+0000 mgr.y (mgr.14916) 129 : cluster [DBG] pgmap v97: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:12.353237+0000 mgr.y (mgr.14916) 130 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:14.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:13 smithi145 bash[23187]: cluster 2024-09-10T19:12:12.353237+0000 mgr.y (mgr.14916) 130 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:14.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:12.353237+0000 mgr.y (mgr.14916) 130 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:14.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:13 smithi071 bash[26156]: cluster 2024-09-10T19:12:12.353237+0000 mgr.y (mgr.14916) 130 : cluster [DBG] pgmap v98: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:14.354075+0000 mgr.y (mgr.14916) 131 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:16.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:15 smithi145 bash[23187]: cluster 2024-09-10T19:12:14.354075+0000 mgr.y (mgr.14916) 131 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:16.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:14.354075+0000 mgr.y (mgr.14916) 131 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:16.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:15 smithi071 bash[26156]: cluster 2024-09-10T19:12:14.354075+0000 mgr.y (mgr.14916) 131 : cluster [DBG] pgmap v99: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:16.354477+0000 mgr.y (mgr.14916) 132 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:18.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:17 smithi145 bash[23187]: cluster 2024-09-10T19:12:16.354477+0000 mgr.y (mgr.14916) 132 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:16.354477+0000 mgr.y (mgr.14916) 132 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:17 smithi071 bash[26156]: cluster 2024-09-10T19:12:16.354477+0000 mgr.y (mgr.14916) 132 : cluster [DBG] pgmap v100: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:18.670711+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:12:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:18.670986+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 bash[23187]: audit 2024-09-10T19:12:18.670711+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:12:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 bash[23187]: audit 2024-09-10T19:12:18.670986+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 bash[23187]: audit 2024-09-10T19:12:18.671212+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 bash[23187]: audit 2024-09-10T19:12:18.671419+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:12:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:18.671212+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:18.671419+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 bash[26156]: audit 2024-09-10T19:12:18.670711+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 bash[26156]: audit 2024-09-10T19:12:18.670986+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 bash[26156]: audit 2024-09-10T19:12:18.671212+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 bash[26156]: audit 2024-09-10T19:12:18.671419+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:18.670711+0000 mon.a (mon.0) 1525 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.5", "id": [7, 2]}]: dispatch 2024-09-10T19:12:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:18.670986+0000 mon.a (mon.0) 1526 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.e", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:18.671212+0000 mon.a (mon.0) 1527 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.10", "id": [1, 2]}]: dispatch 2024-09-10T19:12:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:18.671419+0000 mon.a (mon.0) 1528 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:12:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:18.354893+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:19 smithi145 bash[23187]: cluster 2024-09-10T19:12:18.354893+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:20.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:18.354893+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:20.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:19 smithi071 bash[26156]: cluster 2024-09-10T19:12:18.354893+0000 mgr.y (mgr.14916) 133 : cluster [DBG] pgmap v101: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:22.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:20.355663+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:22.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:21 smithi145 bash[23187]: cluster 2024-09-10T19:12:20.355663+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:22.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:20.355663+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:22.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:21 smithi071 bash[26156]: cluster 2024-09-10T19:12:20.355663+0000 mgr.y (mgr.14916) 134 : cluster [DBG] pgmap v102: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:22.356102+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:24.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:23 smithi145 bash[23187]: cluster 2024-09-10T19:12:22.356102+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:24.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:22.356102+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:24.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:23 smithi071 bash[26156]: cluster 2024-09-10T19:12:22.356102+0000 mgr.y (mgr.14916) 135 : cluster [DBG] pgmap v103: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:24.356738+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:26.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:25 smithi145 bash[23187]: cluster 2024-09-10T19:12:24.356738+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:24.356738+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:25 smithi071 bash[26156]: cluster 2024-09-10T19:12:24.356738+0000 mgr.y (mgr.14916) 136 : cluster [DBG] pgmap v104: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:26.357130+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:27 smithi145 bash[23187]: cluster 2024-09-10T19:12:26.357130+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:26.357130+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:27 smithi071 bash[26156]: cluster 2024-09-10T19:12:26.357130+0000 mgr.y (mgr.14916) 137 : cluster [DBG] pgmap v105: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:28.357595+0000 mgr.y (mgr.14916) 138 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:29 smithi145 bash[23187]: cluster 2024-09-10T19:12:28.357595+0000 mgr.y (mgr.14916) 138 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:28.357595+0000 mgr.y (mgr.14916) 138 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:29 smithi071 bash[26156]: cluster 2024-09-10T19:12:28.357595+0000 mgr.y (mgr.14916) 138 : cluster [DBG] pgmap v106: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:30.358365+0000 mgr.y (mgr.14916) 139 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:30.800671+0000 mgr.y (mgr.14916) 140 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 bash[23187]: cluster 2024-09-10T19:12:30.358365+0000 mgr.y (mgr.14916) 139 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 bash[23187]: cluster 2024-09-10T19:12:30.800671+0000 mgr.y (mgr.14916) 140 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 bash[23187]: cluster 2024-09-10T19:12:30.800828+0000 mgr.y (mgr.14916) 141 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 bash[23187]: audit 2024-09-10T19:12:30.801668+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:12:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 bash[23187]: audit 2024-09-10T19:12:30.805272+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:12:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:30.800828+0000 mgr.y (mgr.14916) 141 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:30.801668+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:12:31.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:12:30.805272+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:12:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 bash[26156]: cluster 2024-09-10T19:12:30.358365+0000 mgr.y (mgr.14916) 139 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 bash[26156]: cluster 2024-09-10T19:12:30.800671+0000 mgr.y (mgr.14916) 140 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 bash[26156]: cluster 2024-09-10T19:12:30.800828+0000 mgr.y (mgr.14916) 141 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 bash[26156]: audit 2024-09-10T19:12:30.801668+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:12:31.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 bash[26156]: audit 2024-09-10T19:12:30.805272+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:12:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:30.358365+0000 mgr.y (mgr.14916) 139 : cluster [DBG] pgmap v107: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:30.800671+0000 mgr.y (mgr.14916) 140 : cluster [DBG] pgmap v108: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:30.800828+0000 mgr.y (mgr.14916) 141 : cluster [DBG] pgmap v109: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:30.801668+0000 mon.a (mon.0) 1529 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:12:31.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:30 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:12:30.805272+0000 mon.a (mon.0) 1530 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:12:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:32.801220+0000 mgr.y (mgr.14916) 142 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:33 smithi145 bash[23187]: cluster 2024-09-10T19:12:32.801220+0000 mgr.y (mgr.14916) 142 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:34.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:33 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:32.801220+0000 mgr.y (mgr.14916) 142 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:34.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:33 smithi071 bash[26156]: cluster 2024-09-10T19:12:32.801220+0000 mgr.y (mgr.14916) 142 : cluster [DBG] pgmap v110: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:35 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:34.802059+0000 mgr.y (mgr.14916) 143 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:36.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:35 smithi145 bash[23187]: cluster 2024-09-10T19:12:34.802059+0000 mgr.y (mgr.14916) 143 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:36.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:35 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:34.802059+0000 mgr.y (mgr.14916) 143 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:36.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:35 smithi071 bash[26156]: cluster 2024-09-10T19:12:34.802059+0000 mgr.y (mgr.14916) 143 : cluster [DBG] pgmap v111: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:37 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:36.802640+0000 mgr.y (mgr.14916) 144 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:38.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:37 smithi145 bash[23187]: cluster 2024-09-10T19:12:36.802640+0000 mgr.y (mgr.14916) 144 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:37 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:36.802640+0000 mgr.y (mgr.14916) 144 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:38.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:37 smithi071 bash[26156]: cluster 2024-09-10T19:12:36.802640+0000 mgr.y (mgr.14916) 144 : cluster [DBG] pgmap v112: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:40.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:39 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:38.803282+0000 mgr.y (mgr.14916) 145 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:40.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:39 smithi145 bash[23187]: cluster 2024-09-10T19:12:38.803282+0000 mgr.y (mgr.14916) 145 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:40.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:39 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:38.803282+0000 mgr.y (mgr.14916) 145 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:40.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:39 smithi071 bash[26156]: cluster 2024-09-10T19:12:38.803282+0000 mgr.y (mgr.14916) 145 : cluster [DBG] pgmap v113: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:42.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:41 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:40.803712+0000 mgr.y (mgr.14916) 146 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:42.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:41 smithi145 bash[23187]: cluster 2024-09-10T19:12:40.803712+0000 mgr.y (mgr.14916) 146 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:42.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:41 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:40.803712+0000 mgr.y (mgr.14916) 146 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:42.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:41 smithi071 bash[26156]: cluster 2024-09-10T19:12:40.803712+0000 mgr.y (mgr.14916) 146 : cluster [DBG] pgmap v114: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:44.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:43 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:42.804237+0000 mgr.y (mgr.14916) 147 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:44.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:43 smithi145 bash[23187]: cluster 2024-09-10T19:12:42.804237+0000 mgr.y (mgr.14916) 147 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:43 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:42.804237+0000 mgr.y (mgr.14916) 147 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:44.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:43 smithi071 bash[26156]: cluster 2024-09-10T19:12:42.804237+0000 mgr.y (mgr.14916) 147 : cluster [DBG] pgmap v115: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:46.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:45 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:44.805058+0000 mgr.y (mgr.14916) 148 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:46.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:45 smithi145 bash[23187]: cluster 2024-09-10T19:12:44.805058+0000 mgr.y (mgr.14916) 148 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:45 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:44.805058+0000 mgr.y (mgr.14916) 148 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:46.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:45 smithi071 bash[26156]: cluster 2024-09-10T19:12:44.805058+0000 mgr.y (mgr.14916) 148 : cluster [DBG] pgmap v116: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:48.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:47 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:46.805562+0000 mgr.y (mgr.14916) 149 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:48.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:47 smithi145 bash[23187]: cluster 2024-09-10T19:12:46.805562+0000 mgr.y (mgr.14916) 149 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:47 smithi071 bash[26156]: cluster 2024-09-10T19:12:46.805562+0000 mgr.y (mgr.14916) 149 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:48.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:47 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:46.805562+0000 mgr.y (mgr.14916) 149 : cluster [DBG] pgmap v117: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:50.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:49 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:48.806220+0000 mgr.y (mgr.14916) 150 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:50.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:49 smithi145 bash[23187]: cluster 2024-09-10T19:12:48.806220+0000 mgr.y (mgr.14916) 150 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:50.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:49 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:48.806220+0000 mgr.y (mgr.14916) 150 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:50.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:49 smithi071 bash[26156]: cluster 2024-09-10T19:12:48.806220+0000 mgr.y (mgr.14916) 150 : cluster [DBG] pgmap v118: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:52.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:51 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:50.806578+0000 mgr.y (mgr.14916) 151 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:52.284 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:51 smithi145 bash[23187]: cluster 2024-09-10T19:12:50.806578+0000 mgr.y (mgr.14916) 151 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:51 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:50.806578+0000 mgr.y (mgr.14916) 151 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:52.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:51 smithi071 bash[26156]: cluster 2024-09-10T19:12:50.806578+0000 mgr.y (mgr.14916) 151 : cluster [DBG] pgmap v119: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:54.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:53 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:52.807023+0000 mgr.y (mgr.14916) 152 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:54.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:53 smithi145 bash[23187]: cluster 2024-09-10T19:12:52.807023+0000 mgr.y (mgr.14916) 152 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:53 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:52.807023+0000 mgr.y (mgr.14916) 152 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:54.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:53 smithi071 bash[26156]: cluster 2024-09-10T19:12:52.807023+0000 mgr.y (mgr.14916) 152 : cluster [DBG] pgmap v120: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:56.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:55 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:54.807756+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:56.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:55 smithi145 bash[23187]: cluster 2024-09-10T19:12:54.807756+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:55 smithi071 bash[26156]: cluster 2024-09-10T19:12:54.807756+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:56.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:55 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:54.807756+0000 mgr.y (mgr.14916) 153 : cluster [DBG] pgmap v121: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:58.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:57 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:56.808261+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:58.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:57 smithi145 bash[23187]: cluster 2024-09-10T19:12:56.808261+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:57 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:56.808261+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:58.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:57 smithi071 bash[26156]: cluster 2024-09-10T19:12:56.808261+0000 mgr.y (mgr.14916) 154 : cluster [DBG] pgmap v122: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:12:58.808964+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:12:58 smithi145 bash[23187]: cluster 2024-09-10T19:12:58.808964+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:58 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:12:58.808964+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:12:59.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:12:58 smithi071 bash[26156]: cluster 2024-09-10T19:12:58.808964+0000 mgr.y (mgr.14916) 155 : cluster [DBG] pgmap v123: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:01 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:00.809302+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:02.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:01 smithi145 bash[23187]: cluster 2024-09-10T19:13:00.809302+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:02.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:01 smithi071 bash[26156]: cluster 2024-09-10T19:13:00.809302+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:02.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:01 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:00.809302+0000 mgr.y (mgr.14916) 156 : cluster [DBG] pgmap v124: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:03 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:02.809876+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:04.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:03 smithi145 bash[23187]: cluster 2024-09-10T19:13:02.809876+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:03 smithi071 bash[26156]: cluster 2024-09-10T19:13:02.809876+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:04.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:03 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:02.809876+0000 mgr.y (mgr.14916) 157 : cluster [DBG] pgmap v125: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:05 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:04.810557+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:05 smithi145 bash[23187]: cluster 2024-09-10T19:13:04.810557+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:05 smithi071 bash[26156]: cluster 2024-09-10T19:13:04.810557+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:06.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:05 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:04.810557+0000 mgr.y (mgr.14916) 158 : cluster [DBG] pgmap v126: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:08.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:07 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:06.810964+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:08.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:07 smithi145 bash[23187]: cluster 2024-09-10T19:13:06.810964+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:07 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:06.810964+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:08.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:07 smithi071 bash[26156]: cluster 2024-09-10T19:13:06.810964+0000 mgr.y (mgr.14916) 159 : cluster [DBG] pgmap v127: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:10.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:09 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:08.811624+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:10.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:09 smithi145 bash[23187]: cluster 2024-09-10T19:13:08.811624+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:10.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:09 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:08.811624+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:10.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:09 smithi071 bash[26156]: cluster 2024-09-10T19:13:08.811624+0000 mgr.y (mgr.14916) 160 : cluster [DBG] pgmap v128: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:12.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:11 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:10.812045+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:12.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:11 smithi145 bash[23187]: cluster 2024-09-10T19:13:10.812045+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:12.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:11 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:10.812045+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:12.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:11 smithi071 bash[26156]: cluster 2024-09-10T19:13:10.812045+0000 mgr.y (mgr.14916) 161 : cluster [DBG] pgmap v129: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:14.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:12.812401+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:14.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:13 smithi145 bash[23187]: cluster 2024-09-10T19:13:12.812401+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:14.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:13 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:12.812401+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:14.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:13 smithi071 bash[26156]: cluster 2024-09-10T19:13:12.812401+0000 mgr.y (mgr.14916) 162 : cluster [DBG] pgmap v130: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:16.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:15 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:14.813222+0000 mgr.y (mgr.14916) 163 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:16.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:15 smithi145 bash[23187]: cluster 2024-09-10T19:13:14.813222+0000 mgr.y (mgr.14916) 163 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:16.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:15 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:14.813222+0000 mgr.y (mgr.14916) 163 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:16.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:15 smithi071 bash[26156]: cluster 2024-09-10T19:13:14.813222+0000 mgr.y (mgr.14916) 163 : cluster [DBG] pgmap v131: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:18.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:17 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:16.813635+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:18.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:17 smithi145 bash[23187]: cluster 2024-09-10T19:13:16.813635+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:17 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:16.813635+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:18.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:17 smithi071 bash[26156]: cluster 2024-09-10T19:13:16.813635+0000 mgr.y (mgr.14916) 164 : cluster [DBG] pgmap v132: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:18.674595+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:13:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:18.674837+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 bash[23187]: audit 2024-09-10T19:13:18.674595+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:13:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 bash[23187]: audit 2024-09-10T19:13:18.674837+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 bash[23187]: audit 2024-09-10T19:13:18.675049+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-10T19:13:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 bash[23187]: audit 2024-09-10T19:13:18.675239+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 bash[23187]: audit 2024-09-10T19:13:18.675484+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [3, 2]}]: dispatch 2024-09-10T19:13:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:18.675049+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-10T19:13:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:18.675239+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:18.675484+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [3, 2]}]: dispatch 2024-09-10T19:13:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 bash[26156]: audit 2024-09-10T19:13:18.674595+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:13:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 bash[26156]: audit 2024-09-10T19:13:18.674837+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 bash[26156]: audit 2024-09-10T19:13:18.675049+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-10T19:13:19.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 bash[26156]: audit 2024-09-10T19:13:18.675239+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 bash[26156]: audit 2024-09-10T19:13:18.675484+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [3, 2]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:18.674595+0000 mon.a (mon.0) 1531 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1a", "id": [7, 2]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:18.674837+0000 mon.a (mon.0) 1532 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:18.675049+0000 mon.a (mon.0) 1533 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.d", "id": [1, 0]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:18.675239+0000 mon.a (mon.0) 1534 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:13:19.343 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:18 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:18.675484+0000 mon.a (mon.0) 1535 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.17", "id": [3, 2]}]: dispatch 2024-09-10T19:13:20.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:19 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:18.814482+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:20.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:19 smithi145 bash[23187]: cluster 2024-09-10T19:13:18.814482+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:20.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:19 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:18.814482+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:20.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:19 smithi071 bash[26156]: cluster 2024-09-10T19:13:18.814482+0000 mgr.y (mgr.14916) 165 : cluster [DBG] pgmap v133: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:21 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:20.814899+0000 mgr.y (mgr.14916) 166 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:21 smithi145 bash[23187]: cluster 2024-09-10T19:13:20.814899+0000 mgr.y (mgr.14916) 166 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:21 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:20.814899+0000 mgr.y (mgr.14916) 166 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:21.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:21 smithi071 bash[26156]: cluster 2024-09-10T19:13:20.814899+0000 mgr.y (mgr.14916) 166 : cluster [DBG] pgmap v134: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:22.815329+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:24.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:23 smithi145 bash[23187]: cluster 2024-09-10T19:13:22.815329+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:24.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:23 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:22.815329+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:24.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:23 smithi071 bash[26156]: cluster 2024-09-10T19:13:22.815329+0000 mgr.y (mgr.14916) 167 : cluster [DBG] pgmap v135: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:26.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:25 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:24.816028+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:26.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:25 smithi145 bash[23187]: cluster 2024-09-10T19:13:24.816028+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:25 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:24.816028+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:26.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:25 smithi071 bash[26156]: cluster 2024-09-10T19:13:24.816028+0000 mgr.y (mgr.14916) 168 : cluster [DBG] pgmap v136: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:27 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:26.816553+0000 mgr.y (mgr.14916) 169 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:28.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:27 smithi145 bash[23187]: cluster 2024-09-10T19:13:26.816553+0000 mgr.y (mgr.14916) 169 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:27 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:26.816553+0000 mgr.y (mgr.14916) 169 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:28.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:27 smithi071 bash[26156]: cluster 2024-09-10T19:13:26.816553+0000 mgr.y (mgr.14916) 169 : cluster [DBG] pgmap v137: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:29 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:28.817318+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:29 smithi145 bash[23187]: cluster 2024-09-10T19:13:28.817318+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:29 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:28.817318+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:30.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:29 smithi071 bash[26156]: cluster 2024-09-10T19:13:28.817318+0000 mgr.y (mgr.14916) 170 : cluster [DBG] pgmap v138: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:30.817690+0000 mgr.y (mgr.14916) 171 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:31.287012+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:13:32.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 bash[23187]: cluster 2024-09-10T19:13:30.817690+0000 mgr.y (mgr.14916) 171 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 bash[23187]: audit 2024-09-10T19:13:31.287012+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:13:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 bash[23187]: audit 2024-09-10T19:13:31.290372+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:13:32.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:31 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:13:31.290372+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:30.817690+0000 mgr.y (mgr.14916) 171 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:31.287012+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 bash[26156]: cluster 2024-09-10T19:13:30.817690+0000 mgr.y (mgr.14916) 171 : cluster [DBG] pgmap v139: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 bash[26156]: audit 2024-09-10T19:13:31.287012+0000 mon.a (mon.0) 1536 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 bash[26156]: audit 2024-09-10T19:13:31.290372+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:13:32.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:31 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: audit 2024-09-10T19:13:31.290372+0000 mon.a (mon.0) 1537 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:13:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:31.285764+0000 mgr.y (mgr.14916) 172 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:31.285934+0000 mgr.y (mgr.14916) 173 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:32 smithi145 bash[23187]: cluster 2024-09-10T19:13:31.285764+0000 mgr.y (mgr.14916) 172 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:32 smithi145 bash[23187]: cluster 2024-09-10T19:13:31.285934+0000 mgr.y (mgr.14916) 173 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:31.285764+0000 mgr.y (mgr.14916) 172 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:32 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:31.285934+0000 mgr.y (mgr.14916) 173 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:32 smithi071 bash[26156]: cluster 2024-09-10T19:13:31.285764+0000 mgr.y (mgr.14916) 172 : cluster [DBG] pgmap v140: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:33.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:32 smithi071 bash[26156]: cluster 2024-09-10T19:13:31.285934+0000 mgr.y (mgr.14916) 173 : cluster [DBG] pgmap v141: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:33.286274+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:34 smithi145 bash[23187]: cluster 2024-09-10T19:13:33.286274+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.341 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:34 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.c[26176]: cluster 2024-09-10T19:13:33.286274+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.342 INFO:journalctl@ceph.mon.c.smithi071.stdout:Sep 10 19:13:34 smithi071 bash[26156]: cluster 2024-09-10T19:13:33.286274+0000 mgr.y (mgr.14916) 174 : cluster [DBG] pgmap v142: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:35.847 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T19:13:35.891 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:13:35.891 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T19:13:35.892 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-09-10T19:13:35.892 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.b 2024-09-10T19:13:36.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:35 smithi145 systemd[1]: Stopping Ceph mon.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:13:36.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:35 smithi145 bash[50820]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/mon.b/unit.stop: No such file or directory 2024-09-10T19:13:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:35.287042+0000 mgr.y (mgr.14916) 175 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:37.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:36 smithi145 bash[23187]: cluster 2024-09-10T19:13:35.287042+0000 mgr.y (mgr.14916) 175 : cluster [DBG] pgmap v143: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:37.287576+0000 mgr.y (mgr.14916) 176 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:39.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:38 smithi145 bash[23187]: cluster 2024-09-10T19:13:37.287576+0000 mgr.y (mgr.14916) 176 : cluster [DBG] pgmap v144: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:39.288491+0000 mgr.y (mgr.14916) 177 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:41.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:40 smithi145 bash[23187]: cluster 2024-09-10T19:13:39.288491+0000 mgr.y (mgr.14916) 177 : cluster [DBG] pgmap v145: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:43.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:41.288988+0000 mgr.y (mgr.14916) 178 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:42 smithi145 bash[23187]: cluster 2024-09-10T19:13:41.288988+0000 mgr.y (mgr.14916) 178 : cluster [DBG] pgmap v146: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:43.289376+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:45.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:44 smithi145 bash[23187]: cluster 2024-09-10T19:13:43.289376+0000 mgr.y (mgr.14916) 179 : cluster [DBG] pgmap v147: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:45.290013+0000 mgr.y (mgr.14916) 180 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:46 smithi145 bash[23187]: cluster 2024-09-10T19:13:45.290013+0000 mgr.y (mgr.14916) 180 : cluster [DBG] pgmap v148: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:47.290469+0000 mgr.y (mgr.14916) 181 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:48 smithi145 bash[23187]: cluster 2024-09-10T19:13:47.290469+0000 mgr.y (mgr.14916) 181 : cluster [DBG] pgmap v149: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:51.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:49.291247+0000 mgr.y (mgr.14916) 182 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:51.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:50 smithi145 bash[23187]: cluster 2024-09-10T19:13:49.291247+0000 mgr.y (mgr.14916) 182 : cluster [DBG] pgmap v150: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:51.291727+0000 mgr.y (mgr.14916) 183 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:53.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:52 smithi145 bash[23187]: cluster 2024-09-10T19:13:51.291727+0000 mgr.y (mgr.14916) 183 : cluster [DBG] pgmap v151: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:53.292164+0000 mgr.y (mgr.14916) 184 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:55.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:54 smithi145 bash[23187]: cluster 2024-09-10T19:13:53.292164+0000 mgr.y (mgr.14916) 184 : cluster [DBG] pgmap v152: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:55.292846+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:56 smithi145 bash[23187]: cluster 2024-09-10T19:13:55.292846+0000 mgr.y (mgr.14916) 185 : cluster [DBG] pgmap v153: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:57.293270+0000 mgr.y (mgr.14916) 186 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:13:59.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:13:58 smithi145 bash[23187]: cluster 2024-09-10T19:13:57.293270+0000 mgr.y (mgr.14916) 186 : cluster [DBG] pgmap v154: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:01.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:00 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:13:59.294141+0000 mgr.y (mgr.14916) 187 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:01.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:00 smithi145 bash[23187]: cluster 2024-09-10T19:13:59.294141+0000 mgr.y (mgr.14916) 187 : cluster [DBG] pgmap v155: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:01.294539+0000 mgr.y (mgr.14916) 188 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:02 smithi145 bash[23187]: cluster 2024-09-10T19:14:01.294539+0000 mgr.y (mgr.14916) 188 : cluster [DBG] pgmap v156: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:03.295136+0000 mgr.y (mgr.14916) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:05.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:04 smithi145 bash[23187]: cluster 2024-09-10T19:14:03.295136+0000 mgr.y (mgr.14916) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:06.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:05.295920+0000 mgr.y (mgr.14916) 190 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:06.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:06 smithi145 bash[23187]: cluster 2024-09-10T19:14:05.295920+0000 mgr.y (mgr.14916) 190 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:07.296315+0000 mgr.y (mgr.14916) 191 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:08 smithi145 bash[23187]: cluster 2024-09-10T19:14:07.296315+0000 mgr.y (mgr.14916) 191 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:09.297077+0000 mgr.y (mgr.14916) 192 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:10 smithi145 bash[23187]: cluster 2024-09-10T19:14:09.297077+0000 mgr.y (mgr.14916) 192 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:11.297505+0000 mgr.y (mgr.14916) 193 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:13.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:12 smithi145 bash[23187]: cluster 2024-09-10T19:14:11.297505+0000 mgr.y (mgr.14916) 193 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:13.298076+0000 mgr.y (mgr.14916) 194 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:15.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:14 smithi145 bash[23187]: cluster 2024-09-10T19:14:13.298076+0000 mgr.y (mgr.14916) 194 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:17.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:15.298845+0000 mgr.y (mgr.14916) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:17.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:16 smithi145 bash[23187]: cluster 2024-09-10T19:14:15.298845+0000 mgr.y (mgr.14916) 195 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:17.299343+0000 mgr.y (mgr.14916) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:18.678731+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:14:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 bash[23187]: cluster 2024-09-10T19:14:17.299343+0000 mgr.y (mgr.14916) 196 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 bash[23187]: audit 2024-09-10T19:14:18.678731+0000 mon.a (mon.0) 1538 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1c", "id": [7, 4]}]: dispatch 2024-09-10T19:14:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 bash[23187]: audit 2024-09-10T19:14:18.679025+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:14:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 bash[23187]: audit 2024-09-10T19:14:18.679254+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:14:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 bash[23187]: audit 2024-09-10T19:14:18.679481+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:14:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:18.679025+0000 mon.a (mon.0) 1539 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-09-10T19:14:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:18.679254+0000 mon.a (mon.0) 1540 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-09-10T19:14:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:18.679481+0000 mon.a (mon.0) 1541 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:14:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:19.300033+0000 mgr.y (mgr.14916) 197 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:20 smithi145 bash[23187]: cluster 2024-09-10T19:14:19.300033+0000 mgr.y (mgr.14916) 197 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:21.300482+0000 mgr.y (mgr.14916) 198 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:22 smithi145 bash[23187]: cluster 2024-09-10T19:14:21.300482+0000 mgr.y (mgr.14916) 198 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:25.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:24 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:23.301022+0000 mgr.y (mgr.14916) 199 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:25.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:24 smithi145 bash[23187]: cluster 2024-09-10T19:14:23.301022+0000 mgr.y (mgr.14916) 199 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:25.301825+0000 mgr.y (mgr.14916) 200 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:27.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:26 smithi145 bash[23187]: cluster 2024-09-10T19:14:25.301825+0000 mgr.y (mgr.14916) 200 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:27.302396+0000 mgr.y (mgr.14916) 201 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:28 smithi145 bash[23187]: cluster 2024-09-10T19:14:27.302396+0000 mgr.y (mgr.14916) 201 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:30.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:29.303263+0000 mgr.y (mgr.14916) 202 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:30.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:30 smithi145 bash[23187]: cluster 2024-09-10T19:14:29.303263+0000 mgr.y (mgr.14916) 202 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.780 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:31.303700+0000 mgr.y (mgr.14916) 203 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 bash[23187]: cluster 2024-09-10T19:14:31.303700+0000 mgr.y (mgr.14916) 203 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 bash[23187]: cluster 2024-09-10T19:14:31.753303+0000 mgr.y (mgr.14916) 204 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 bash[23187]: cluster 2024-09-10T19:14:31.753477+0000 mgr.y (mgr.14916) 205 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 bash[23187]: audit 2024-09-10T19:14:31.754340+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:14:32.781 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 bash[23187]: audit 2024-09-10T19:14:31.757548+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:14:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:31.753303+0000 mgr.y (mgr.14916) 204 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:31.753477+0000 mgr.y (mgr.14916) 205 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:31.754340+0000 mon.a (mon.0) 1542 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:14:32.782 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:14:31.757548+0000 mon.a (mon.0) 1543 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:14:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:34 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:33.754072+0000 mgr.y (mgr.14916) 206 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:35.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:34 smithi145 bash[23187]: cluster 2024-09-10T19:14:33.754072+0000 mgr.y (mgr.14916) 206 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:37.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:36 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:35.754615+0000 mgr.y (mgr.14916) 207 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:37.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:36 smithi145 bash[23187]: cluster 2024-09-10T19:14:35.754615+0000 mgr.y (mgr.14916) 207 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:39.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:38 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:37.755242+0000 mgr.y (mgr.14916) 208 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:39.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:38 smithi145 bash[23187]: cluster 2024-09-10T19:14:37.755242+0000 mgr.y (mgr.14916) 208 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:41.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:40 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:39.755989+0000 mgr.y (mgr.14916) 209 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:41.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:40 smithi145 bash[23187]: cluster 2024-09-10T19:14:39.755989+0000 mgr.y (mgr.14916) 209 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:43.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:42 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:41.756368+0000 mgr.y (mgr.14916) 210 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:43.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:42 smithi145 bash[23187]: cluster 2024-09-10T19:14:41.756368+0000 mgr.y (mgr.14916) 210 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:45.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:44 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:43.756961+0000 mgr.y (mgr.14916) 211 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:45.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:44 smithi145 bash[23187]: cluster 2024-09-10T19:14:43.756961+0000 mgr.y (mgr.14916) 211 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:47.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:46 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:45.757351+0000 mgr.y (mgr.14916) 212 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:47.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:46 smithi145 bash[23187]: cluster 2024-09-10T19:14:45.757351+0000 mgr.y (mgr.14916) 212 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:49.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:48 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:47.757760+0000 mgr.y (mgr.14916) 213 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:49.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:48 smithi145 bash[23187]: cluster 2024-09-10T19:14:47.757760+0000 mgr.y (mgr.14916) 213 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:51.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:49.758512+0000 mgr.y (mgr.14916) 214 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:51.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:50 smithi145 bash[23187]: cluster 2024-09-10T19:14:49.758512+0000 mgr.y (mgr.14916) 214 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:53.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:52 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:51.758925+0000 mgr.y (mgr.14916) 215 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:53.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:52 smithi145 bash[23187]: cluster 2024-09-10T19:14:51.758925+0000 mgr.y (mgr.14916) 215 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:55.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:54 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:53.759796+0000 mgr.y (mgr.14916) 216 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:55.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:54 smithi145 bash[23187]: cluster 2024-09-10T19:14:53.759796+0000 mgr.y (mgr.14916) 216 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:57.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:56 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:55.760292+0000 mgr.y (mgr.14916) 217 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:57.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:56 smithi145 bash[23187]: cluster 2024-09-10T19:14:55.760292+0000 mgr.y (mgr.14916) 217 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:59.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:58 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:57.760703+0000 mgr.y (mgr.14916) 218 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:14:59.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:58 smithi145 bash[23187]: cluster 2024-09-10T19:14:57.760703+0000 mgr.y (mgr.14916) 218 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:00.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:59 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:14:59.761459+0000 mgr.y (mgr.14916) 219 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:00.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:14:59 smithi145 bash[23187]: cluster 2024-09-10T19:14:59.761459+0000 mgr.y (mgr.14916) 219 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:03.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:02 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:01.761900+0000 mgr.y (mgr.14916) 220 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:03.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:02 smithi145 bash[23187]: cluster 2024-09-10T19:15:01.761900+0000 mgr.y (mgr.14916) 220 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:04 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:03.762543+0000 mgr.y (mgr.14916) 221 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:05.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:04 smithi145 bash[23187]: cluster 2024-09-10T19:15:03.762543+0000 mgr.y (mgr.14916) 221 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:07.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:06 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:05.763106+0000 mgr.y (mgr.14916) 222 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:07.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:06 smithi145 bash[23187]: cluster 2024-09-10T19:15:05.763106+0000 mgr.y (mgr.14916) 222 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:09.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:08 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:07.763628+0000 mgr.y (mgr.14916) 223 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:09.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:08 smithi145 bash[23187]: cluster 2024-09-10T19:15:07.763628+0000 mgr.y (mgr.14916) 223 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:11.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:10 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:09.764576+0000 mgr.y (mgr.14916) 224 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:11.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:10 smithi145 bash[23187]: cluster 2024-09-10T19:15:09.764576+0000 mgr.y (mgr.14916) 224 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:13.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:12 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:11.765032+0000 mgr.y (mgr.14916) 225 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:13.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:12 smithi145 bash[23187]: cluster 2024-09-10T19:15:11.765032+0000 mgr.y (mgr.14916) 225 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:13.765735+0000 mgr.y (mgr.14916) 226 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:15.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:14 smithi145 bash[23187]: cluster 2024-09-10T19:15:13.765735+0000 mgr.y (mgr.14916) 226 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:17.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:16 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:15.766160+0000 mgr.y (mgr.14916) 227 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:17.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:16 smithi145 bash[23187]: cluster 2024-09-10T19:15:15.766160+0000 mgr.y (mgr.14916) 227 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:17.766704+0000 mgr.y (mgr.14916) 228 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:18.682512+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 bash[23187]: cluster 2024-09-10T19:15:17.766704+0000 mgr.y (mgr.14916) 228 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 bash[23187]: audit 2024-09-10T19:15:18.682512+0000 mon.a (mon.0) 1544 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.1f", "id": [7, 2]}]: dispatch 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 bash[23187]: audit 2024-09-10T19:15:18.682782+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 bash[23187]: audit 2024-09-10T19:15:18.683004+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:15:19.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 bash[23187]: audit 2024-09-10T19:15:18.683197+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:15:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:18.682782+0000 mon.a (mon.0) 1545 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-09-10T19:15:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:18.683004+0000 mon.a (mon.0) 1546 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1c", "id": [1, 5]}]: dispatch 2024-09-10T19:15:19.282 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:18 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:18.683197+0000 mon.a (mon.0) 1547 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-09-10T19:15:21.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:20 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:19.767412+0000 mgr.y (mgr.14916) 229 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:21.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:20 smithi145 bash[23187]: cluster 2024-09-10T19:15:19.767412+0000 mgr.y (mgr.14916) 229 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:23.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:22 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:21.767827+0000 mgr.y (mgr.14916) 230 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:23.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:22 smithi145 bash[23187]: cluster 2024-09-10T19:15:21.767827+0000 mgr.y (mgr.14916) 230 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:24.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:23 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:23.768523+0000 mgr.y (mgr.14916) 231 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:24.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:23 smithi145 bash[23187]: cluster 2024-09-10T19:15:23.768523+0000 mgr.y (mgr.14916) 231 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:27.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:26 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:25.768948+0000 mgr.y (mgr.14916) 232 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:27.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:26 smithi145 bash[23187]: cluster 2024-09-10T19:15:25.768948+0000 mgr.y (mgr.14916) 232 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:29.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:28 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:27.769375+0000 mgr.y (mgr.14916) 233 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:29.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:28 smithi145 bash[23187]: cluster 2024-09-10T19:15:27.769375+0000 mgr.y (mgr.14916) 233 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:31.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:30 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:29.770174+0000 mgr.y (mgr.14916) 234 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:31.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:30 smithi145 bash[23187]: cluster 2024-09-10T19:15:29.770174+0000 mgr.y (mgr.14916) 234 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:31.770620+0000 mgr.y (mgr.14916) 235 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:32.214185+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:15:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 bash[23187]: cluster 2024-09-10T19:15:31.770620+0000 mgr.y (mgr.14916) 235 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 bash[23187]: audit 2024-09-10T19:15:32.214185+0000 mon.a (mon.0) 1548 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-09-10T19:15:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 bash[23187]: audit 2024-09-10T19:15:32.219579+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:15:33.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:32 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: audit 2024-09-10T19:15:32.219579+0000 mon.a (mon.0) 1549 : audit [INF] from='mgr.14916 172.21.15.71:0/2797352740' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-09-10T19:15:34.280 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:33 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mon.b[23206]: cluster 2024-09-10T19:15:32.213484+0000 mgr.y (mgr.14916) 236 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:34.281 INFO:journalctl@ceph.mon.b.smithi145.stdout:Sep 10 19:15:33 smithi145 bash[23187]: cluster 2024-09-10T19:15:32.213484+0000 mgr.y (mgr.14916) 236 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 584 KiB data, 8.1 MiB used, 707 GiB / 715 GiB avail 2024-09-10T19:15:36.036 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T19:15:36.097 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:15:36.098 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-09-10T19:15:36.098 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-09-10T19:15:36.098 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y 2024-09-10T19:15:36.342 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:15:36 smithi071 systemd[1]: Stopping Ceph mgr.y for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:15:36.678 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:15:36 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y[45813]: 2024-09-10T19:15:36.393+0000 7f3107605640 -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-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T19:15:36.678 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:15:36 smithi071 podman[58185]: 2024-09-10 19:15:36.424876003 +0000 UTC m=+0.124712165 container died 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:15:37.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:15:36 smithi071 podman[58185]: 2024-09-10 19:15:36.826743956 +0000 UTC m=+0.526580122 container cleanup 96dbc13578158374cdc210c19ede0236d89184c9934c1b3aa652037277ad9dde (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T19:15:37.092 INFO:journalctl@ceph.mgr.y.smithi071.stdout:Sep 10 19:15:36 smithi071 bash[58185]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-y 2024-09-10T19:15:37.251 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.y.service' 2024-09-10T19:15:37.288 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:15:37.289 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-09-10T19:15:37.289 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-09-10T19:15:37.289 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x 2024-09-10T19:15:37.637 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:37 smithi145 systemd[1]: Stopping Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:15:37.917 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:37 smithi145 podman[51146]: 2024-09-10 19:15:37.636075122 +0000 UTC m=+0.146505779 container died a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T19:15:38.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 podman[51146]: 2024-09-10 19:15:38.065446284 +0000 UTC m=+0.575876927 container cleanup a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T19:15:38.280 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 bash[51146]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x 2024-09-10T19:15:38.541 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service' 2024-09-10T19:15:38.563 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 podman[51161]: 2024-09-10 19:15:38.291987848 +0000 UTC m=+0.650196721 container remove a583e0ca26026c50ce114f51c482002a620e456160a251446fa1c743ded6b940 (image=quay.ceph.io/ceph-ci/ceph:5be57395ea235535910512ae73ba8e7ff25fe588, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-mgr-x, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-guits-quincy-2024-09-09-1810-quincy-5be5739, org.label-schema.build-date=20240731, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-10T19:15:38.564 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:15:38.564 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Failed with result 'exit-code'. 2024-09-10T19:15:38.564 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 systemd[1]: Stopped Ceph mgr.x for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:15:38.564 INFO:journalctl@ceph.mgr.x.smithi145.stdout:Sep 10 19:15:38 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@mgr.x.service: Consumed 6.065s CPU time. 2024-09-10T19:15:38.577 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:15:38.578 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-09-10T19:15:38.578 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T19:15:38.578 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.0 2024-09-10T19:15:38.859 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 systemd[1]: Stopping Ceph osd.0 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:15:38.860 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 bash[58282]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.0/unit.stop: No such file or directory 2024-09-10T19:15:38.860 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 podman[58284]: 2024-09-10 19:15:38.746430233 +0000 UTC m=+0.109412193 container create 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Base Image) 2024-09-10T19:15:38.860 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 podman[58284]: 2024-09-10 19:15:38.655422424 +0000 UTC m=+0.018404390 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:15:39.185 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 podman[58284]: 2024-09-10 19:15:38.957097064 +0000 UTC m=+0.320079021 container init 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.build-date=20200114, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau ) 2024-09-10T19:15:39.186 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:38 smithi071 podman[58284]: 2024-09-10 19:15:38.960477427 +0000 UTC m=+0.323459385 container start 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T19:15:39.186 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:39 smithi071 podman[58284]: 2024-09-10 19:15:39.031983244 +0000 UTC m=+0.394965201 container attach 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T19:15:39.186 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:39 smithi071 podman[58284]: 2024-09-10 19:15:39.184796245 +0000 UTC m=+0.547778214 container died 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, GIT_CLEAN=True, GIT_BRANCH=HEAD, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T19:15:40.091 INFO:journalctl@ceph.osd.0.smithi071.stdout:Sep 10 19:15:39 smithi071 podman[58308]: 2024-09-10 19:15:39.75270426 +0000 UTC m=+0.558837369 container remove 7e357a929be3cf2026872218dbfe5420184f38e6e2a99bf94cf70949848285cc (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.0-deactivate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD) 2024-09-10T19:17:39.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T19:17:39.896 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:17:39.897 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T19:17:39.897 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T19:17:39.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.1 2024-09-10T19:17:40.119 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:39 smithi071 systemd[1]: Stopping Ceph osd.1 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:17:40.120 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:39 smithi071 bash[58375]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.1/unit.stop: No such file or directory 2024-09-10T19:17:40.120 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:39.97410503 +0000 UTC m=+0.018148807 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:17:40.120 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:40.118445027 +0000 UTC m=+0.162488807 container create 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, GIT_BRANCH=HEAD, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T19:17:40.413 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:40.337759101 +0000 UTC m=+0.381802881 container init 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS) 2024-09-10T19:17:40.413 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:40.341013374 +0000 UTC m=+0.385057156 container start 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, ceph=True, org.label-schema.vendor=CentOS) 2024-09-10T19:17:40.414 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:40.412664135 +0000 UTC m=+0.456707917 container attach 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image) 2024-09-10T19:17:40.841 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:40 smithi071 podman[58377]: 2024-09-10 19:17:40.562172054 +0000 UTC m=+0.606215832 container died 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, ceph=True, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T19:17:41.591 INFO:journalctl@ceph.osd.1.smithi071.stdout:Sep 10 19:17:41 smithi071 podman[58404]: 2024-09-10 19:17:41.183058017 +0000 UTC m=+0.614598992 container remove 8b75ea5e649ffef51c4561ecd7962f1b2965dd8f4482ccdbc54cef70637e05e0 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.1-deactivate, org.opencontainers.image.title=CentOS Base Image, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD) 2024-09-10T19:19:41.349 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T19:19:41.394 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:19:41.394 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T19:19:41.395 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T19:19:41.395 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.2 2024-09-10T19:19:41.608 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 systemd[1]: Stopping Ceph osd.2 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:19:41.609 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 bash[58461]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.2/unit.stop: No such file or directory 2024-09-10T19:19:41.609 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 podman[58463]: 2024-09-10 19:19:41.467417124 +0000 UTC m=+0.017695342 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:19:41.609 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 podman[58463]: 2024-09-10 19:19:41.606266048 +0000 UTC m=+0.156544255 container create 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image) 2024-09-10T19:19:41.877 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 podman[58463]: 2024-09-10 19:19:41.817018533 +0000 UTC m=+0.367296740 container init 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image) 2024-09-10T19:19:41.877 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 podman[58463]: 2024-09-10 19:19:41.820991094 +0000 UTC m=+0.371269306 container start 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T19:19:42.342 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:41 smithi071 podman[58463]: 2024-09-10 19:19:41.900511941 +0000 UTC m=+0.450790167 container attach 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, RELEASE=HEAD) 2024-09-10T19:19:42.342 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:42 smithi071 podman[58463]: 2024-09-10 19:19:42.063335997 +0000 UTC m=+0.613614213 container died 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.vendor=CentOS, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , RELEASE=HEAD, org.label-schema.build-date=20200114, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image) 2024-09-10T19:19:43.091 INFO:journalctl@ceph.osd.2.smithi071.stdout:Sep 10 19:19:42 smithi071 podman[58494]: 2024-09-10 19:19:42.645953666 +0000 UTC m=+0.572932885 container remove 544d80bab1ead3d16d1e7a106201fe82948448c7361a13a40959afceebf60562 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.2-deactivate, ceph=True, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image) 2024-09-10T19:21:14.782 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:21:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:21:14.432498797Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:21:14.783 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:21:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=cleanup t=2024-09-10T19:21:14.434979066Z level=info msg="Completed cleanup jobs" duration=12.973373ms 2024-09-10T19:21:42.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T19:21:42.896 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:21:42.896 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T19:21:42.896 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-09-10T19:21:42.897 DEBUG:teuthology.orchestra.run.smithi071:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.3 2024-09-10T19:21:43.137 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:42 smithi071 systemd[1]: Stopping Ceph osd.3 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:21:43.137 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:42 smithi071 bash[58550]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.3/unit.stop: No such file or directory 2024-09-10T19:21:43.137 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:42.971124446 +0000 UTC m=+0.017496643 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:21:43.137 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:43.13579647 +0000 UTC m=+0.182168703 container create 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, maintainer=Dimitri Savineau , GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:21:43.439 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:43.363207434 +0000 UTC m=+0.409579623 container init 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, GIT_CLEAN=True, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS) 2024-09-10T19:21:43.439 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:43.366595801 +0000 UTC m=+0.412967997 container start 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, org.label-schema.name=CentOS Base Image, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , org.label-schema.license=GPLv2, org.label-schema.build-date=20200114) 2024-09-10T19:21:43.439 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:43.43803649 +0000 UTC m=+0.484408685 container attach 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , RELEASE=HEAD, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.build-date=20200114) 2024-09-10T19:21:43.717 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:43 smithi071 podman[58552]: 2024-09-10 19:21:43.602668427 +0000 UTC m=+0.649040615 container died 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, ceph=True, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.label-schema.name=CentOS Base Image) 2024-09-10T19:21:44.447 INFO:journalctl@ceph.osd.3.smithi071.stdout:Sep 10 19:21:44 smithi071 podman[58578]: 2024-09-10 19:21:44.300562128 +0000 UTC m=+0.691956645 container remove 7102d20f242166c0b6bb470130115bf8b7010914aa6ac8495a45b01863eee64a (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.3-deactivate, GIT_REPO=https://github.com/ceph/ceph-container.git, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, RELEASE=HEAD) 2024-09-10T19:23:44.348 DEBUG:teuthology.orchestra.run.smithi071:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.3.service' 2024-09-10T19:23:44.396 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:23:44.397 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-09-10T19:23:44.397 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-09-10T19:23:44.397 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.4 2024-09-10T19:23:44.692 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 systemd[1]: Stopping Ceph osd.4 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:23:44.692 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 bash[51277]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.4/unit.stop: No such file or directory 2024-09-10T19:23:44.692 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 podman[51279]: 2024-09-10 19:23:44.486633833 +0000 UTC m=+0.019675652 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:23:44.693 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 podman[51279]: 2024-09-10 19:23:44.69107892 +0000 UTC m=+0.224120731 container create a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, GIT_CLEAN=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:23:45.281 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 podman[51279]: 2024-09-10 19:23:44.977034822 +0000 UTC m=+0.510076630 container init a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2) 2024-09-10T19:23:45.281 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:44 smithi145 podman[51279]: 2024-09-10 19:23:44.981563838 +0000 UTC m=+0.514605653 container start a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, RELEASE=HEAD, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994) 2024-09-10T19:23:45.281 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:45 smithi145 podman[51279]: 2024-09-10 19:23:45.060228871 +0000 UTC m=+0.593270693 container attach a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, RELEASE=HEAD, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, ceph=True, org.opencontainers.image.licenses=GPL-2.0-only, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, maintainer=Dimitri Savineau ) 2024-09-10T19:23:45.281 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:45 smithi145 podman[51279]: 2024-09-10 19:23:45.212450835 +0000 UTC m=+0.745492647 container died a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, ceph=True, maintainer=Dimitri Savineau , RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:23:46.030 INFO:journalctl@ceph.osd.4.smithi145.stdout:Sep 10 19:23:45 smithi145 podman[51303]: 2024-09-10 19:23:45.881426848 +0000 UTC m=+0.659193287 container remove a125c0937e51cad0f0d6da9ec3214d2d3c6bd265b4788ec57aca0fd41bc58d70 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.4-deactivate, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, org.label-schema.schema-version=1.0, maintainer=Dimitri Savineau , GIT_CLEAN=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.vendor=CentOS, RELEASE=HEAD) 2024-09-10T19:25:46.037 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.4.service' 2024-09-10T19:25:46.084 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:25:46.085 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-09-10T19:25:46.085 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-09-10T19:25:46.085 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.5 2024-09-10T19:25:46.313 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 systemd[1]: Stopping Ceph osd.5 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:25:46.313 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 bash[51356]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.5/unit.stop: No such file or directory 2024-09-10T19:25:46.313 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51358]: 2024-09-10 19:25:46.158938955 +0000 UTC m=+0.017139299 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:25:46.313 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51358]: 2024-09-10 19:25:46.311855866 +0000 UTC m=+0.170056242 container create 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, RELEASE=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, maintainer=Dimitri Savineau , CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, org.opencontainers.image.created=2020-01-14 00:00:00-08:00) 2024-09-10T19:25:46.626 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51358]: 2024-09-10 19:25:46.532220136 +0000 UTC m=+0.390420469 container init 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114) 2024-09-10T19:25:46.627 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51358]: 2024-09-10 19:25:46.536251605 +0000 UTC m=+0.394451938 container start 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image, ceph=True) 2024-09-10T19:25:46.627 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51358]: 2024-09-10 19:25:46.625552664 +0000 UTC m=+0.483752995 container attach 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, RELEASE=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only) 2024-09-10T19:25:47.030 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:46 smithi145 podman[51392]: 2024-09-10 19:25:46.808301874 +0000 UTC m=+0.017451610 container died 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_CLEAN=True, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, RELEASE=HEAD, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, org.label-schema.name=CentOS Base Image) 2024-09-10T19:25:47.780 INFO:journalctl@ceph.osd.5.smithi145.stdout:Sep 10 19:25:47 smithi145 podman[51392]: 2024-09-10 19:25:47.365206692 +0000 UTC m=+0.574356428 container remove 454e7e1f38e1a0719487c391f39b76b0027d840aa18cb39c36501d48b6d2467f (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.5-deactivate, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.label-schema.build-date=20200114, ceph=True) 2024-09-10T19:26:14.031 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:26:13 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=sqlstore.transactions t=2024-09-10T19:26:13.646454978Z level=info msg="Database locked, sleeping then retrying" error="database is locked" retry=0 code="database is locked" 2024-09-10T19:27:47.537 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.5.service' 2024-09-10T19:27:47.585 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:27:47.586 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-09-10T19:27:47.586 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-09-10T19:27:47.586 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.6 2024-09-10T19:27:47.862 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:47 smithi145 systemd[1]: Stopping Ceph osd.6 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:27:47.863 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:47 smithi145 bash[51448]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.6/unit.stop: No such file or directory 2024-09-10T19:27:47.863 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:47 smithi145 podman[51450]: 2024-09-10 19:27:47.6599297 +0000 UTC m=+0.018088410 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:27:47.863 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:47 smithi145 podman[51450]: 2024-09-10 19:27:47.861730855 +0000 UTC m=+0.219889558 container create d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, GIT_CLEAN=True, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, RELEASE=HEAD, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD) 2024-09-10T19:27:48.175 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:48 smithi145 podman[51450]: 2024-09-10 19:27:48.098006741 +0000 UTC m=+0.456165446 container init d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.opencontainers.image.licenses=GPL-2.0-only, GIT_REPO=https://github.com/ceph/ceph-container.git, ceph=True, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, RELEASE=HEAD, org.label-schema.name=CentOS Base Image, GIT_CLEAN=True, maintainer=Dimitri Savineau , GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, org.label-schema.vendor=CentOS) 2024-09-10T19:27:48.175 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:48 smithi145 podman[51450]: 2024-09-10 19:27:48.101472618 +0000 UTC m=+0.459631327 container start d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, ceph=True, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, GIT_CLEAN=True, maintainer=Dimitri Savineau ) 2024-09-10T19:27:48.530 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:48 smithi145 podman[51450]: 2024-09-10 19:27:48.223152365 +0000 UTC m=+0.581311091 container attach d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Base Image, RELEASE=HEAD, ceph=True, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.title=CentOS Base Image, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=-15.2.0, GIT_REPO=https://github.com/ceph/ceph-container.git, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, org.opencontainers.image.vendor=CentOS, maintainer=Dimitri Savineau , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, GIT_CLEAN=True) 2024-09-10T19:27:48.531 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:48 smithi145 podman[51450]: 2024-09-10 19:27:48.34506179 +0000 UTC m=+0.703220495 container died d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, maintainer=Dimitri Savineau , GIT_CLEAN=True, org.label-schema.license=GPLv2, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, GIT_REPO=https://github.com/ceph/ceph-container.git, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.build-date=20200114, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, ceph=True) 2024-09-10T19:27:49.281 INFO:journalctl@ceph.osd.6.smithi145.stdout:Sep 10 19:27:48 smithi145 podman[51482]: 2024-09-10 19:27:48.94316358 +0000 UTC m=+0.588027260 container remove d9a8fc64db0960d12f48e06fa73174c83f95b796f8dc9b264e8550ef3a3988e1 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.6-deactivate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_BRANCH=HEAD, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=-15.2.0, maintainer=Dimitri Savineau , org.opencontainers.image.title=CentOS Base Image, RELEASE=HEAD, org.opencontainers.image.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.opencontainers.image.licenses=GPL-2.0-only, org.label-schema.name=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git) 2024-09-10T19:29:49.040 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.6.service' 2024-09-10T19:29:49.088 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:29:49.089 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-09-10T19:29:49.089 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-09-10T19:29:49.089 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.7 2024-09-10T19:29:49.315 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 systemd[1]: Stopping Ceph osd.7 for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:29:49.315 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 bash[51540]: bash: /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/osd.7/unit.stop: No such file or directory 2024-09-10T19:29:49.315 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.16043787 +0000 UTC m=+0.017560020 image pull 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 docker.io/ceph/ceph:v15.2.0 2024-09-10T19:29:49.654 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.314075187 +0000 UTC m=+0.171197331 container create 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, org.label-schema.license=GPLv2, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.vendor=CentOS, ceph=True) 2024-09-10T19:29:49.654 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.533351621 +0000 UTC m=+0.390473765 container init 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, org.opencontainers.image.title=CentOS Base Image, org.opencontainers.image.vendor=CentOS, GIT_CLEAN=True, org.label-schema.name=CentOS Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, RELEASE=HEAD, maintainer=Dimitri Savineau , org.label-schema.build-date=20200114, org.label-schema.schema-version=1.0, org.opencontainers.image.licenses=GPL-2.0-only, CEPH_POINT_RELEASE=-15.2.0, ceph=True, org.label-schema.vendor=CentOS, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-10T19:29:49.654 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.536833853 +0000 UTC m=+0.393955996 container start 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, org.label-schema.build-date=20200114, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, ceph=True, GIT_REPO=https://github.com/ceph/ceph-container.git, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=HEAD, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau ) 2024-09-10T19:29:50.030 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.67016901 +0000 UTC m=+0.527291165 container attach 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, CEPH_POINT_RELEASE=-15.2.0, RELEASE=HEAD, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, ceph=True, GIT_CLEAN=True, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau ) 2024-09-10T19:29:50.031 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:49 smithi145 podman[51542]: 2024-09-10 19:29:49.780190649 +0000 UTC m=+0.637312799 container died 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.build-date=20200114, CEPH_POINT_RELEASE=-15.2.0, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.licenses=GPL-2.0-only, org.opencontainers.image.title=CentOS Base Image, GIT_REPO=https://github.com/ceph/ceph-container.git, maintainer=Dimitri Savineau , GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, org.label-schema.name=CentOS Base Image, ceph=True, RELEASE=HEAD, GIT_CLEAN=True) 2024-09-10T19:29:50.781 INFO:journalctl@ceph.osd.7.smithi145.stdout:Sep 10 19:29:50 smithi145 podman[51576]: 2024-09-10 19:29:50.488361922 +0000 UTC m=+0.699767956 container remove 899f63b57460b303840d4b8542a1fbe1965d49054fe3adc6b76a217aa0af38f7 (image=docker.io/ceph/ceph:v15.2.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-osd.7-deactivate, org.label-schema.vendor=CentOS, RELEASE=HEAD, GIT_COMMIT=74ddb5ad165f76d553b7ed2ba69c3c2e325de994, GIT_REPO=https://github.com/ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.opencontainers.image.licenses=GPL-2.0-only, maintainer=Dimitri Savineau , org.label-schema.schema-version=1.0, org.opencontainers.image.vendor=CentOS, org.label-schema.build-date=20200114, org.opencontainers.image.created=2020-01-14 00:00:00-08:00, org.label-schema.name=CentOS Base Image, org.opencontainers.image.title=CentOS Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=-15.2.0, ceph=True) 2024-09-10T19:31:14.781 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:31:14 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a[49153]: logger=cleanup t=2024-09-10T19:31:14.43574594Z level=info msg="Completed cleanup jobs" duration=12.807653ms 2024-09-10T19:31:50.536 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@osd.7.service' 2024-09-10T19:31:50.583 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:31:50.583 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-09-10T19:31:50.584 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-09-10T19:31:50.584 DEBUG:teuthology.orchestra.run.smithi145:> sudo systemctl stop ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a 2024-09-10T19:31:50.821 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 systemd[1]: Stopping Ceph prometheus.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:31:51.174 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:840 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:31:51.174 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:864 level=info msg="Stopping scrape discovery manager..." 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:878 level=info msg="Stopping notify discovery manager..." 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=manager.go:988 level=info component="rule manager" msg="Stopping rule manager..." 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:860 level=info msg="Scrape discovery manager stopped" 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=manager.go:998 level=info component="rule manager" msg="Rule manager stopped" 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:915 level=info msg="Stopping scrape manager..." 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:874 level=info msg="Notify discovery manager stopped" 2024-09-10T19:31:51.175 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.914Z caller=main.go:907 level=info msg="Scrape manager stopped" 2024-09-10T19:31:51.176 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.915Z caller=notifier.go:606 level=info component=notifier msg="Stopping notification manager..." 2024-09-10T19:31:51.176 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.915Z caller=main.go:1135 level=info msg="Notifier manager stopped" 2024-09-10T19:31:51.176 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a[47304]: ts=2024-09-10T19:31:50.915Z caller=main.go:1147 level=info msg="See you next time!" 2024-09-10T19:31:51.176 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:50 smithi145 podman[51661]: 2024-09-10 19:31:50.924629389 +0000 UTC m=+0.147519033 container died e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:51.530 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:51 smithi145 podman[51661]: 2024-09-10 19:31:51.355701976 +0000 UTC m=+0.578591620 container cleanup e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:51.531 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:51 smithi145 bash[51661]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a 2024-09-10T19:31:51.840 INFO:journalctl@ceph.prometheus.a.smithi145.stdout:Sep 10 19:31:51 smithi145 podman[51673]: 2024-09-10 19:31:51.582489691 +0000 UTC m=+0.659417519 container remove e84635e07e14fe6ae0aa9e322256479987c99b759fee29f5cf42c7af428e685c (image=quay.io/prometheus/prometheus:v2.43.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-prometheus-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:51.846 DEBUG:teuthology.orchestra.run.smithi145:> sudo pkill -f 'journalctl -f -n 0 -u ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@prometheus.a.service' 2024-09-10T19:31:51.881 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T19:31:51.881 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-09-10T19:31:51.882 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:31:51.998 INFO:teuthology.orchestra.run.smithi071.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.stderr: [--retry RETRY] 2024-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.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-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.stderr: ... 2024-09-10T19:31:51.999 INFO:teuthology.orchestra.run.smithi071.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:31:52.007 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:31:52.008 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T19:31:52.112 INFO:teuthology.orchestra.run.smithi145.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-09-10T19:31:52.112 INFO:teuthology.orchestra.run.smithi145.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-09-10T19:31:52.112 INFO:teuthology.orchestra.run.smithi145.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-09-10T19:31:52.113 INFO:teuthology.orchestra.run.smithi145.stderr: [--retry RETRY] 2024-09-10T19:31:52.113 INFO:teuthology.orchestra.run.smithi145.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-09-10T19:31:52.113 INFO:teuthology.orchestra.run.smithi145.stderr: ... 2024-09-10T19:31:52.113 INFO:teuthology.orchestra.run.smithi145.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-09-10T19:31:52.121 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-09-10T19:31:52.121 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:31:52.147 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T19:31:52.172 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T19:31:52.173 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi071/crash 2024-09-10T19:31:52.174 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:31:52.228 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi145/crash 2024-09-10T19:31:52.229 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/lib/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/crash -- . 2024-09-10T19:31:52.301 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T19:31:52.313 DEBUG:teuthology.orchestra.run.smithi071:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-09-10T19:31:52.341 INFO:teuthology.orchestra.run.smithi071.stderr:grep: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph.log: No such file or directory 2024-09-10T19:31:52.343 INFO:tasks.cephadm:Compressing logs... 2024-09-10T19:31:52.343 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T19:31:52.386 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi071.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T19:31:52.411 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.0.log: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.c.log: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.y.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi071.uglmnf.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.3.log 2024-09-10T19:31:52.412 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi071.uglmnf.log: 58.2% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi071.uglmnf.log.gz 2024-09-10T19:31:52.414 INFO:teuthology.orchestra.run.smithi071.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:31:52.417 INFO:teuthology.orchestra.run.smithi145.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.7.log 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:: No such file or directory 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.4.log 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.7.log: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi145.tcbxrc.log 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.6.log 2024-09-10T19:31:52.418 INFO:teuthology.orchestra.run.smithi145.stderr:gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.5.log 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi145.tcbxrc.log: 58.2% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-client.rgw.r.z.smithi145.tcbxrc.log.gz 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.x.log 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.x.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 89.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:31:52.419 INFO:teuthology.orchestra.run.smithi145.stderr: 92.3% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:31:52.420 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.3.log: 92.0% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T19:31:52.420 INFO:teuthology.orchestra.run.smithi071.stderr:/var/log/ceph/cephadm.log: 88.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T19:31:52.512 INFO:teuthology.orchestra.run.smithi145.stderr: 91.4% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.x.log.gz 2024-09-10T19:31:52.769 INFO:teuthology.orchestra.run.smithi071.stderr: 92.0% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mgr.y.log.gz 2024-09-10T19:31:53.276 INFO:teuthology.orchestra.run.smithi145.stderr: 93.5% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T19:31:53.433 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.c.log: file size changed while zipping 2024-09-10T19:31:53.433 INFO:teuthology.orchestra.run.smithi071.stderr: 95.0% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T19:31:53.530 INFO:teuthology.orchestra.run.smithi145.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.6.log: file size changed while zipping 2024-09-10T19:31:53.530 INFO:teuthology.orchestra.run.smithi145.stderr: 92.5% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.6.log.gz 2024-09-10T19:31:53.590 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.2.log: file size changed while zipping 2024-09-10T19:31:53.591 INFO:teuthology.orchestra.run.smithi071.stderr: 92.6% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T19:31:53.728 INFO:teuthology.orchestra.run.smithi145.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.7.log: file size changed while zipping 2024-09-10T19:31:53.728 INFO:teuthology.orchestra.run.smithi145.stderr: 93.3% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.7.log.gz 2024-09-10T19:31:53.827 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.3.log: file size changed while zipping 2024-09-10T19:31:53.827 INFO:teuthology.orchestra.run.smithi071.stderr: 93.0% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.3.log.gz 2024-09-10T19:31:54.026 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.0.log: file size changed while zipping 2024-09-10T19:31:54.027 INFO:teuthology.orchestra.run.smithi071.stderr: 92.8% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T19:31:54.045 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.1.log: file size changed while zipping 2024-09-10T19:31:54.045 INFO:teuthology.orchestra.run.smithi071.stderr: 93.2% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T19:31:54.111 INFO:teuthology.orchestra.run.smithi145.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.5.log: file size changed while zipping 2024-09-10T19:31:54.111 INFO:teuthology.orchestra.run.smithi145.stderr: 92.8% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.5.log.gz 2024-09-10T19:31:54.165 INFO:teuthology.orchestra.run.smithi071.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.a.log: file size changed while zipping 2024-09-10T19:31:54.165 INFO:teuthology.orchestra.run.smithi071.stderr: 90.8% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T19:31:54.166 INFO:teuthology.orchestra.run.smithi071.stderr: 2024-09-10T19:31:54.166 INFO:teuthology.orchestra.run.smithi071.stderr:real 0m1.768s 2024-09-10T19:31:54.166 INFO:teuthology.orchestra.run.smithi071.stderr:user 0m8.807s 2024-09-10T19:31:54.166 INFO:teuthology.orchestra.run.smithi071.stderr:sys 0m0.190s 2024-09-10T19:31:54.223 INFO:teuthology.orchestra.run.smithi145.stderr:gzip: /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.4.log: file size changed while zipping 2024-09-10T19:31:54.224 INFO:teuthology.orchestra.run.smithi145.stderr: 93.0% -- replaced with /var/log/ceph/6551eb3a-6fa4-11ef-bcea-c7b262605968/ceph-osd.4.log.gz 2024-09-10T19:31:54.225 INFO:teuthology.orchestra.run.smithi145.stderr: 2024-09-10T19:31:54.225 INFO:teuthology.orchestra.run.smithi145.stderr:real 0m1.824s 2024-09-10T19:31:54.226 INFO:teuthology.orchestra.run.smithi145.stderr:user 0m6.744s 2024-09-10T19:31:54.226 INFO:teuthology.orchestra.run.smithi145.stderr:sys 0m0.183s 2024-09-10T19:31:54.226 INFO:tasks.cephadm:Archiving logs... 2024-09-10T19:31:54.226 DEBUG:teuthology.misc:Transferring archived files from smithi071:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi071/log 2024-09-10T19:31:54.227 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:31:55.438 DEBUG:teuthology.misc:Transferring archived files from smithi145:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi145/log 2024-09-10T19:31:55.439 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T19:31:56.444 INFO:tasks.cephadm:Removing cluster... 2024-09-10T19:31:56.444 DEBUG:teuthology.orchestra.run.smithi071:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --force 2024-09-10T19:31:58.092 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:57 smithi071 systemd[1]: Stopping Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:31:58.494 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:58 smithi071 podman[59029]: 2024-09-10 19:31:58.236518044 +0000 UTC m=+0.105047348 container died 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:58.842 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:58 smithi071 podman[59029]: 2024-09-10 19:31:58.675920049 +0000 UTC m=+0.544449352 container cleanup 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:58.842 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:58 smithi071 bash[59029]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a 2024-09-10T19:31:59.295 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:58 smithi071 podman[59041]: 2024-09-10 19:31:58.877535223 +0000 UTC m=+0.640088296 container remove 03614857475c8d1b757e4c288c4a592839e26d18ba273ef80e58c85c55964d7c (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-a, maintainer=The Prometheus Authors ) 2024-09-10T19:31:59.295 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:58 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:31:59.295 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:59 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Failed with result 'exit-code'. 2024-09-10T19:31:59.295 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:59 smithi071 systemd[1]: Stopped Ceph node-exporter.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:31:59.295 INFO:journalctl@ceph.node-exporter.a.smithi071.stdout:Sep 10 19:31:59 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.a.service: Consumed 3.720s CPU time. 2024-09-10T19:31:59.565 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:31:59 smithi071 systemd[1]: Stopping Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:31:59.565 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:31:59 smithi071 ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a[56197]: ts=2024-09-10T19:31:59.522Z caller=main.go:583 level=info msg="Received SIGTERM, exiting gracefully..." 2024-09-10T19:31:59.841 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:31:59 smithi071 podman[59150]: 2024-09-10 19:31:59.563411623 +0000 UTC m=+0.133061652 container died 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:32:00.208 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:31:59 smithi071 podman[59150]: 2024-09-10 19:31:59.922600524 +0000 UTC m=+0.492250541 container cleanup 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:32:00.209 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:31:59 smithi071 bash[59150]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a 2024-09-10T19:32:00.477 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:32:00 smithi071 podman[59163]: 2024-09-10 19:32:00.20737054 +0000 UTC m=+0.634141317 container remove 0c42f440ec645e699ed4f52b0107a3d3b16befe76572fbac33dc45e90495f3e3 (image=quay.io/prometheus/alertmanager:v0.25.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-alertmanager-a, maintainer=The Prometheus Authors ) 2024-09-10T19:32:00.477 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:32:00 smithi071 podman[59163]: 2024-09-10 19:32:00.308043814 +0000 UTC m=+0.734814591 volume remove 6389f827bd293f361086d88ae29456b81bd07cf05fa3b536bf2568613d2a17c7 2024-09-10T19:32:00.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:32:00 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Deactivated successfully. 2024-09-10T19:32:00.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:32:00 smithi071 systemd[1]: Stopped Ceph alertmanager.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:32:00.842 INFO:journalctl@ceph.alertmanager.a.smithi071.stdout:Sep 10 19:32:00 smithi071 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@alertmanager.a.service: Consumed 1.653s CPU time. 2024-09-10T19:34:01.487 DEBUG:teuthology.orchestra.run.smithi145:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 6551eb3a-6fa4-11ef-bcea-c7b262605968 --force 2024-09-10T19:34:03.169 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:02 smithi145 systemd[1]: Stopping Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:34:03.433 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:03 smithi145 podman[52127]: 2024-09-10 19:34:03.167184591 +0000 UTC m=+0.117493083 container died 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:34:03.780 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:03 smithi145 podman[52127]: 2024-09-10 19:34:03.615095815 +0000 UTC m=+0.565404339 container cleanup 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:34:03.781 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:03 smithi145 bash[52127]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b 2024-09-10T19:34:04.280 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:03 smithi145 podman[52139]: 2024-09-10 19:34:03.891512751 +0000 UTC m=+0.727965977 container remove 9b49da103968db11260a398a196b0bed8d54ca76cefcd19b3e50c06c84be93ae (image=quay.io/prometheus/node-exporter:v1.5.0, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-node-exporter-b, maintainer=The Prometheus Authors ) 2024-09-10T19:34:04.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:03 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:34:04.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:04 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Failed with result 'exit-code'. 2024-09-10T19:34:04.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:04 smithi145 systemd[1]: Stopped Ceph node-exporter.b for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:34:04.281 INFO:journalctl@ceph.node-exporter.b.smithi145.stdout:Sep 10 19:34:04 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@node-exporter.b.service: Consumed 3.697s CPU time. 2024-09-10T19:34:04.590 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:04 smithi145 systemd[1]: Stopping Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968... 2024-09-10T19:34:04.946 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:04 smithi145 podman[52248]: 2024-09-10 19:34:04.588467333 +0000 UTC m=+0.136258115 container died 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, architecture=x86_64, version=8.5, vendor=Red Hat, Inc., com.redhat.component=ubi8-container, build-date=2022-04-29T11:48:11.055897, io.buildah.version=1.32.0, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, maintainer=Paul Cuzner , distribution-scope=public, io.openshift.expose-services=, vcs-type=git, io.k8s.display-name=Red Hat Universal Base Image 8, release=239.1651231664, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., description=Ceph Grafana Container, summary=Grafana Container configured for Ceph mgr/dashboard integration, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, io.openshift.tags=base rhel8, name=ubi8) 2024-09-10T19:34:04.946 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:04 smithi145 podman[52248]: 2024-09-10 19:34:04.94505282 +0000 UTC m=+0.492843587 container cleanup 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, maintainer=Paul Cuzner , url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, io.openshift.expose-services=, vendor=Red Hat, Inc., summary=Grafana Container configured for Ceph mgr/dashboard integration, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., com.redhat.component=ubi8-container, io.k8s.display-name=Red Hat Universal Base Image 8, io.openshift.tags=base rhel8, vcs-type=git, distribution-scope=public, vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, io.buildah.version=1.32.0, description=Ceph Grafana Container, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, name=ubi8, build-date=2022-04-29T11:48:11.055897, release=239.1651231664, architecture=x86_64, version=8.5) 2024-09-10T19:34:05.247 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:04 smithi145 bash[52248]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a 2024-09-10T19:34:05.530 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:05 smithi145 podman[52263]: 2024-09-10 19:34:05.246514649 +0000 UTC m=+0.660132325 container remove 78912fedad925618ea3c5b07888880ea95a7285a6076742ff55aede917263e0c (image=quay.io/ceph/ceph-grafana:9.4.7, name=ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968-grafana-a, io.openshift.expose-services=, summary=Grafana Container configured for Ceph mgr/dashboard integration, io.openshift.tags=base rhel8, vendor=Red Hat, Inc., com.redhat.component=ubi8-container, com.redhat.build-host=cpt-1007.osbs.prod.upshift.rdu2.redhat.com, io.k8s.display-name=Red Hat Universal Base Image 8, release=239.1651231664, description=Ceph Grafana Container, url=https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8/images/8.5-239.1651231664, com.redhat.license_terms=https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI, build-date=2022-04-29T11:48:11.055897, io.buildah.version=1.32.0, maintainer=Paul Cuzner , version=8.5, name=ubi8, distribution-scope=public, io.k8s.description=The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly., vcs-ref=3aadd00326f3dd6cfe65ee31017ab98915fddb56, vcs-type=git, architecture=x86_64) 2024-09-10T19:34:05.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:05 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Main process exited, code=exited, status=143/n/a 2024-09-10T19:34:05.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:05 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Failed with result 'exit-code'. 2024-09-10T19:34:05.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:05 smithi145 systemd[1]: Stopped Ceph grafana.a for 6551eb3a-6fa4-11ef-bcea-c7b262605968. 2024-09-10T19:34:05.531 INFO:journalctl@ceph.grafana.a.smithi145.stdout:Sep 10 19:34:05 smithi145 systemd[1]: ceph-6551eb3a-6fa4-11ef-bcea-c7b262605968@grafana.a.service: Consumed 11.729s CPU time. 2024-09-10T19:36:06.360 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T19:36:06.361 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:36:06.382 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T19:36:06.398 INFO:tasks.cephadm:Teardown complete 2024-09-10T19:36:06.398 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T19:36:06.407 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T19:36:06.407 DEBUG:teuthology.orchestra.run.smithi071:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:36:06.424 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T19:36:06.438 INFO:teuthology.orchestra.run.smithi071.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:36:06.443 INFO:teuthology.orchestra.run.smithi071.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:36:06.443 INFO:teuthology.orchestra.run.smithi071.stdout:=============================================================================== 2024-09-10T19:36:06.443 INFO:teuthology.orchestra.run.smithi071.stdout:^* hv01.front.sepia.ceph.com 3 6 377 59 -366us[ -402us] +/- 49ms 2024-09-10T19:36:06.444 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 62 +1843us[+1807us] +/- 68ms 2024-09-10T19:36:06.444 INFO:teuthology.orchestra.run.smithi071.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 -1337us[-1373us] +/- 66ms 2024-09-10T19:36:06.444 INFO:teuthology.orchestra.run.smithi071.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:36:06.452 INFO:teuthology.orchestra.run.smithi145.stderr:bash: line 1: ntpq: command not found 2024-09-10T19:36:06.456 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T19:36:06.456 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2024-09-10T19:36:06.456 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv01.front.sepia.ceph.com 3 6 377 59 -461us[ -550us] +/- 49ms 2024-09-10T19:36:06.457 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 60 +1752us[+1663us] +/- 68ms 2024-09-10T19:36:06.457 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 -1429us[-1429us] +/- 66ms 2024-09-10T19:36:06.457 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T19:36:06.458 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T19:36:06.467 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T19:36:06.467 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T19:36:06.490 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T19:36:06.568 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T19:36:06.635 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-10T19:36:06.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:36:06.664 DEBUG:teuthology.orchestra.run.smithi145:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 2024-09-10T19:36:06.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:36:06.692 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T19:36:06.700 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T19:36:06.724 INFO:teuthology.task.internal:Duration was 3454.333951 seconds 2024-09-10T19:36:06.725 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T19:36:06.758 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T19:36:06.758 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:36:06.761 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T19:36:06.798 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:36:06.799 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T19:36:07.141 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T19:36:07.142 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2024-09-10T19:36:07.142 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T19:36:07.202 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2024-09-10T19:36:07.203 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T19:36:07.236 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T19:36:07.237 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:36:07.244 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T19:36:07.303 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T19:36:07.303 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:36:07.311 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T19:36:08.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T19:36:08.225 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T19:36:08.226 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:36:08.251 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T19:36:08.277 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T19:36:08.287 DEBUG:teuthology.orchestra.run.smithi071:> 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-09-10T19:36:08.294 DEBUG:teuthology.orchestra.run.smithi145:> 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-09-10T19:36:08.314 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2024-09-10T19:36:08.342 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2024-09-10T19:36:08.377 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:36:08.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:36:08.394 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T19:36:08.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T19:36:08.433 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T19:36:08.442 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T19:36:08.443 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi071 2024-09-10T19:36:08.443 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:36:08.495 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-10_17:53:37-orch:cephadm-wip-guits-quincy-2024-09-09-1810-quincy-distro-default-smithi/7900252/remote/smithi145 2024-09-10T19:36:08.495 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T19:36:08.536 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T19:36:08.536 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:36:08.538 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T19:36:08.583 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T19:36:08.593 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T19:36:08.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T19:36:08.616 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T19:36:08.616 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:36:08.622 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T19:36:08.631 INFO:teuthology.orchestra.run.smithi071.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:36 /home/ubuntu/cephtest 2024-09-10T19:36:08.637 INFO:teuthology.orchestra.run.smithi145.stdout: 266064 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 19:36 /home/ubuntu/cephtest 2024-09-10T19:36:08.638 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T19:36:08.652 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T19:36:08.721 INFO:teuthology.run:Summary data: description: orch:cephadm/upgrade/{1-start-distro/1-start-centos_9.stream_container-tools 2-repo_digest/repo_digest 3-upgrade/staggered 4-wait 5-upgrade-ls agent/off mon_election/connectivity} duration: 3454.3339505195618 failure_reason: 'Command failed on smithi071 with status 22: ''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 6551eb3a-6fa4-11ef-bcea-c7b262605968 -e sha1=5be57395ea235535910512ae73ba8e7ff25fe588 -- bash -c \''ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 --daemon-types mon --hosts $(ceph orch ps | grep mgr.x | awk \''"\''"\''{print $2}\''"\''"\'')\''''' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2d1fd19573104f968089721d5209e5ef status: fail success: false 2024-09-10T19:36:08.722 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T19:36:08.798 INFO:teuthology.run:FAIL